Skip to content

Commit 4bbcd28

Browse files
authored
[AutoPR keyvault/resource-manager] add description of access policies required condition (#4330)
* Generated from bddc29df0c1abc1a1f25b2b2a07c6deb2043c2e6 add description of access policies required condition * Packaging update of azure-mgmt-keyvault
1 parent db3a5cd commit 4bbcd28

File tree

5 files changed

+8
-23
lines changed

5 files changed

+8
-23
lines changed

azure-mgmt-keyvault/README.rst

-19
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see
1414
For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.
1515

1616

17-
Compatibility
18-
=============
19-
20-
**IMPORTANT**: If you have an earlier version of the azure package
21-
(version < 1.0), you should uninstall it before installing this package.
22-
23-
You can check the version using pip:
24-
25-
.. code:: shell
26-
27-
pip freeze
28-
29-
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
30-
31-
.. code:: shell
32-
33-
pip uninstall azure
34-
35-
3617
Usage
3718
=====
3819

azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class VaultProperties(Model):
2424
:type sku: ~azure.mgmt.keyvault.v2016_10_01.models.Sku
2525
:param access_policies: An array of 0 to 16 identities that have access to
2626
the key vault. All identities in the array must use the same tenant ID as
27-
the key vault's tenant ID.
27+
the key vault's tenant ID. When `createMode` is set to `recover`, access
28+
policies are not required. Otherwise, access policies are required.
2829
:type access_policies:
2930
list[~azure.mgmt.keyvault.v2016_10_01.models.AccessPolicyEntry]
3031
:param vault_uri: The URI of the vault for performing operations on keys

azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties_py3.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class VaultProperties(Model):
2424
:type sku: ~azure.mgmt.keyvault.v2016_10_01.models.Sku
2525
:param access_policies: An array of 0 to 16 identities that have access to
2626
the key vault. All identities in the array must use the same tenant ID as
27-
the key vault's tenant ID.
27+
the key vault's tenant ID. When `createMode` is set to `recover`, access
28+
policies are not required. Otherwise, access policies are required.
2829
:type access_policies:
2930
list[~azure.mgmt.keyvault.v2016_10_01.models.AccessPolicyEntry]
3031
:param vault_uri: The URI of the vault for performing operations on keys

azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class VaultProperties(Model):
2424
:type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku
2525
:param access_policies: An array of 0 to 16 identities that have access to
2626
the key vault. All identities in the array must use the same tenant ID as
27-
the key vault's tenant ID.
27+
the key vault's tenant ID. When `createMode` is set to `recover`, access
28+
policies are not required. Otherwise, access policies are required.
2829
:type access_policies:
2930
list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry]
3031
:param vault_uri: The URI of the vault for performing operations on keys

azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties_py3.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class VaultProperties(Model):
2424
:type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku
2525
:param access_policies: An array of 0 to 16 identities that have access to
2626
the key vault. All identities in the array must use the same tenant ID as
27-
the key vault's tenant ID.
27+
the key vault's tenant ID. When `createMode` is set to `recover`, access
28+
policies are not required. Otherwise, access policies are required.
2829
:type access_policies:
2930
list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry]
3031
:param vault_uri: The URI of the vault for performing operations on keys

0 commit comments

Comments
 (0)