Skip to content

Commit f52a882

Browse files
authored
[NetAppFiles] Bump to 2025-03-01 (Azure#50834)
1 parent b8f2cac commit f52a882

File tree

85 files changed

+704
-568
lines changed

Some content is hidden

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

85 files changed

+704
-568
lines changed

sdk/netapp/Azure.ResourceManager.NetApp/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Release History
22

3-
## 1.11.0-beta.1 (Unreleased)
3+
## 1.11.0 (2025-07-25)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Upgraded api-version tag from 'package-2025-01-01' to 'package-2025-03-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/bf90cab9d5f6060ce1f7775ffac88ed8eda785ca/specification/netapp/resource-manager/readme.md.
127

138
## 1.10.0 (2025-05-06)
149

sdk/netapp/Azure.ResourceManager.NetApp/api/Azure.ResourceManager.NetApp.net8.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ public NetAppReplicationObject() { }
19121912
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
19131913
public NetAppReplicationObject(Azure.Core.ResourceIdentifier remoteVolumeResourceId) { }
19141914
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.NetApp.Models.NetAppDestinationReplication> DestinationReplications { get { throw null; } }
1915-
public Azure.ResourceManager.NetApp.Models.NetAppEndpointType? EndpointType { get { throw null; } set { } }
1915+
public Azure.ResourceManager.NetApp.Models.NetAppEndpointType? EndpointType { get { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] set { } }
19161916
public Azure.ResourceManager.NetApp.Models.RemotePath RemotePath { get { throw null; } set { } }
19171917
public string RemoteVolumeRegion { get { throw null; } set { } }
19181918
public Azure.Core.ResourceIdentifier RemoteVolumeResourceId { get { throw null; } set { } }

sdk/netapp/Azure.ResourceManager.NetApp/api/Azure.ResourceManager.NetApp.netstandard2.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ public NetAppReplicationObject() { }
19121912
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
19131913
public NetAppReplicationObject(Azure.Core.ResourceIdentifier remoteVolumeResourceId) { }
19141914
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.NetApp.Models.NetAppDestinationReplication> DestinationReplications { get { throw null; } }
1915-
public Azure.ResourceManager.NetApp.Models.NetAppEndpointType? EndpointType { get { throw null; } set { } }
1915+
public Azure.ResourceManager.NetApp.Models.NetAppEndpointType? EndpointType { get { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] set { } }
19161916
public Azure.ResourceManager.NetApp.Models.RemotePath RemotePath { get { throw null; } set { } }
19171917
public string RemoteVolumeRegion { get { throw null; } set { } }
19181918
public Azure.Core.ResourceIdentifier RemoteVolumeResourceId { get { throw null; } set { } }

sdk/netapp/Azure.ResourceManager.NetApp/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/netapp/Azure.ResourceManager.NetApp",
5-
"Tag": "net/netapp/Azure.ResourceManager.NetApp_d3f7d9a2f8"
5+
"Tag": "net/netapp/Azure.ResourceManager.NetApp_428bef2843"
66
}

sdk/netapp/Azure.ResourceManager.NetApp/src/Azure.ResourceManager.NetApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.11.0-beta.1</Version>
3+
<Version>1.11.0</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.10.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.NetApp</PackageId>

sdk/netapp/Azure.ResourceManager.NetApp/src/Custom/Models/NetAppReplicationObject.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,13 @@ public NetAppReplicationObject(ResourceIdentifier remoteVolumeResourceId)
2626
{
2727
RemoteVolumeResourceId = remoteVolumeResourceId;
2828
}
29+
30+
/// <summary> Indicates whether the local volume is the source or destination for the Volume Replication. </summary>
31+
public NetAppEndpointType? EndpointType
32+
{
33+
get;
34+
[EditorBrowsable(EditorBrowsableState.Never)]
35+
set;
36+
}
2937
}
3038
}

sdk/netapp/Azure.ResourceManager.NetApp/src/Generated/CapacityPoolCollection.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/netapp/Azure.ResourceManager.NetApp/src/Generated/CapacityPoolResource.cs

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/netapp/Azure.ResourceManager.NetApp/src/Generated/Extensions/MockableNetAppResourceGroupResource.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)