Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] keyvault/data-plane #3498

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
413 changes: 199 additions & 214 deletions azure-keyvault/azure/keyvault/v2016_10_01/key_vault_client.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AdministratorDetails(Model):
:type first_name: str
:param last_name: Last name.
:type last_name: str
:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param phone: Phone number.
:type phone: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AdministratorDetails(Model):
:type first_name: str
:param last_name: Last name.
:type last_name: str
:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param phone: Phone number.
:type phone: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Contact(Model):
"""The contact information for the vault certificates.

:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param name: Name.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Contact(Model):
"""The contact information for the vault certificates.

:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param name: Name.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class JsonWebKeyCurveName(str, Enum):
class DeletionRecoveryLevel(str, Enum):

purgeable = "Purgeable" #: Soft-delete is not enabled for this vault. A DELETE operation results in immediate and irreversible data loss.
recoverable_purgeable = "Recoverable+Purgeable" #: Soft-delete is enabled for this vault; A priveleged user may trigger an immediate, irreversible deletion(purge) of a deleted entity.
recoverable_purgeable = "Recoverable+Purgeable" #: Soft-delete is enabled for this vault; A privileged user may trigger an immediate, irreversible deletion(purge) of a deleted entity.
recoverable = "Recoverable" #: Soft-delete is enabled for this vault and purge has been disabled. A deleted entity will remain in this state until recovered, or the end of the retention interval.
recoverable_protected_subscription = "Recoverable+ProtectedSubscription" #: Soft-delete is enabled for this vault, and the subscription is protected against immediate deletion.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class X509CertificateProperties(Model):
:param key_usage: List of key usages.
:type key_usage: list[str or
~azure.keyvault.v2016_10_01.models.KeyUsageType]
:param validity_in_months: The duration that the ceritifcate is valid in
:param validity_in_months: The duration that the certificate is valid in
months.
:type validity_in_months: int
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class X509CertificateProperties(Model):
:param key_usage: List of key usages.
:type key_usage: list[str or
~azure.keyvault.v2016_10_01.models.KeyUsageType]
:param validity_in_months: The duration that the ceritifcate is valid in
:param validity_in_months: The duration that the certificate is valid in
months.
:type validity_in_months: int
"""
Expand Down
480 changes: 231 additions & 249 deletions azure-keyvault/azure/keyvault/v7_0/key_vault_client.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AdministratorDetails(Model):
:type first_name: str
:param last_name: Last name.
:type last_name: str
:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param phone: Phone number.
:type phone: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AdministratorDetails(Model):
:type first_name: str
:param last_name: Last name.
:type last_name: str
:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param phone: Phone number.
:type phone: str
Expand Down
2 changes: 1 addition & 1 deletion azure-keyvault/azure/keyvault/v7_0/models/contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Contact(Model):
"""The contact information for the vault certificates.

:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param name: Name.
:type name: str
Expand Down
2 changes: 1 addition & 1 deletion azure-keyvault/azure/keyvault/v7_0/models/contact_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Contact(Model):
"""The contact information for the vault certificates.

:param email_address: Email addresss.
:param email_address: Email address.
:type email_address: str
:param name: Name.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class X509CertificateProperties(Model):
~azure.keyvault.v7_0.models.SubjectAlternativeNames
:param key_usage: List of key usages.
:type key_usage: list[str or ~azure.keyvault.v7_0.models.KeyUsageType]
:param validity_in_months: The duration that the ceritifcate is valid in
:param validity_in_months: The duration that the certificate is valid in
months.
:type validity_in_months: int
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class X509CertificateProperties(Model):
~azure.keyvault.v7_0.models.SubjectAlternativeNames
:param key_usage: List of key usages.
:type key_usage: list[str or ~azure.keyvault.v7_0.models.KeyUsageType]
:param validity_in_months: The duration that the ceritifcate is valid in
:param validity_in_months: The duration that the certificate is valid in
months.
:type validity_in_months: int
"""
Expand Down