Skip to content

Commit 0fadf0e

Browse files
author
Celina Zhao
committed
Compile
1 parent 4692df5 commit 0fadf0e

7 files changed

Lines changed: 5181 additions & 7 deletions

File tree

specification/resources/resource-manager/Microsoft.Authorization/policy/models.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,12 @@ union ComplianceState {
323323
Compliant: "Compliant",
324324

325325
/**
326-
* Indicates a policy evaluation result, where the Policy evaluation resulted in an error
326+
* Indicates a policy evaluation result, where the Policy evaluation resulted in an error.
327327
*/
328328
Error: "Error",
329329

330330
/**
331-
* Indicates a policy evaluation result that is unknown
331+
* Indicates a policy evaluation result that is unknown.
332332
*/
333333
Unknown: "Unknown",
334334

specification/resources/resource-manager/Microsoft.Authorization/policy/preview/2025-12-01-preview/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6419,7 +6419,7 @@
64196419
{
64206420
"name": "UserAssigned",
64216421
"value": "UserAssigned",
6422-
"description": "Indicates that a system assigned identity is associated with the resource."
6422+
"description": "Indicates that a user assigned identity is associated with the resource."
64236423
},
64246424
{
64256425
"name": "None",

specification/resources/resource-manager/Microsoft.Authorization/policy/preview/2026-01-01-preview/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7015,7 +7015,7 @@
70157015
{
70167016
"name": "UserAssigned",
70177017
"value": "UserAssigned",
7018-
"description": "Indicates that a system assigned identity is associated with the resource."
7018+
"description": "Indicates that a user assigned identity is associated with the resource."
70197019
},
70207020
{
70217021
"name": "None",

specification/resources/resource-manager/Microsoft.Authorization/policy/stable/2025-03-01/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4288,7 +4288,7 @@
42884288
{
42894289
"name": "UserAssigned",
42904290
"value": "UserAssigned",
4291-
"description": "Indicates that a system assigned identity is associated with the resource."
4291+
"description": "Indicates that a user assigned identity is associated with the resource."
42924292
},
42934293
{
42944294
"name": "None",

specification/resources/resource-manager/Microsoft.Authorization/policy/stable/2025-11-01/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4873,7 +4873,7 @@
48734873
{
48744874
"name": "UserAssigned",
48754875
"value": "UserAssigned",
4876-
"description": "Indicates that a system assigned identity is associated with the resource."
4876+
"description": "Indicates that a user assigned identity is associated with the resource."
48774877
},
48784878
{
48794879
"name": "None",

specification/resources/resource-manager/Microsoft.Authorization/policy/stable/2026-06-01/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4882,7 +4882,7 @@
48824882
{
48834883
"name": "UserAssigned",
48844884
"value": "UserAssigned",
4885-
"description": "Indicates that a system assigned identity is associated with the resource."
4885+
"description": "Indicates that a user assigned identity is associated with the resource."
48864886
},
48874887
{
48884888
"name": "None",

0 commit comments

Comments
 (0)