Skip to content

Commit 31c7645

Browse files
dagorozanandanthony
authored andcommitted
Add missing properties to 2022-04-01 files (Azure#21250)
* add info on new properties * prettier
1 parent e352bb2 commit 31c7645

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

specification/authorization/resource-manager/Microsoft.Authorization/stable/2022-04-01/authorization-DenyAssignmentCalls.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,36 @@
395395
"isSystemProtected": {
396396
"type": "boolean",
397397
"description": "Specifies whether this deny assignment was created by Azure and cannot be edited or deleted."
398+
},
399+
"condition": {
400+
"type": "string",
401+
"description": "The conditions on the deny assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'"
402+
},
403+
"conditionVersion": {
404+
"type": "string",
405+
"description": "Version of the condition."
406+
},
407+
"createdOn": {
408+
"readOnly": true,
409+
"type": "string",
410+
"description": "Time it was created",
411+
"format": "date-time"
412+
},
413+
"updatedOn": {
414+
"readOnly": true,
415+
"type": "string",
416+
"description": "Time it was updated",
417+
"format": "date-time"
418+
},
419+
"createdBy": {
420+
"readOnly": true,
421+
"type": "string",
422+
"description": "Id of the user who created the assignment"
423+
},
424+
"updatedBy": {
425+
"readOnly": true,
426+
"type": "string",
427+
"description": "Id of the user who updated the assignment"
398428
}
399429
},
400430
"type": "object",

specification/authorization/resource-manager/Microsoft.Authorization/stable/2022-04-01/authorization-RoleDefinitionsCalls.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,28 @@
436436
"type": "string"
437437
},
438438
"description": "Role definition assignable scopes."
439+
},
440+
"createdOn": {
441+
"readOnly": true,
442+
"type": "string",
443+
"description": "Time it was created",
444+
"format": "date-time"
445+
},
446+
"updatedOn": {
447+
"readOnly": true,
448+
"type": "string",
449+
"description": "Time it was updated",
450+
"format": "date-time"
451+
},
452+
"createdBy": {
453+
"readOnly": true,
454+
"type": "string",
455+
"description": "Id of the user who created the assignment"
456+
},
457+
"updatedBy": {
458+
"readOnly": true,
459+
"type": "string",
460+
"description": "Id of the user who updated the assignment"
439461
}
440462
},
441463
"type": "object",

0 commit comments

Comments
 (0)