forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KeyVault] Add support for service version 7.6-preview.1 (Azure#43811)
* wip * wip * Update Azure.Security.KeyVault.Secrets.netstandard2.0.cs * update generation * Update Azure.Security.KeyVault.Administration.netstandard2.0.cs * Update CONTRIBUTING.md * Add new version in ClientOptions and tests for Administration * Export API * Remove server-side fix from changelog * Update sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md * Add new endpoints definitions to readme * Add new Pre-backup methods * Documentation for PreBackup methods * Update method names in KeyVaultBackupClient for clarity * Add pre-restore methods * Export API * Use a flag to handle different headers in RestoreOperation * Update Administration Changelog * Add tests for Administration * Update preBackup and preRestore tests * Missing new version in CertificatesClientOptions * Re-record CertificateClientLiveTests * Remove unninteded line in Keys Changelog * Improve admin changelod message and clean samples in readme * nit changes * Format Changelog md files * Add null argument checks in KeyVaultBackupClient methods and document exceptions * Introducing the KeyVaultPreBackupOperation and KeyVaultPreRestoreOperation classes. * Ignore tests for preview version * Revert changes in KeyVaultRestoreOperation * Include possible exceptions to pre-operation classes * Record Secrets * Record Keys tests * Record admin * Re-record failing tests for Secrets * Update test-resources json to output the Tenant ID too * Export API and remove unused snippets --------- Co-authored-by: Jonathan Cardenas <JonathanCrd@users.noreply.github.com>
- Loading branch information
1 parent
bbed3b4
commit 699c7de
Showing
43 changed files
with
1,079 additions
and
72 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
24 changes: 24 additions & 0 deletions
24
...t.Administration/src/Generated/AzureSecurityKeyVaultAdministrationPreFullBackupHeaders.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
...ration/src/Generated/AzureSecurityKeyVaultAdministrationPreFullRestoreOperationHeaders.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.