Skip to content

Commit 578b35a

Browse files
authored
[KeyVault] Use 4.x autorest version, Regenerated sdk (#28708)
1 parent 8e1dffa commit 578b35a

40 files changed

+427
-261
lines changed

src/KeyVault/KeyVault.Management.Sdk/Generated/IKeyVaultManagementClient.cs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ namespace Microsoft.Azure.Management.KeyVault
1010
using Models;
1111

1212
/// <summary>
13-
/// The Azure management API provides a RESTful set of web services that interact with Azure Key Vault.
13+
/// The Azure management API provides a RESTful set of web services that
14+
/// interact with Azure Key Vault.
1415
/// </summary>
1516
public partial interface IKeyVaultManagementClient : System.IDisposable
1617
{
@@ -42,7 +43,9 @@ public partial interface IKeyVaultManagementClient : System.IDisposable
4243

4344

4445
/// <summary>
45-
/// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
46+
/// Subscription credentials which uniquely identify Microsoft Azure
47+
/// subscription. The subscription ID forms part of the URI for every service
48+
/// call.
4649
/// </summary>
4750
string SubscriptionId { get; set;}
4851

@@ -55,15 +58,15 @@ public partial interface IKeyVaultManagementClient : System.IDisposable
5558

5659
/// <summary>
5760
/// The retry timeout in seconds for Long Running Operations. Default
58-
/// value is 30.
61+
/// /// value is 30.
5962
/// </summary>
6063
int? LongRunningOperationRetryTimeout { get; set;}
6164

6265

6366
/// <summary>
64-
/// Whether a unique x-ms-client-request-id should be generated. When
65-
/// set to true a unique x-ms-client-request-id value is generated and
66-
/// included in each request. Default is true.
67+
/// Whether a unique x-ms-client-request-id should be generated. When
68+
/// /// set to true a unique x-ms-client-request-id value is generated and
69+
/// /// included in each request. Default is true.
6770
/// </summary>
6871
bool? GenerateClientRequestId { get; set;}
6972

src/KeyVault/KeyVault.Management.Sdk/Generated/IMHSMPrivateEndpointConnectionsOperations.cs

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.KeyVault
1414
public partial interface IMhsmPrivateEndpointConnectionsOperations
1515
{
1616
/// <summary>
17-
/// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
17+
/// The List operation gets information about the private endpoint connections
18+
/// associated with the managed HSM Pool.
1819
/// </summary>
1920
/// <remarks>
20-
/// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
21+
/// The List operation gets information about the private endpoint connections
22+
/// associated with the managed HSM Pool.
2123
/// </remarks>
2224
/// <param name='resourceGroupName'>
2325
/// Name of the resource group that contains the managed HSM pool.
@@ -40,10 +42,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
4042
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<MhsmPrivateEndpointConnection>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string name, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
4143

4244
/// <summary>
43-
/// Gets the specified private endpoint connection associated with the managed HSM Pool.
45+
/// Gets the specified private endpoint connection associated with the managed
46+
/// HSM Pool.
4447
/// </summary>
4548
/// <remarks>
46-
/// Gets the specified private endpoint connection associated with the managed HSM Pool.
49+
/// Gets the specified private endpoint connection associated with the managed
50+
/// HSM Pool.
4751
/// </remarks>
4852
/// <param name='resourceGroupName'>
4953
/// Name of the resource group that contains the managed HSM pool.
@@ -52,7 +56,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
5256
/// Name of the managed HSM Pool
5357
/// </param>
5458
/// <param name='privateEndpointConnectionName'>
55-
/// Name of the private endpoint connection associated with the managed hsm pool.
59+
/// Name of the private endpoint connection associated with the managed hsm
60+
/// pool.
5661
/// </param>
5762
/// <param name='customHeaders'>
5863
/// The headers that will be added to request.
@@ -69,10 +74,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
6974
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<MhsmPrivateEndpointConnection>> GetWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
7075

7176
/// <summary>
72-
/// Updates the specified private endpoint connection associated with the managed hsm pool.
77+
/// Updates the specified private endpoint connection associated with the
78+
/// managed hsm pool.
7379
/// </summary>
7480
/// <remarks>
75-
/// Updates the specified private endpoint connection associated with the managed hsm pool.
81+
/// Updates the specified private endpoint connection associated with the
82+
/// managed hsm pool.
7683
/// </remarks>
7784
/// <param name='resourceGroupName'>
7885
/// Name of the resource group that contains the managed HSM pool.
@@ -81,7 +88,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
8188
/// Name of the managed HSM Pool
8289
/// </param>
8390
/// <param name='privateEndpointConnectionName'>
84-
/// Name of the private endpoint connection associated with the managed hsm pool.
91+
/// Name of the private endpoint connection associated with the managed hsm
92+
/// pool.
8593
/// </param>
8694
/// <param name='properties'>
8795
/// The intended state of private endpoint connection.
@@ -101,10 +109,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
101109
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<MhsmPrivateEndpointConnection,MhsmPrivateEndpointConnectionsPutHeaders>> PutWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, MhsmPrivateEndpointConnection properties, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
102110

103111
/// <summary>
104-
/// Deletes the specified private endpoint connection associated with the managed hsm pool.
112+
/// Deletes the specified private endpoint connection associated with the
113+
/// managed hsm pool.
105114
/// </summary>
106115
/// <remarks>
107-
/// Deletes the specified private endpoint connection associated with the managed hsm pool.
116+
/// Deletes the specified private endpoint connection associated with the
117+
/// managed hsm pool.
108118
/// </remarks>
109119
/// <param name='resourceGroupName'>
110120
/// Name of the resource group that contains the managed HSM pool.
@@ -113,7 +123,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
113123
/// Name of the managed HSM Pool
114124
/// </param>
115125
/// <param name='privateEndpointConnectionName'>
116-
/// Name of the private endpoint connection associated with the managed hsm pool.
126+
/// Name of the private endpoint connection associated with the managed hsm
127+
/// pool.
117128
/// </param>
118129
/// <param name='customHeaders'>
119130
/// The headers that will be added to request.
@@ -130,10 +141,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
130141
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<MhsmPrivateEndpointConnection,MhsmPrivateEndpointConnectionsDeleteHeaders>> DeleteWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
131142

132143
/// <summary>
133-
/// Deletes the specified private endpoint connection associated with the managed hsm pool.
144+
/// Deletes the specified private endpoint connection associated with the
145+
/// managed hsm pool.
134146
/// </summary>
135147
/// <remarks>
136-
/// Deletes the specified private endpoint connection associated with the managed hsm pool.
148+
/// Deletes the specified private endpoint connection associated with the
149+
/// managed hsm pool.
137150
/// </remarks>
138151
/// <param name='resourceGroupName'>
139152
/// Name of the resource group that contains the managed HSM pool.
@@ -142,7 +155,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
142155
/// Name of the managed HSM Pool
143156
/// </param>
144157
/// <param name='privateEndpointConnectionName'>
145-
/// Name of the private endpoint connection associated with the managed hsm pool.
158+
/// Name of the private endpoint connection associated with the managed hsm
159+
/// pool.
146160
/// </param>
147161
/// <param name='customHeaders'>
148162
/// The headers that will be added to request.
@@ -159,10 +173,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
159173
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<MhsmPrivateEndpointConnection,MhsmPrivateEndpointConnectionsDeleteHeaders>> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
160174

161175
/// <summary>
162-
/// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
176+
/// The List operation gets information about the private endpoint connections
177+
/// associated with the managed HSM Pool.
163178
/// </summary>
164179
/// <remarks>
165-
/// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
180+
/// The List operation gets information about the private endpoint connections
181+
/// associated with the managed HSM Pool.
166182
/// </remarks>
167183
/// <param name='nextPageLink'>
168184
/// The NextLink from the previous successful call to List operation.

src/KeyVault/KeyVault.Management.Sdk/Generated/IMHSMRegionsOperations.cs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.KeyVault
1414
public partial interface IMhsmRegionsOperations
1515
{
1616
/// <summary>
17-
/// The List operation gets information about the regions associated with the managed HSM Pool.
17+
/// The List operation gets information about the regions associated with the
18+
/// managed HSM Pool.
1819
/// </summary>
1920
/// <remarks>
20-
/// The List operation gets information about the regions associated with the managed HSM Pool.
21+
/// The List operation gets information about the regions associated with the
22+
/// managed HSM Pool.
2123
/// </remarks>
2224
/// <param name='resourceGroupName'>
2325
/// Name of the resource group that contains the managed HSM pool.
@@ -40,10 +42,12 @@ public partial interface IMhsmRegionsOperations
4042
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<MhsmGeoReplicatedRegion>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string name, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
4143

4244
/// <summary>
43-
/// The List operation gets information about the regions associated with the managed HSM Pool.
45+
/// The List operation gets information about the regions associated with the
46+
/// managed HSM Pool.
4447
/// </summary>
4548
/// <remarks>
46-
/// The List operation gets information about the regions associated with the managed HSM Pool.
49+
/// The List operation gets information about the regions associated with the
50+
/// managed HSM Pool.
4751
/// </remarks>
4852
/// <param name='nextPageLink'>
4953
/// The NextLink from the previous successful call to List operation.

src/KeyVault/KeyVault.Management.Sdk/Generated/IManagedHsmsOperations.cs

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ public partial interface IManagedHsmsOperations
121121
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<ManagedHsm>> GetWithHttpMessagesAsync(string resourceGroupName, string name, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
122122

123123
/// <summary>
124-
/// The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.
124+
/// The List operation gets information about the managed HSM Pools associated
125+
/// with the subscription and within the specified resource group.
125126
/// </summary>
126127
/// <remarks>
127-
/// The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.
128+
/// The List operation gets information about the managed HSM Pools associated
129+
/// with the subscription and within the specified resource group.
128130
/// </remarks>
129131
/// <param name='resourceGroupName'>
130132
/// Name of the resource group that contains the managed HSM pool.
@@ -147,10 +149,12 @@ public partial interface IManagedHsmsOperations
147149
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<ManagedHsm>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
148150

149151
/// <summary>
150-
/// The List operation gets information about the managed HSM Pools associated with the subscription.
152+
/// The List operation gets information about the managed HSM Pools associated
153+
/// with the subscription.
151154
/// </summary>
152155
/// <remarks>
153-
/// The List operation gets information about the managed HSM Pools associated with the subscription.
156+
/// The List operation gets information about the managed HSM Pools associated
157+
/// with the subscription.
154158
/// </remarks>
155159
/// <param name='top'>
156160
/// Maximum number of results to return.
@@ -170,10 +174,12 @@ public partial interface IManagedHsmsOperations
170174
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<ManagedHsm>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
171175

172176
/// <summary>
173-
/// The List operation gets information about the deleted managed HSMs associated with the subscription.
177+
/// The List operation gets information about the deleted managed HSMs
178+
/// associated with the subscription.
174179
/// </summary>
175180
/// <remarks>
176-
/// The List operation gets information about the deleted managed HSMs associated with the subscription.
181+
/// The List operation gets information about the deleted managed HSMs
182+
/// associated with the subscription.
177183
/// </remarks>
178184
/// <param name='customHeaders'>
179185
/// The headers that will be added to request.
@@ -366,10 +372,12 @@ public partial interface IManagedHsmsOperations
366372
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<ManagedHsmsPurgeDeletedHeaders>> BeginPurgeDeletedWithHttpMessagesAsync(string name, string location, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
367373

368374
/// <summary>
369-
/// The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.
375+
/// The List operation gets information about the managed HSM Pools associated
376+
/// with the subscription and within the specified resource group.
370377
/// </summary>
371378
/// <remarks>
372-
/// The List operation gets information about the managed HSM Pools associated with the subscription and within the specified resource group.
379+
/// The List operation gets information about the managed HSM Pools associated
380+
/// with the subscription and within the specified resource group.
373381
/// </remarks>
374382
/// <param name='nextPageLink'>
375383
/// The NextLink from the previous successful call to List operation.
@@ -389,10 +397,12 @@ public partial interface IManagedHsmsOperations
389397
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<ManagedHsm>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
390398

391399
/// <summary>
392-
/// The List operation gets information about the managed HSM Pools associated with the subscription.
400+
/// The List operation gets information about the managed HSM Pools associated
401+
/// with the subscription.
393402
/// </summary>
394403
/// <remarks>
395-
/// The List operation gets information about the managed HSM Pools associated with the subscription.
404+
/// The List operation gets information about the managed HSM Pools associated
405+
/// with the subscription.
396406
/// </remarks>
397407
/// <param name='nextPageLink'>
398408
/// The NextLink from the previous successful call to List operation.
@@ -412,10 +422,12 @@ public partial interface IManagedHsmsOperations
412422
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<ManagedHsm>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
413423

414424
/// <summary>
415-
/// The List operation gets information about the deleted managed HSMs associated with the subscription.
425+
/// The List operation gets information about the deleted managed HSMs
426+
/// associated with the subscription.
416427
/// </summary>
417428
/// <remarks>
418-
/// The List operation gets information about the deleted managed HSMs associated with the subscription.
429+
/// The List operation gets information about the deleted managed HSMs
430+
/// associated with the subscription.
419431
/// </remarks>
420432
/// <param name='nextPageLink'>
421433
/// The NextLink from the previous successful call to List operation.

0 commit comments

Comments
 (0)