-
Notifications
You must be signed in to change notification settings - Fork 3.4k
{ARM} Bump MGMT_RESOURCE_SUBSCRIPTIONS to 2022-12-01
#28660
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ | |
|
|
||
|
|
||
| import os | ||
| import unittest | ||
|
|
||
| from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer, StorageAccountPreparer | ||
| from azure.cli.testsdk.scenario_tests import record_only | ||
|
|
@@ -50,6 +51,7 @@ def test_hdinsight_cluster_kafka(self, storage_account_info): | |
|
|
||
| # Uses 'rg' kwarg | ||
| # _rest_proxy_arguments() will override location to southcentralus, so use this location for rg and sa | ||
| @unittest.skip('https://github.com/Azure/azure-cli/issues/28860') | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| @ResourceGroupPreparer(name_prefix='hdicli-', location='southcentralus', random_name_length=12) | ||
| @StorageAccountPreparer(name_prefix='hdicli', location='southcentralus', parameter_name='storage_account') | ||
| def test_hdinsight_cluster_kafka_with_rest_proxy(self, storage_account_info): | ||
|
|
||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,7 @@ | |
| INDEX_FILE = "https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/quickquickstarts/exampleArtifacts/buildArtifacts/index.html" | ||
|
|
||
|
|
||
| @unittest.skip("https://github.com/Azure/azure-cli/issues/28909") | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| class ImageTemplateTest(ScenarioTest): | ||
| def _assign_ib_permissions(self, rg): # need to manually give IB service permission to add image to grou | ||
| subscription_id = self.get_subscription_id() | ||
|
|
@@ -658,6 +659,7 @@ def test_image_build_trigger(self, resource_group): | |
| ]) | ||
| self.cmd('image builder trigger delete --image-template-name {tmpl} -g {rg} --trigger-name {trigger} --yes') | ||
|
|
||
| @unittest.skip('https://github.com/Azure/azure-cli/issues/28677') | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| @ResourceGroupPreparer(name_prefix='img_tmpl_identity_') | ||
| def test_image_build_identity(self, resource_group): | ||
| self._identity_role(resource_group) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2663,6 +2663,7 @@ def test_vmss_extension_instance_name(self): | |
|
|
||
| class VMSSExtensionImageTest(ScenarioTest): | ||
|
|
||
| @live_only() # https://github.com/Azure/azure-cli/issues/28678 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| @AllowLargeResponse() | ||
| @ResourceGroupPreparer(name_prefix='cli_test_vmss_extension_image_') | ||
| def test_vmss_extension_image(self, resource_group): | ||
|
|
||
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.
test_containerapp_custom_domains_app_in_different_rglive test fails: A TXT record pointing from asuid.devtest.containerappr7yejddv4asf.com to 2530... was not found. #28680