Skip to content

Commit 626d807

Browse files
authored
[NetAppFiles] bump to 2025-09-01 (#28889)
1 parent 3182e6d commit 626d807

File tree

228 files changed

+45035
-44912
lines changed

Some content is hidden

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

228 files changed

+45035
-44912
lines changed
Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License. See License.txt in the project root for license information.
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Text;
7-
8-
namespace Microsoft.Azure.Management.NetApp.Models
9-
{
10-
using System.Linq;
11-
12-
/// <summary>
13-
/// Backup Vault information
14-
/// </summary>
15-
public partial class BackupVault : TrackedResource
16-
{
17-
/// <param name="id">Fully qualified resource ID for the resource. E.g.
18-
/// &#34;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}&#34;
19-
/// </param>
20-
21-
/// <param name="name">The name of the resource
22-
/// </param>
23-
24-
/// <param name="type">The type of the resource. E.g. &#34;Microsoft.Compute/virtualMachines&#34; or
25-
/// &#34;Microsoft.Storage/storageAccounts&#34;
26-
/// </param>
27-
28-
/// <param name="systemData">Azure Resource Manager metadata containing createdBy and modifiedBy
29-
/// information.
30-
/// </param>
31-
32-
/// <param name="tags">Resource tags.
33-
/// </param>
34-
35-
/// <param name="location">The geo-location where the resource lives
36-
/// </param>
4+
//using System;
5+
//using System.Collections.Generic;
6+
//using System.Text;
7+
8+
//namespace Microsoft.Azure.Management.NetApp.Models
9+
//{
10+
// using System.Linq;
11+
12+
// /// <summary>
13+
// /// Backup Vault information
14+
// /// </summary>
15+
// public partial class BackupVault : TrackedResource
16+
// {
17+
// /// <param name="id">Fully qualified resource ID for the resource. E.g.
18+
// /// &#34;/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}&#34;
19+
// /// </param>
20+
21+
// /// <param name="name">The name of the resource
22+
// /// </param>
23+
24+
// /// <param name="type">The type of the resource. E.g. &#34;Microsoft.Compute/virtualMachines&#34; or
25+
// /// &#34;Microsoft.Storage/storageAccounts&#34;
26+
// /// </param>
27+
28+
// /// <param name="systemData">Azure Resource Manager metadata containing createdBy and modifiedBy
29+
// /// information.
30+
// /// </param>
31+
32+
// /// <param name="tags">Resource tags.
33+
// /// </param>
34+
35+
// /// <param name="location">The geo-location where the resource lives
36+
// /// </param>
3737

38-
public BackupVault(string location, string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData), System.Collections.Generic.IDictionary<string, string> tags = default(System.Collections.Generic.IDictionary<string, string>), string provisioningState = default(string))
39-
40-
: base(location, id, name, type, systemData, tags)
41-
{
42-
this.ProvisioningState = provisioningState;
43-
CustomInit();
44-
}
45-
46-
/// <summary>
47-
/// Validate the object.
48-
/// </summary>
49-
/// <exception cref="Microsoft.Rest.ValidationException">
50-
/// Thrown if validation fails
51-
/// </exception>
52-
public override void Validate()
53-
{
54-
base.Validate();
55-
56-
}
57-
}
58-
}
38+
// public BackupVault(string location, string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData), System.Collections.Generic.IDictionary<string, string> tags = default(System.Collections.Generic.IDictionary<string, string>), string provisioningState = default(string))
39+
40+
// : base(location, id, name, type, systemData, tags)
41+
// {
42+
// this.ProvisioningState = provisioningState;
43+
// CustomInit();
44+
// }
45+
46+
// /// <summary>
47+
// /// Validate the object.
48+
// /// </summary>
49+
// /// <exception cref="Microsoft.Rest.ValidationException">
50+
// /// Thrown if validation fails
51+
// /// </exception>
52+
// public override void Validate()
53+
// {
54+
// base.Validate();
55+
56+
// }
57+
// }
58+
//}

src/NetAppFiles/NetAppFiles.Management.Sdk/Custom/Volumes_2022_11_01_Operations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ internal VolumeOperations_2022_11_01(NetAppManagementClient client)
274274
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
275275
try
276276
{
277-
_result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject<Page1<Volume_2022_11_01>>(_responseContent, this.Client.DeserializationSettings);
277+
_result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject<Page<Volume_2022_11_01>>(_responseContent, this.Client.DeserializationSettings);
278278
}
279279
catch (Newtonsoft.Json.JsonException ex)
280280
{
@@ -6528,7 +6528,7 @@ internal VolumeOperations_2022_11_01(NetAppManagementClient client)
65286528
_responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
65296529
try
65306530
{
6531-
_result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject<Page1<Volume_2022_11_01>>(_responseContent, this.Client.DeserializationSettings);
6531+
_result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject<Page<Volume_2022_11_01>>(_responseContent, this.Client.DeserializationSettings);
65326532
}
65336533
catch (Newtonsoft.Json.JsonException ex)
65346534
{

0 commit comments

Comments
 (0)