@@ -119,7 +119,7 @@ public KeyClient(System.Uri vaultUri, Azure.Core.TokenCredential credential, Azu
119119 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > > CreateOctKeyAsync ( Azure . Security . KeyVault . Keys . CreateOctKeyOptions octKeyOptions , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
120120 public virtual Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > CreateRsaKey ( Azure . Security . KeyVault . Keys . CreateRsaKeyOptions rsaKeyOptions , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
121121 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > > CreateRsaKeyAsync ( Azure . Security . KeyVault . Keys . CreateRsaKeyOptions rsaKeyOptions , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
122- public virtual Azure . Security . KeyVault . Keys . Cryptography . CryptographyClient GetCryptographyClient ( string name , string version = null ) { throw null ; }
122+ public virtual Azure . Security . KeyVault . Keys . Cryptography . CryptographyClient GetCryptographyClient ( string keyName , string keyVersion = null ) { throw null ; }
123123 public virtual Azure . Response < Azure . Security . KeyVault . Keys . DeletedKey > GetDeletedKey ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
124124 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . DeletedKey > > GetDeletedKeyAsync ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
125125 public virtual Azure . Pageable < Azure . Security . KeyVault . Keys . DeletedKey > GetDeletedKeys ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -132,18 +132,18 @@ public KeyClient(System.Uri vaultUri, Azure.Core.TokenCredential credential, Azu
132132 public virtual Azure . AsyncPageable < Azure . Security . KeyVault . Keys . KeyProperties > GetPropertiesOfKeysAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
133133 public virtual Azure . Pageable < Azure . Security . KeyVault . Keys . KeyProperties > GetPropertiesOfKeyVersions ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
134134 public virtual Azure . AsyncPageable < Azure . Security . KeyVault . Keys . KeyProperties > GetPropertiesOfKeyVersionsAsync ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
135- public virtual Azure . Response < Azure . Security . KeyVault . Keys . RandomBytes > GetRandomBytes ( int count , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
136- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . RandomBytes > > GetRandomBytesAsync ( int count , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
135+ public virtual Azure . Response < byte [ ] > GetRandomBytes ( int count , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
136+ public virtual System . Threading . Tasks . Task < Azure . Response < byte [ ] > > GetRandomBytesAsync ( int count , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
137137 public virtual Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > ImportKey ( Azure . Security . KeyVault . Keys . ImportKeyOptions importKeyOptions , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
138138 public virtual Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > ImportKey ( string name , Azure . Security . KeyVault . Keys . JsonWebKey keyMaterial , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
139139 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > > ImportKeyAsync ( Azure . Security . KeyVault . Keys . ImportKeyOptions importKeyOptions , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
140140 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > > ImportKeyAsync ( string name , Azure . Security . KeyVault . Keys . JsonWebKey keyMaterial , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
141141 public virtual Azure . Response PurgeDeletedKey ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
142142 public virtual System . Threading . Tasks . Task < Azure . Response > PurgeDeletedKeyAsync ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
143- public virtual Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > ReleaseKey ( string name , string target , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
144- public virtual Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > ReleaseKey ( string name , string version , string target , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
145- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > > ReleaseKeyAsync ( string name , string target , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
146- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > > ReleaseKeyAsync ( string name , string version , string target , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
143+ public virtual Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > ReleaseKey ( string name , string targetAttestationToken , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
144+ public virtual Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > ReleaseKey ( string name , string version , string targetAttestationToken , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
145+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > > ReleaseKeyAsync ( string name , string targetAttestationToken , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
146+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . ReleaseKeyResult > > ReleaseKeyAsync ( string name , string version , string targetAttestationToken , Azure . Security . KeyVault . Keys . ReleaseKeyOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
147147 public virtual Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > RestoreKeyBackup ( byte [ ] backup , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
148148 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > > RestoreKeyBackupAsync ( byte [ ] backup , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
149149 public virtual Azure . Response < Azure . Security . KeyVault . Keys . KeyVaultKey > RotateKey ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -217,7 +217,6 @@ public static partial class KeyModelFactory
217217 public static Azure . Security . KeyVault . Keys . KeyProperties KeyProperties ( System . Uri id = null , System . Uri vaultUri = null , string name = null , string version = null , bool managed = false , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? updatedOn = default ( System . DateTimeOffset ? ) , string recoveryLevel = null , int ? recoverableDays = default ( int ? ) ) { throw null ; }
218218 public static Azure . Security . KeyVault . Keys . KeyRotationPolicy KeyRotationPolicy ( System . Uri id = null , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? updatedOn = default ( System . DateTimeOffset ? ) ) { throw null ; }
219219 public static Azure . Security . KeyVault . Keys . KeyVaultKey KeyVaultKey ( Azure . Security . KeyVault . Keys . KeyProperties properties , Azure . Security . KeyVault . Keys . JsonWebKey key ) { throw null ; }
220- public static Azure . Security . KeyVault . Keys . RandomBytes RandomBytes ( byte [ ] value ) { throw null ; }
221220 public static Azure . Security . KeyVault . Keys . ReleaseKeyResult ReleaseKeyResult ( string value ) { throw null ; }
222221 }
223222 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -265,9 +264,9 @@ public KeyProperties(System.Uri id) { }
265264 }
266265 public partial class KeyReleasePolicy
267266 {
268- public KeyReleasePolicy ( byte [ ] data ) { }
267+ public KeyReleasePolicy ( System . BinaryData encodedPolicy ) { }
269268 public string ContentType { get { throw null ; } set { } }
270- public byte [ ] Data { get { throw null ; } }
269+ public System . BinaryData EncodedPolicy { get { throw null ; } }
271270 }
272271 public partial class KeyRotationLifetimeAction
273272 {
@@ -354,11 +353,6 @@ public KeyVaultKey(string name) { }
354353 public override string ToString ( ) { throw null ; }
355354 public static bool TryCreate ( System . Uri id , out Azure . Security . KeyVault . Keys . KeyVaultKeyIdentifier identifier ) { throw null ; }
356355 }
357- public partial class RandomBytes
358- {
359- internal RandomBytes ( ) { }
360- public byte [ ] Value { get { throw null ; } }
361- }
362356 public partial class RecoverDeletedKeyOperation : Azure . Operation < Azure . Security . KeyVault . Keys . KeyVaultKey >
363357 {
364358 protected RecoverDeletedKeyOperation ( ) { }
0 commit comments