Skip to content

Commit

Permalink
Role assignment name description (Azure#16639)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyon authored Nov 4, 2021
1 parent bf84d93 commit 42c2ad5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the role assignment to create. It can be any valid GUID."
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
},
{
"name": "parameters",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the role assignment to create. It can be any valid GUID."
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
},
{
"name": "parameters",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the role assignment to create. It can be any valid GUID."
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
},
{
"name": "parameters",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the role assignment to create. It can be any valid GUID."
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
},
{
"name": "parameters",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the role assignment to create. It can be any valid GUID."
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
},
{
"name": "parameters",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the role assignment to create. It can be any valid GUID."
"description": "A GUID for the role assignment to create. The name must be unique and different for each role assignment."
},
{
"name": "parameters",
Expand Down

0 comments on commit 42c2ad5

Please sign in to comment.