-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Quantum] Disable blob public access and set minimum TLS version (31013) #8450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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)