Azure / Azure/azure-cli

az mariadb create minimalTlsVersion

Open
#15,468 7 comments 0 reactions 3 assignees Claimed by @savjani View on GitHub
act-codegen-extensibility-squad MariaDB Service Attention
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62

**Describe the bug**
"az mariadb server create" command does not have a property for minimalTlsVersion while the Azure REST API allows for this property at creation time.

**To Reproduce**
az mariadb create

**Expected behavior**
az mariadb create command should allow the --minimumTlsVersion switch to set TLS version to 1.0, 1.1 or 1.2.

**Environment summary**
Tested on the latest CLI version at this time.
"azure-cli": "2.2.0",
"azure-cli-command-modules-nspkg": "2.0.3",
"azure-cli-core": "2.2.0",
"azure-cli-nspkg": "3.0.4",
"azure-cli-telemetry": "1.0.4",
"extensions": {}

**Additional context**
If using Azure Policy to deny older TLS version than 1.2 you can not use Az CLI to create MariaDB server unless you use custom REST request.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.