-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Core} Bump azure.mgmt.resource.subscriptions to 2019-11-01 #14229
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
Conversation
|
Bump subscription |
|
The CI result is weird:
The failed test is It passes on Windows Python 3.8.3 but fails on Linux Python 3.8.3. To repro, checkout the source branch and run @qwordy, could you help take a look? |
|
I am looking at it. I have reproduced this issue. |
| # TODO: Sometimes fail in playback mode. Temporarily make it live only. #14292 | ||
| @live_only() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will address in #14292.
# Conflicts: # src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_image_build_managed_image.yaml # src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_image_build_shared_image.yaml # src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_existing_ids_options.yaml # src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_existing_options.yaml # src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_image_terms.yaml # src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_images_list_thru_services.yaml
Description
Fix #11949:
geographyGroupis missing fromaz account list-locationsThis PR bumps
azure.mgmt.resource.subscriptionsto2019-11-01which was released in Azure/azure-sdk-for-python#11482.Testing Guide