You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[KeyVault] Add support for service version 7.6-preview.1 (#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 <[email protected]>
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,10 +141,16 @@ A `KeyVaultAccessControlClient` provides both synchronous and asynchronous opera
141
141
142
142
A `KeyVaultBackupClient` provides both synchronous and asynchronous operations for performing full key backups, full key restores, and selective key restores.
143
143
144
+
### PreBackupOperation
145
+
A `PreBackupOperation` represents a long-running operation that checks if it is possible to perform a full key backup.
146
+
144
147
### BackupOperation
145
148
146
149
A `BackupOperation` represents a long running operation for a full key backup.
147
150
151
+
### PreRestoreOperation
152
+
A `PreRestoreOperation` represents a long-running operation that checks if it is possible to perform a full key restore from a backup.
153
+
148
154
### RestoreOperation
149
155
150
156
A `RestoreOperation` represents a long running operation for both a full key and selective key restore.
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/api/Azure.Security.KeyVault.Administration.netstandard2.0.cs
+48-1Lines changed: 48 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public KeyVaultAccessControlClient(System.Uri vaultUri, Azure.Core.TokenCredenti
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/src/Generated/AzureSecurityKeyVaultAdministrationPreFullBackupHeaders.cs
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/src/Generated/AzureSecurityKeyVaultAdministrationPreFullRestoreOperationHeaders.cs
0 commit comments