Skip to content

Commit 48476cf

Browse files
authored
Merge pull request #95548 from tanmayeekamath/patch-11
Added properties in API
2 parents 8cdf4a5 + fc9ca8d commit 48476cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/lab-services/use-managed-identities-environments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ To change the user-managed identity assigned to the lab, remove the identity att
6464
"[userAssignedIdentityResourceId]":{}
6565
}
6666
}
67+
"properties":{
68+
"identityUsageType":"Environment"
69+
}
70+
6771
}
6872
```
6973

@@ -80,6 +84,9 @@ To change the user-managed identity assigned to the lab, remove the identity att
8084
"/subscriptions/0000000000-0000-0000-0000-000000000000000/resourceGroups/exampleRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sampleuseridentity":{}
8185
}
8286
}
87+
"properties":{
88+
"identityUsageType":"Environment"
89+
}
8390
}
8491
```
8592

0 commit comments

Comments
 (0)