Skip to content

Commit 28895ae

Browse files
Fix TypeSpec validation: update source example to use userAssignedIdentityClientId
Co-authored-by: MicroJamesLim <125409279+MicroJamesLim@users.noreply.github.com>
1 parent 7221cac commit 28895ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specification/containerinstance/resource-manager/Microsoft.ContainerInstance/ContainerInstance/examples/2026-07-01/ContainerGroupsCreateOrUpdateManagedIdentityAzureFileshare.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"azureFile": {
9595
"shareName": "shareName",
9696
"storageAccountName": "accountName",
97-
"userManagedIdentityClientId": "00000000-0000-0000-0000-000000000000"
97+
"userAssignedIdentityClientId": "00000000-0000-0000-0000-000000000000"
9898
}
9999
},
100100
{
@@ -203,7 +203,7 @@
203203
"azureFile": {
204204
"shareName": "shareName",
205205
"storageAccountName": "accountName",
206-
"userManagedIdentityClientId": "00000000-0000-0000-0000-000000000000"
206+
"userAssignedIdentityClientId": "00000000-0000-0000-0000-000000000000"
207207
}
208208
},
209209
{
@@ -308,7 +308,7 @@
308308
"azureFile": {
309309
"shareName": "shareName",
310310
"storageAccountName": "accountName",
311-
"userManagedIdentityClientId": "00000000-0000-0000-0000-000000000000"
311+
"userAssignedIdentityClientId": "00000000-0000-0000-0000-000000000000"
312312
}
313313
},
314314
{

0 commit comments

Comments
 (0)