[Quantum] Disable blob public access and set minimum TLS version (31013)#8450
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Hi @warren-jones, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
Release SuggestionsModule: quantum
Notes
|
do we wanna release a new version? if so, pls modify these two files. |
|
Hi @necusjz, |
…13) (Azure#8450) * Added properties to ARM template * Update storage account API version * Deleted a stray comma * Restored the version number
Added storage account properties to workspace-creation ARM template:
"allowBlobPublicAccess": false"minimumTlsVersion": "TLS1_2"Updated the storage account API version to
"2023-05-01".Related command
az quantum workspace createazdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)