Skip to content

Commit 6f32260

Browse files
nafizhaider32Nafiz Haider
andauthored
NetworkCloud 2025-09-01 API - Update generated SDK and sample tests #53239 (#53307)
* initial generation * tests updated * fix * update changelog * version and changelog fixes * fix the changelog * changelog fix * fix changelog errors * fix changelogs --------- Co-authored-by: Nafiz Haider <[email protected]>
1 parent c461d79 commit 6f32260

File tree

121 files changed

+824
-1023
lines changed

Some content is hidden

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

121 files changed

+824
-1023
lines changed

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/CHANGELOG.md

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

3-
## 1.3.0-beta.2 (Unreleased)
3+
## 1.3.0 (Unreleased)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Upgraded api-version tag from 'package-2025-07-01-preview' to 'package-2025-09-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/ccd751d5bf9d1457426de7fe6d857a4cfe890cd5/specification/networkcloud/resource-manager/readme.md
128

139
## 1.3.0-beta.1 (2025-11-18)
1410

@@ -140,4 +136,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
140136

141137
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
142138

143-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
139+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.net8.0.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,6 +3271,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
32713271
public CommandOutputType(string value) { throw null; }
32723272
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunCommand { get { throw null; } }
32733273
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtracts { get { throw null; } }
3274+
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtractsRestricted { get { throw null; } }
32743275
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunReadCommands { get { throw null; } }
32753276
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType StorageRunReadCommands { get { throw null; } }
32763277
public bool Equals(Azure.ResourceManager.NetworkCloud.Models.CommandOutputType other) { throw null; }

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.netstandard2.0.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,6 +3271,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
32713271
public CommandOutputType(string value) { throw null; }
32723272
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunCommand { get { throw null; } }
32733273
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtracts { get { throw null; } }
3274+
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunDataExtractsRestricted { get { throw null; } }
32743275
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType BareMetalMachineRunReadCommands { get { throw null; } }
32753276
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputType StorageRunReadCommands { get { throw null; } }
32763277
public bool Equals(Azure.ResourceManager.NetworkCloud.Models.CommandOutputType other) { throw null; }

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/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/networkcloud/Azure.ResourceManager.NetworkCloud",
5-
"Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_3b65ec4257"
5+
"Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_bb64e3a105"
66
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.3.0-beta.2</Version>
3+
<Version>1.3.0</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.2.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.NetworkCloud</PackageId>
@@ -10,4 +10,4 @@
1010
<IncludeAutorestDependency>true</IncludeAutorestDependency>
1111
<AotCompatOptOut>true</AotCompatOptOut>
1212
</PropertyGroup>
13-
</Project>
13+
</Project>

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/src/Generated/ArmNetworkCloudModelFactory.cs

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

0 commit comments

Comments
 (0)