Skip to content

Commit

Permalink
modify description of properties to be self consistent (Azure#10711)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagoroz authored and nitegupt committed Sep 25, 2020
1 parent 9af3dcf commit 8b928d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
},
"conditionVersion": {
"type": "string",
"description": "Version of the condition. Currently accepted values are '1.0' or '2.0'"
"description": "Version of the condition. Currently accepted value is '2.0'"
}
},
"description": "Role assignment properties with scope."
Expand Down Expand Up @@ -625,11 +625,11 @@
},
"condition": {
"type": "string",
"description": "The conditions on the role assignment"
"description": "The conditions on the role assignment. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'"
},
"conditionVersion": {
"type": "string",
"description": "Version of the condition"
"description": "Version of the condition. Currently accepted value is '2.0'"
}
},
"required": [
Expand Down

0 comments on commit 8b928d9

Please sign in to comment.