Skip to content

Commit 23b0a50

Browse files
Update assets.json (#35491)
* Update assets.json * Update test_mgmt_resource_deployment_scripts.py
1 parent 02e9c9c commit 23b0a50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sdk/resources/azure-mgmt-resource/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/resources/azure-mgmt-resource",
5-
"Tag": "python/resources/azure-mgmt-resource_3a16a764fe"
5+
"Tag": "python/resources/azure-mgmt-resource_249d166aa1"
66
}

sdk/resources/azure-mgmt-resource/tests/test_mgmt_resource_deployment_scripts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ def test_deployment_scripts(self, resource_group, location):
4141
self.msi_client.user_assigned_identities.create_or_update(
4242
resource_group.name,
4343
identity_name,
44-
"westus",
45-
{"key1": "value1"}
44+
{"location": "westus", "tags": {"key1": "value1"}}
4645
)
4746

4847
# Create script

0 commit comments

Comments
 (0)