diff --git a/azure-mgmt-keyvault/README.rst b/azure-mgmt-keyvault/README.rst index b7ee4573a02a..c6cce1ab427b 100644 --- a/azure-mgmt-keyvault/README.rst +++ b/azure-mgmt-keyvault/README.rst @@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see For a more complete set of Azure libraries, see the `azure `__ bundle package. -Compatibility -============= - -**IMPORTANT**: If you have an earlier version of the azure package -(version < 1.0), you should uninstall it before installing this package. - -You can check the version using pip: - -.. code:: shell - - pip freeze - -If you see azure==0.11.0 (or any version below 1.0), uninstall it first: - -.. code:: shell - - pip uninstall azure - - Usage ===== diff --git a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties.py b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties.py index 16999701488a..a0fb2e335b45 100644 --- a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties.py +++ b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties.py @@ -24,7 +24,8 @@ class VaultProperties(Model): :type sku: ~azure.mgmt.keyvault.v2016_10_01.models.Sku :param access_policies: 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. + the key vault's tenant ID. When `createMode` is set to `recover`, access + policies are not required. Otherwise, access policies are required. :type access_policies: list[~azure.mgmt.keyvault.v2016_10_01.models.AccessPolicyEntry] :param vault_uri: The URI of the vault for performing operations on keys diff --git a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties_py3.py b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties_py3.py index 4cb34c5e92df..a9e934939cca 100644 --- a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties_py3.py +++ b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01/models/vault_properties_py3.py @@ -24,7 +24,8 @@ class VaultProperties(Model): :type sku: ~azure.mgmt.keyvault.v2016_10_01.models.Sku :param access_policies: 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. + the key vault's tenant ID. When `createMode` is set to `recover`, access + policies are not required. Otherwise, access policies are required. :type access_policies: list[~azure.mgmt.keyvault.v2016_10_01.models.AccessPolicyEntry] :param vault_uri: The URI of the vault for performing operations on keys diff --git a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties.py b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties.py index 3a93a4bd2568..7f9126154e01 100644 --- a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties.py +++ b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties.py @@ -24,7 +24,8 @@ class VaultProperties(Model): :type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku :param access_policies: 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. + the key vault's tenant ID. When `createMode` is set to `recover`, access + policies are not required. Otherwise, access policies are required. :type access_policies: list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry] :param vault_uri: The URI of the vault for performing operations on keys diff --git a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties_py3.py b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties_py3.py index d704747bc465..2b9eedf7fdb0 100644 --- a/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties_py3.py +++ b/azure-mgmt-keyvault/azure/mgmt/keyvault/v2018_02_14/models/vault_properties_py3.py @@ -24,7 +24,8 @@ class VaultProperties(Model): :type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku :param access_policies: 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. + the key vault's tenant ID. When `createMode` is set to `recover`, access + policies are not required. Otherwise, access policies are required. :type access_policies: list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry] :param vault_uri: The URI of the vault for performing operations on keys