Skip to content

Commit 177f0d2

Browse files
author
SDK Automation
committed
Generated from a5268c58c615774eee6d4b8714e806ed74bad4a4
Update readme.python.md
1 parent 7649c6f commit 177f0d2

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/_models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@ class VaultProperties(Model):
988988
:type tenant_id: str
989989
:param sku: Required. SKU details
990990
:type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku
991-
:param access_policies: An array of 0 to 16 identities that have access to
992-
the key vault. All identities in the array must use the same tenant ID as
993-
the key vault's tenant ID. When `createMode` is set to `recover`, access
994-
policies are not required. Otherwise, access policies are required.
991+
:param access_policies: An array of 0 to 1024 identities that have access
992+
to the key vault. All identities in the array must use the same tenant ID
993+
as the key vault's tenant ID. When `createMode` is set to `recover`,
994+
access policies are not required. Otherwise, access policies are required.
995995
:type access_policies:
996996
list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry]
997997
:param vault_uri: The URI of the vault for performing operations on keys

sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/_models_py3.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@ class VaultProperties(Model):
988988
:type tenant_id: str
989989
:param sku: Required. SKU details
990990
:type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku
991-
:param access_policies: An array of 0 to 16 identities that have access to
992-
the key vault. All identities in the array must use the same tenant ID as
993-
the key vault's tenant ID. When `createMode` is set to `recover`, access
994-
policies are not required. Otherwise, access policies are required.
991+
:param access_policies: An array of 0 to 1024 identities that have access
992+
to the key vault. All identities in the array must use the same tenant ID
993+
as the key vault's tenant ID. When `createMode` is set to `recover`,
994+
access policies are not required. Otherwise, access policies are required.
995995
:type access_policies:
996996
list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry]
997997
:param vault_uri: The URI of the vault for performing operations on keys

sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2019_09_01/models/_models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,10 +1004,10 @@ class VaultProperties(Model):
10041004
:type tenant_id: str
10051005
:param sku: Required. SKU details
10061006
:type sku: ~azure.mgmt.keyvault.v2019_09_01.models.Sku
1007-
:param access_policies: An array of 0 to 16 identities that have access to
1008-
the key vault. All identities in the array must use the same tenant ID as
1009-
the key vault's tenant ID. When `createMode` is set to `recover`, access
1010-
policies are not required. Otherwise, access policies are required.
1007+
:param access_policies: An array of 0 to 1024 identities that have access
1008+
to the key vault. All identities in the array must use the same tenant ID
1009+
as the key vault's tenant ID. When `createMode` is set to `recover`,
1010+
access policies are not required. Otherwise, access policies are required.
10111011
:type access_policies:
10121012
list[~azure.mgmt.keyvault.v2019_09_01.models.AccessPolicyEntry]
10131013
:param vault_uri: The URI of the vault for performing operations on keys

sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2019_09_01/models/_models_py3.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,10 +1004,10 @@ class VaultProperties(Model):
10041004
:type tenant_id: str
10051005
:param sku: Required. SKU details
10061006
:type sku: ~azure.mgmt.keyvault.v2019_09_01.models.Sku
1007-
:param access_policies: An array of 0 to 16 identities that have access to
1008-
the key vault. All identities in the array must use the same tenant ID as
1009-
the key vault's tenant ID. When `createMode` is set to `recover`, access
1010-
policies are not required. Otherwise, access policies are required.
1007+
:param access_policies: An array of 0 to 1024 identities that have access
1008+
to the key vault. All identities in the array must use the same tenant ID
1009+
as the key vault's tenant ID. When `createMode` is set to `recover`,
1010+
access policies are not required. Otherwise, access policies are required.
10111011
:type access_policies:
10121012
list[~azure.mgmt.keyvault.v2019_09_01.models.AccessPolicyEntry]
10131013
:param vault_uri: The URI of the vault for performing operations on keys

0 commit comments

Comments
 (0)