Skip to content

Commit

Permalink
Update to correct value of access policies limit (#8991)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlichwa authored Apr 9, 2020
1 parent 27f3aad commit ea13a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
"items": {
"$ref": "#/definitions/AccessPolicyEntry"
},
"description": "An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID."
"description": "An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID."
},
"vaultUri": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
"items": {
"$ref": "#/definitions/AccessPolicyEntry"
},
"description": "An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required."
"description": "An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required."
},
"vaultUri": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
"items": {
"$ref": "#/definitions/AccessPolicyEntry"
},
"description": "An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required."
"description": "An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required."
},
"vaultUri": {
"type": "string",
Expand Down

0 comments on commit ea13a2d

Please sign in to comment.