Align azure-keyvault-administration API with other SDKs#15717
Merged
chlowell merged 9 commits intoAzure:masterfrom Dec 11, 2020
Merged
Align azure-keyvault-administration API with other SDKs#15717chlowell merged 9 commits intoAzure:masterfrom
chlowell merged 9 commits intoAzure:masterfrom
Conversation
heaths
previously approved these changes
Dec 9, 2020
Member
heaths
left a comment
There was a problem hiding this comment.
Looks right, but might want to have @christothes take a look as well.
sdk/keyvault/azure-keyvault-administration/azure/keyvault/administration/_internal/__init__.py
Outdated
Show resolved
Hide resolved
christothes
approved these changes
Dec 9, 2020
vcolin7
approved these changes
Dec 10, 2020
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
Dec 14, 2020
…into new_polling * 'master' of https://github.com/Azure/azure-sdk-for-python: (223 commits) generate mixedreality track2 sdk (Azure#15779) Fix mypy in core authentication (Azure#15768) [Media] Added new LVA Edge SDK (Azure#15375) Sync eng/common directory with azure-sdk-tools for PR 1273 (Azure#15767) Sync eng/common directory with azure-sdk-tools for PR 1274 (Azure#15765) Sync eng/common directory with azure-sdk-tools for PR 1270 (Azure#15766) [Media] Add nspkg package (Azure#15751) Update readme example to import async client (Azure#15763) Align azure-keyvault-administration API with other SDKs (Azure#15717) Create Initial cut at an early preview (machine generated) version of python SDK. (Azure#15712) Add additional code owner for Azure Communication Services (Azure#15738) Increment version for storage releases (Azure#15690) Create PR to target against master (Azure#15748) Fix dependence (Azure#15746) [T2]kubernetesconfiguration (Azure#15726) [T2] redhatopenshift (Azure#15743) [T2]hybridkubernetes (Azure#15725) generate servicefabric track2 version (Azure#15601) generate synapse track2 sdk (Azure#15745) generate serialconsole track2 sdk (Azure#15744) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This renames that which needs renaming to align with our equivalent libraries in other languages. Also fixes a bug in parsing backup folder URLs that was discovered during our alignment review.