Skip to content

Commit 42c2ad5

Browse files
authored
Role assignment name description (#16639)
1 parent bf84d93 commit 42c2ad5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

specification/authorization/resource-manager/Microsoft.Authorization/preview/2017-10-01-preview/authorization-RoleAssignmentsCalls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"in": "path",
235235
"required": true,
236236
"type": "string",
237-
"description": "The name of the role assignment to create. It can be any valid GUID."
237+
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
238238
},
239239
{
240240
"name": "parameters",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleAssignmentsCalls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"in": "path",
231231
"required": true,
232232
"type": "string",
233-
"description": "The name of the role assignment to create. It can be any valid GUID."
233+
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
234234
},
235235
{
236236
"name": "parameters",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-09-01-preview/authorization-RoleAssignmentsCalls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"in": "path",
231231
"required": true,
232232
"type": "string",
233-
"description": "The name of the role assignment to create. It can be any valid GUID."
233+
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
234234
},
235235
{
236236
"name": "parameters",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-04-01-preview/authorization-RoleAssignmentsCalls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"in": "path",
240240
"required": true,
241241
"type": "string",
242-
"description": "The name of the role assignment to create. It can be any valid GUID."
242+
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
243243
},
244244
{
245245
"name": "parameters",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-10-01-preview/RoleAssignmentScheduleRequest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"in": "path",
5656
"required": true,
5757
"type": "string",
58-
"description": "The name of the role assignment to create. It can be any valid GUID."
58+
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
5959
},
6060
{
6161
"name": "parameters",

specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-RoleAssignmentsCalls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"in": "path",
235235
"required": true,
236236
"type": "string",
237-
"description": "The name of the role assignment to create. It can be any valid GUID."
237+
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
238238
},
239239
{
240240
"name": "parameters",

0 commit comments

Comments
 (0)