Skip to content

Commit

Permalink
{Package} Bump version for azure-mgmt-msi to 6.1.0 (#23733)
Browse files Browse the repository at this point in the history
  • Loading branch information
azclibot authored Sep 1, 2022
1 parent 3d569eb commit 260fda0
Show file tree
Hide file tree
Showing 48 changed files with 14,669 additions and 14,948 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/profiles/_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def default_api_version(self):
'private_endpoint_connections': '2019-10-17-preview',
'subscription_diagnostic_settings': '2017-05-01-preview'
}),
ResourceType.MGMT_MSI: '2021-09-30-preview',
ResourceType.MGMT_MSI: '2022-01-31-preview',
ResourceType.MGMT_APPSERVICE: '2022-03-01',
ResourceType.MGMT_IOTHUB: '2021-07-02',
ResourceType.MGMT_IOTDPS: '2021-10-15',
Expand Down

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
Expand Up @@ -494,7 +494,7 @@ def test_aks_create_and_update_with_http_proxy_config(self, resource_group, reso
])

@AllowLargeResponse()
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus')
def test_aks_private_dns_zone(self, resource_group, resource_group_location):
# kwargs for string formatting
aks_name = self.create_random_name('cliakstest', 16)
Expand Down Expand Up @@ -6051,7 +6051,7 @@ def test_aks_update_attatch_acr(self, resource_group, resource_group_location, s
'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()])

@AllowLargeResponse()
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus')
@AKSCustomRoleBasedServicePrincipalPreparer()
def test_aks_create_with_SP_then_update_to_user_assigned_identity(self, resource_group, resource_group_location, sp_name, sp_password):
aks_name = self.create_random_name('cliakstest', 16)
Expand Down

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
Expand Up @@ -11,9 +11,10 @@ interactions:
Connection:
- keep-alive
User-Agent:
- AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.10 (Windows-10-10.0.22000-SP0)
- AZURECLI/2.39.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31)
VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0
method: GET
uri: https://management.azure.com/providers/Microsoft.ManagedIdentity/operations?api-version=2021-09-30-preview
uri: https://management.azure.com/providers/Microsoft.ManagedIdentity/operations?api-version=2022-01-31-preview
response:
body:
string: '{"value":[{"name":"Microsoft.ManagedIdentity/identities/read","display":{"provider":"Microsoft
Expand All @@ -30,7 +31,16 @@ interactions:
User Assigned Identity","description":"RBAC action for assigning an existing
user assigned identity to a resource"}},{"name":"Microsoft.ManagedIdentity/userAssignedIdentities/delete","display":{"provider":"Microsoft
Managed Identity","resource":"User Assigned Identities","operation":"Delete
User Assigned Identity","description":"Deletes an existing user assigned identity"}},{"name":"Microsoft.ManagedIdentity/userAssignedIdentities/listAssociatedResources/action","display":{"provider":"Microsoft
User Assigned Identity","description":"Deletes an existing user assigned identity"}},{"name":"Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/read","display":{"provider":"Microsoft
Managed Identity","resource":"Federated Identity Credentials","operation":"Get
or list Federated Identity Credentials","description":"Get or list Federated
Identity Credentials"}},{"name":"Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write","display":{"provider":"Microsoft
Managed Identity","resource":"Federated Identity Credentials","operation":"Add
or update Federated Identity Credential","description":"Add or update a Federated
Identity Credential"}},{"name":"Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/delete","display":{"provider":"Microsoft
Managed Identity","resource":"Federated Identity Credentials","operation":"Delete
Federated Identity Credential","description":"Delete a Federated Identity
Credential"}},{"name":"Microsoft.ManagedIdentity/userAssignedIdentities/listAssociatedResources/action","display":{"provider":"Microsoft
Managed Identity","resource":"User Assigned Identities","operation":"List
associated resources for User Assigned Identity","description":"Lists all
associated resources for an existing user assigned identity"}},{"name":"Microsoft.ManagedIdentity/userAssignedIdentities/read","display":{"provider":"Microsoft
Expand All @@ -43,11 +53,11 @@ interactions:
cache-control:
- no-cache
content-length:
- '2318'
- '3233'
content-type:
- application/json; charset=utf-8
date:
- Thu, 19 May 2022 06:52:16 GMT
- Wed, 31 Aug 2022 06:57:39 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -77,12 +87,13 @@ interactions:
ParameterSetName:
- -n -g
User-Agent:
- AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Windows-10-10.0.22000-SP0)
- AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31)
VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_identity_mgmt_000001?api-version=2021-04-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001","name":"cli_test_identity_mgmt_000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-05-19T06:52:12Z"},"properties":{"provisioningState":"Succeeded"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001","name":"cli_test_identity_mgmt_000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T06:57:38Z"},"properties":{"provisioningState":"Succeeded"}}'
headers:
cache-control:
- no-cache
Expand All @@ -91,7 +102,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 19 May 2022 06:52:17 GMT
- Wed, 31 Aug 2022 06:57:39 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -123,12 +134,13 @@ interactions:
ParameterSetName:
- -n -g
User-Agent:
- AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.10 (Windows-10-10.0.22000-SP0)
- AZURECLI/2.39.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31)
VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity?api-version=2021-09-30-preview
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity?api-version=2022-01-31-preview
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity","name":"myidentity","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"8930dc3d-ed3b-4a1f-ab47-3fc49df6643d","clientId":"d4b719fc-c7b7-4cb0-bdce-a902198c3817"}}'
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity","name":"myidentity","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"0e42da22-d925-4d6c-8b3f-90ecd9c70b96","clientId":"44b5f5cc-805d-49f3-9dc3-f983e0da94c0"}}'
headers:
cache-control:
- no-cache
Expand All @@ -137,7 +149,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 19 May 2022 06:52:25 GMT
- Wed, 31 Aug 2022 06:57:40 GMT
expires:
- '-1'
location:
Expand All @@ -149,7 +161,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
- '1196'
status:
code: 201
message: Created
Expand All @@ -169,9 +181,10 @@ interactions:
ParameterSetName:
- -g -n
User-Agent:
- AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.10 (Windows-10-10.0.22000-SP0)
- AZURECLI/2.39.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31)
VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0
method: POST
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity/listAssociatedResources?api-version=2021-09-30-preview
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity/listAssociatedResources?api-version=2022-01-31-preview
response:
body:
string: '{"totalCount":0,"value":[]}'
Expand All @@ -183,7 +196,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 19 May 2022 06:52:29 GMT
- Wed, 31 Aug 2022 06:57:42 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -213,12 +226,13 @@ interactions:
ParameterSetName:
- -g
User-Agent:
- AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.10 (Windows-10-10.0.22000-SP0)
- AZURECLI/2.39.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31)
VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities?api-version=2021-09-30-preview
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities?api-version=2022-01-31-preview
response:
body:
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity","name":"myidentity","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"8930dc3d-ed3b-4a1f-ab47-3fc49df6643d","clientId":"d4b719fc-c7b7-4cb0-bdce-a902198c3817"}}]}'
string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity","name":"myidentity","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"0e42da22-d925-4d6c-8b3f-90ecd9c70b96","clientId":"44b5f5cc-805d-49f3-9dc3-f983e0da94c0"}}]}'
headers:
cache-control:
- no-cache
Expand All @@ -227,7 +241,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 19 May 2022 06:52:31 GMT
- Wed, 31 Aug 2022 06:57:42 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -259,9 +273,10 @@ interactions:
ParameterSetName:
- -n -g
User-Agent:
- AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.10 (Windows-10-10.0.22000-SP0)
- AZURECLI/2.39.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31)
VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity?api-version=2021-09-30-preview
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_identity_mgmt_000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity?api-version=2022-01-31-preview
response:
body:
string: ''
Expand All @@ -271,7 +286,7 @@ interactions:
content-length:
- '0'
date:
- Thu, 19 May 2022 06:52:38 GMT
- Wed, 31 Aug 2022 06:57:45 GMT
expires:
- '-1'
pragma:
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|Scenario|Result|ErrorMessage|ErrorStack|ErrorNormalized|StartDt|EndDt|
|step_accept|successed||||2022-08-28 10:27:08.353325|2022-08-28 10:27:08.565324|
|step_show|successed||||2022-08-28 10:27:08.565324|2022-08-28 10:27:08.677324|
|step_accept|successed||||2022-08-31 06:40:47.964841|2022-08-31 06:40:48.006231|
|step_show|successed||||2022-08-31 06:40:48.006535|2022-08-31 06:40:48.020312|
Coverage: 2/2
Loading

0 comments on commit 260fda0

Please sign in to comment.