Skip to content

Commit 42ffc5b

Browse files
Update spec repo (#28948)
1 parent 9453ae0 commit 42ffc5b

File tree

80 files changed

+3724
-1946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+3724
-1946
lines changed

src/StorageSync/StorageSync.Management.Sdk/Generated/CloudEndpointsOperations.cs

Lines changed: 488 additions & 298 deletions
Large diffs are not rendered by default.

src/StorageSync/StorageSync.Management.Sdk/Generated/CloudEndpointsOperationsExtensions.cs

Lines changed: 125 additions & 92 deletions
Large diffs are not rendered by default.

src/StorageSync/StorageSync.Management.Sdk/Generated/ICloudEndpointsOperations.cs

Lines changed: 89 additions & 66 deletions
Large diffs are not rendered by default.

src/StorageSync/StorageSync.Management.Sdk/Generated/IOperations.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ namespace Microsoft.Azure.Management.StorageSync
1414
public partial interface IOperations
1515
{
1616
/// <summary>
17-
/// Lists all of the available Storage Sync Rest API operations.
17+
/// List the operations for the provider
1818
/// </summary>
1919
/// <remarks>
20-
/// Lists all of the available Storage Sync Rest API operations.
20+
/// List the operations for the provider
2121
/// </remarks>
2222
/// <param name='customHeaders'>
2323
/// The headers that will be added to request.
@@ -34,10 +34,10 @@ public partial interface IOperations
3434
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<OperationEntity>,OperationsListHeaders>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
3535

3636
/// <summary>
37-
/// Lists all of the available Storage Sync Rest API operations.
37+
/// List the operations for the provider
3838
/// </summary>
3939
/// <remarks>
40-
/// Lists all of the available Storage Sync Rest API operations.
40+
/// List the operations for the provider
4141
/// </remarks>
4242
/// <param name='nextPageLink'>
4343
/// The NextLink from the previous successful call to List operation.

src/StorageSync/StorageSync.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs

Lines changed: 54 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,32 @@ namespace Microsoft.Azure.Management.StorageSync
1313
/// </summary>
1414
public partial interface IPrivateEndpointConnectionsOperations
1515
{
16+
/// <summary>
17+
/// Get a PrivateEndpointConnection List.
18+
/// </summary>
19+
/// <remarks>
20+
/// Get a PrivateEndpointConnection List.
21+
/// </remarks>
22+
/// <param name='resourceGroupName'>
23+
/// The name of the resource group. The name is case insensitive.
24+
/// </param>
25+
/// <param name='storageSyncServiceName'>
26+
/// Name of Storage Sync Service resource.
27+
/// </param>
28+
/// <param name='customHeaders'>
29+
/// The headers that will be added to request.
30+
/// </param>
31+
/// <param name='cancellationToken'>
32+
/// The cancellation token.
33+
/// </param>
34+
/// <exception cref="Microsoft.Rest.Azure.CloudException">
35+
/// Thrown when the operation returned an invalid status code
36+
/// </exception>
37+
/// <exception cref="Microsoft.Rest.SerializationException">
38+
/// Thrown when unable to deserialize the response
39+
/// </exception>
40+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<PrivateEndpointConnection>,PrivateEndpointConnectionsListByStorageSyncServiceHeaders>> ListByStorageSyncServiceWithHttpMessagesAsync(string resourceGroupName, string storageSyncServiceName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
41+
1642
/// <summary>
1743
/// Gets the specified private endpoint connection associated with the storage
1844
/// sync service.
@@ -25,8 +51,7 @@ public partial interface IPrivateEndpointConnectionsOperations
2551
/// The name of the resource group. The name is case insensitive.
2652
/// </param>
2753
/// <param name='storageSyncServiceName'>
28-
/// The name of the storage sync service name within the specified resource
29-
/// group.
54+
/// Name of Storage Sync Service resource.
3055
/// </param>
3156
/// <param name='privateEndpointConnectionName'>
3257
/// The name of the private endpoint connection associated with the Azure
@@ -58,8 +83,7 @@ public partial interface IPrivateEndpointConnectionsOperations
5883
/// The name of the resource group. The name is case insensitive.
5984
/// </param>
6085
/// <param name='storageSyncServiceName'>
61-
/// The name of the storage sync service name within the specified resource
62-
/// group.
86+
/// Name of Storage Sync Service resource.
6387
/// </param>
6488
/// <param name='privateEndpointConnectionName'>
6589
/// The name of the private endpoint connection associated with the Azure
@@ -94,8 +118,7 @@ public partial interface IPrivateEndpointConnectionsOperations
94118
/// The name of the resource group. The name is case insensitive.
95119
/// </param>
96120
/// <param name='storageSyncServiceName'>
97-
/// The name of the storage sync service name within the specified resource
98-
/// group.
121+
/// Name of Storage Sync Service resource.
99122
/// </param>
100123
/// <param name='privateEndpointConnectionName'>
101124
/// The name of the private endpoint connection associated with the Azure
@@ -112,32 +135,6 @@ public partial interface IPrivateEndpointConnectionsOperations
112135
/// </exception>
113136
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<PrivateEndpointConnectionsDeleteHeaders>> DeleteWithHttpMessagesAsync(string resourceGroupName, string storageSyncServiceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
114137

115-
/// <summary>
116-
/// Get a PrivateEndpointConnection List.
117-
/// </summary>
118-
/// <remarks>
119-
/// Get a PrivateEndpointConnection List.
120-
/// </remarks>
121-
/// <param name='resourceGroupName'>
122-
/// The name of the resource group. The name is case insensitive.
123-
/// </param>
124-
/// <param name='storageSyncServiceName'>
125-
/// Name of Storage Sync Service resource.
126-
/// </param>
127-
/// <param name='customHeaders'>
128-
/// The headers that will be added to request.
129-
/// </param>
130-
/// <param name='cancellationToken'>
131-
/// The cancellation token.
132-
/// </param>
133-
/// <exception cref="Microsoft.Rest.Azure.CloudException">
134-
/// Thrown when the operation returned an invalid status code
135-
/// </exception>
136-
/// <exception cref="Microsoft.Rest.SerializationException">
137-
/// Thrown when unable to deserialize the response
138-
/// </exception>
139-
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IEnumerable<PrivateEndpointConnection>,PrivateEndpointConnectionsListByStorageSyncServiceHeaders>> ListByStorageSyncServiceWithHttpMessagesAsync(string resourceGroupName, string storageSyncServiceName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
140-
141138
/// <summary>
142139
/// Update the state of specified private endpoint connection associated with
143140
/// the storage sync service.
@@ -150,8 +147,7 @@ public partial interface IPrivateEndpointConnectionsOperations
150147
/// The name of the resource group. The name is case insensitive.
151148
/// </param>
152149
/// <param name='storageSyncServiceName'>
153-
/// The name of the storage sync service name within the specified resource
154-
/// group.
150+
/// Name of Storage Sync Service resource.
155151
/// </param>
156152
/// <param name='privateEndpointConnectionName'>
157153
/// The name of the private endpoint connection associated with the Azure
@@ -186,8 +182,7 @@ public partial interface IPrivateEndpointConnectionsOperations
186182
/// The name of the resource group. The name is case insensitive.
187183
/// </param>
188184
/// <param name='storageSyncServiceName'>
189-
/// The name of the storage sync service name within the specified resource
190-
/// group.
185+
/// Name of Storage Sync Service resource.
191186
/// </param>
192187
/// <param name='privateEndpointConnectionName'>
193188
/// The name of the private endpoint connection associated with the Azure
@@ -204,5 +199,28 @@ public partial interface IPrivateEndpointConnectionsOperations
204199
/// </exception>
205200
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<PrivateEndpointConnectionsDeleteHeaders>> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string storageSyncServiceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
206201

202+
/// <summary>
203+
/// Get a PrivateEndpointConnection List.
204+
/// </summary>
205+
/// <remarks>
206+
/// Get a PrivateEndpointConnection List.
207+
/// </remarks>
208+
/// <param name='nextPageLink'>
209+
/// The NextLink from the previous successful call to List operation.
210+
/// </param>
211+
/// <param name='customHeaders'>
212+
/// The headers that will be added to request.
213+
/// </param>
214+
/// <param name='cancellationToken'>
215+
/// The cancellation token.
216+
/// </param>
217+
/// <exception cref="Microsoft.Rest.Azure.CloudException">
218+
/// Thrown when the operation returned an invalid status code
219+
/// </exception>
220+
/// <exception cref="Microsoft.Rest.SerializationException">
221+
/// Thrown when unable to deserialize the response
222+
/// </exception>
223+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<PrivateEndpointConnection>,PrivateEndpointConnectionsListByStorageSyncServiceHeaders>> ListByStorageSyncServiceNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
224+
207225
}
208226
}

src/StorageSync/StorageSync.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public partial interface IPrivateLinkResourcesOperations
2525
/// The name of the resource group. The name is case insensitive.
2626
/// </param>
2727
/// <param name='storageSyncServiceName'>
28-
/// The name of the storage sync service name within the specified resource
29-
/// group.
28+
/// Name of Storage Sync Service resource.
3029
/// </param>
3130
/// <param name='customHeaders'>
3231
/// The headers that will be added to request.

src/StorageSync/StorageSync.Management.Sdk/Generated/IRegisteredServersOperations.cs

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public partial interface IRegisteredServersOperations
3737
/// <exception cref="Microsoft.Rest.SerializationException">
3838
/// Thrown when unable to deserialize the response
3939
/// </exception>
40-
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IEnumerable<RegisteredServer>,RegisteredServersListByStorageSyncServiceHeaders>> ListByStorageSyncServiceWithHttpMessagesAsync(string resourceGroupName, string storageSyncServiceName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
40+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<RegisteredServer>,RegisteredServersListByStorageSyncServiceHeaders>> ListByStorageSyncServiceWithHttpMessagesAsync(string resourceGroupName, string storageSyncServiceName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
4141

4242
/// <summary>
4343
/// Get a given registered server.
@@ -171,7 +171,7 @@ public partial interface IRegisteredServersOperations
171171
/// Name of Storage Sync Service resource.
172172
/// </param>
173173
/// <param name='serverId'>
174-
/// Server Id
174+
/// GUID identifying the on-premises server.
175175
/// </param>
176176
/// <param name='serverCertificate'>
177177
/// Certificate Data
@@ -290,7 +290,7 @@ public partial interface IRegisteredServersOperations
290290
/// Name of Storage Sync Service resource.
291291
/// </param>
292292
/// <param name='serverId'>
293-
/// Server Id
293+
/// GUID identifying the on-premises server.
294294
/// </param>
295295
/// <param name='serverCertificate'>
296296
/// Certificate Data
@@ -306,5 +306,28 @@ public partial interface IRegisteredServersOperations
306306
/// </exception>
307307
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<RegisteredServersTriggerRolloverHeaders>> BeginTriggerRolloverWithHttpMessagesAsync(string resourceGroupName, string storageSyncServiceName, string serverId, string serverCertificate = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
308308

309+
/// <summary>
310+
/// Get a given registered server list.
311+
/// </summary>
312+
/// <remarks>
313+
/// Get a given registered server list.
314+
/// </remarks>
315+
/// <param name='nextPageLink'>
316+
/// The NextLink from the previous successful call to List operation.
317+
/// </param>
318+
/// <param name='customHeaders'>
319+
/// The headers that will be added to request.
320+
/// </param>
321+
/// <param name='cancellationToken'>
322+
/// The cancellation token.
323+
/// </param>
324+
/// <exception cref="Microsoft.Rest.Azure.CloudException">
325+
/// Thrown when the operation returned an invalid status code
326+
/// </exception>
327+
/// <exception cref="Microsoft.Rest.SerializationException">
328+
/// Thrown when unable to deserialize the response
329+
/// </exception>
330+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<RegisteredServer>,RegisteredServersListByStorageSyncServiceHeaders>> ListByStorageSyncServiceNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
331+
309332
}
310333
}

0 commit comments

Comments
 (0)