Skip to content

Commit 6c68070

Browse files
authored
[NetAppFiles]Use autorest.powershell to generate sdk (#22834)
* Use autorest.powershell to generate sdk * skip Az.NetAppFiles in checking generated code analysis * update ChangeLog
1 parent cdab351 commit 6c68070

File tree

225 files changed

+21452
-21883
lines changed

Some content is hidden

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

225 files changed

+21452
-21883
lines changed

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/AccountBackupsOperations.cs

Lines changed: 217 additions & 220 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/AccountBackupsOperationsExtensions.cs

Lines changed: 163 additions & 202 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/AccountsOperations.cs

Lines changed: 608 additions & 596 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/AccountsOperationsExtensions.cs

Lines changed: 437 additions & 569 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/BackupPoliciesOperations.cs

Lines changed: 389 additions & 386 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/BackupPoliciesOperationsExtensions.cs

Lines changed: 331 additions & 422 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/BackupsOperations.cs

Lines changed: 667 additions & 661 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/BackupsOperationsExtensions.cs

Lines changed: 631 additions & 766 deletions
Large diffs are not rendered by default.

src/NetAppFiles/NetAppFiles.Management.Sdk/Generated/IAccountBackupsOperations.cs

Lines changed: 15 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,20 @@
1-
// <auto-generated>
21
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
// Licensed under the MIT License. See License.txt in the project root for
4-
// license information.
5-
//
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
63
// Code generated by Microsoft (R) AutoRest Code Generator.
7-
// Changes may cause incorrect behavior and will be lost if the code is
8-
// regenerated.
9-
// </auto-generated>
4+
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
105

116
namespace Microsoft.Azure.Management.NetApp
127
{
13-
using Microsoft.Rest;
148
using Microsoft.Rest.Azure;
159
using Models;
16-
using System.Collections;
17-
using System.Collections.Generic;
18-
using System.Threading;
19-
using System.Threading.Tasks;
2010

2111
/// <summary>
2212
/// AccountBackupsOperations operations.
2313
/// </summary>
2414
public partial interface IAccountBackupsOperations
2515
{
2616
/// <summary>
27-
/// List Backups for a Netapp Account
17+
/// List all Backups for a Netapp Account
2818
/// </summary>
2919
/// <remarks>
3020
/// List all Backups for a Netapp Account
@@ -47,12 +37,10 @@ public partial interface IAccountBackupsOperations
4737
/// <exception cref="Microsoft.Rest.SerializationException">
4838
/// Thrown when unable to deserialize the response
4939
/// </exception>
50-
/// <exception cref="Microsoft.Rest.ValidationException">
51-
/// Thrown when a required parameter is null
52-
/// </exception>
53-
Task<AzureOperationResponse<IEnumerable<Backup>>> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
40+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IEnumerable<Backup>>> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
41+
5442
/// <summary>
55-
/// Get Backup for a Netapp Account
43+
/// Gets the specified backup for a Netapp Account
5644
/// </summary>
5745
/// <remarks>
5846
/// Gets the specified backup for a Netapp Account
@@ -78,12 +66,10 @@ public partial interface IAccountBackupsOperations
7866
/// <exception cref="Microsoft.Rest.SerializationException">
7967
/// Thrown when unable to deserialize the response
8068
/// </exception>
81-
/// <exception cref="Microsoft.Rest.ValidationException">
82-
/// Thrown when a required parameter is null
83-
/// </exception>
84-
Task<AzureOperationResponse<Backup>> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string backupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
69+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Backup>> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string backupName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
70+
8571
/// <summary>
86-
/// Delete Backup for a Netapp Account
72+
/// Delete the specified Backup for a Netapp Account
8773
/// </summary>
8874
/// <remarks>
8975
/// Delete the specified Backup for a Netapp Account
@@ -106,12 +92,10 @@ public partial interface IAccountBackupsOperations
10692
/// <exception cref="Microsoft.Rest.Azure.CloudException">
10793
/// Thrown when the operation returned an invalid status code
10894
/// </exception>
109-
/// <exception cref="Microsoft.Rest.ValidationException">
110-
/// Thrown when a required parameter is null
111-
/// </exception>
112-
Task<AzureOperationResponse> DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string backupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
95+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string backupName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
96+
11397
/// <summary>
114-
/// Delete Backup for a Netapp Account
98+
/// Delete the specified Backup for a Netapp Account
11599
/// </summary>
116100
/// <remarks>
117101
/// Delete the specified Backup for a Netapp Account
@@ -134,9 +118,7 @@ public partial interface IAccountBackupsOperations
134118
/// <exception cref="Microsoft.Rest.Azure.CloudException">
135119
/// Thrown when the operation returned an invalid status code
136120
/// </exception>
137-
/// <exception cref="Microsoft.Rest.ValidationException">
138-
/// Thrown when a required parameter is null
139-
/// </exception>
140-
Task<AzureOperationResponse> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string backupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
121+
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string backupName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
122+
141123
}
142-
}
124+
}

0 commit comments

Comments
 (0)