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

[ReleasePR track2_azure-mgmt-keyvault] Update readme files with Hybrid2020 Profile #14887

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
10 changes: 8 additions & 2 deletions sdk/keyvault/azure-mgmt-keyvault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ For a more complete view of Azure libraries, see the [azure sdk python release](

# Usage

For code examples, see [MyService Management](https://docs.microsoft.com/python/api/overview/azure/?view=azure-python-preview)
on docs.microsoft.com.

To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)



For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/?view=azure-python-preview)
Code samples for this package can be found at [MyService Management](https://docs.microsoft.com/samples/azure-samples/azure-samples-python-management/?view=azure-python-preview) on docs.microsoft.com.
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


# Provide Feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class AccessPolicyUpdateKind(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)

class CertificatePermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
DELETE = "delete"
Expand All @@ -60,6 +61,7 @@ class CreateMode(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class KeyPermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
ENCRYPT = "encrypt"
DECRYPT = "decrypt"
WRAP_KEY = "wrapKey"
Expand Down Expand Up @@ -123,6 +125,7 @@ class Reason(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class SecretPermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
SET = "set"
Expand All @@ -147,6 +150,7 @@ class SkuName(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class StoragePermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
DELETE = "delete"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class AccessPolicyUpdateKind(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)

class CertificatePermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
DELETE = "delete"
Expand All @@ -60,6 +61,7 @@ class CreateMode(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class KeyPermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
ENCRYPT = "encrypt"
DECRYPT = "decrypt"
WRAP_KEY = "wrapKey"
Expand Down Expand Up @@ -149,6 +151,7 @@ class Reason(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class SecretPermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
SET = "set"
Expand All @@ -173,6 +176,7 @@ class SkuName(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class StoragePermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
DELETE = "delete"
Expand Down