Skip to content

Commit f5baf84

Browse files
[AutoPR Azure.ResourceManager.Resources.DeploymentStacks]-generated-from-SDK Generation - .NET-5803516 (#55277)
* Configurations: 'specification/resources/resource-manager/Microsoft.Resources/deploymentStacks/tspconfig.yaml', API Version: 2025-07-01, SDK Release Type: stable, and CommitSHA: '652ad4cb131256f10a90ea2df207b38cf35d6671' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5803516 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Update * update * update * update * update * remove GlobalSuppressions.cs file * update * remove prerelease tag from NuGet package installation command in README.md * update release date and commit hash in CHANGELOG.md and tsp-location.yaml * update test record --------- Co-authored-by: Arthur Ma <arthurma@microsoft.com> Co-authored-by: Arthur Ma <mars.arthur@263.net>
1 parent f4df917 commit f5baf84

File tree

165 files changed

+16950
-8289
lines changed

Some content is hidden

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

165 files changed

+16950
-8289
lines changed

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0 (2026-02-06)
44

55
This is first release of ARM deployment stacks library.
66

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1717
Install the Microsoft Azure DeploymentStacks management library for .NET with [NuGet](https://www.nuget.org/):
1818

1919
```dotnetcli
20-
dotnet add package Azure.ResourceManager.Resources.DeploymentStacks --prerelease
20+
dotnet add package Azure.ResourceManager.Resources.DeploymentStacks
2121
```
2222

2323
### Prerequisites

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/api/Azure.ResourceManager.Resources.DeploymentStacks.net10.0.cs

Lines changed: 782 additions & 279 deletions
Large diffs are not rendered by default.

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/api/Azure.ResourceManager.Resources.DeploymentStacks.net8.0.cs

Lines changed: 782 additions & 279 deletions
Large diffs are not rendered by default.

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/api/Azure.ResourceManager.Resources.DeploymentStacks.netstandard2.0.cs

Lines changed: 782 additions & 279 deletions
Large diffs are not rendered by default.

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/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/deploymentstacks/Azure.ResourceManager.Resources.DeploymentStacks",
5-
"Tag": "net/deploymentstacks/Azure.ResourceManager.Resources.DeploymentStacks_263dfddeda"
5+
"Tag": "net/deploymentstacks/Azure.ResourceManager.Resources.DeploymentStacks_a7c48d6f5c"
66
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"apiVersion": "2025-07-01"
3+
}
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0-beta.1</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.Resources.DeploymentStacks</PackageId>
55
<Description>Azure Resource Manager client SDK for Azure resource provider DeploymentStacks.</Description>
66
<PackageTags>azure;management;arm;resource manager;deploymentstacks</PackageTags>
77
<UseDefaultNamespaceAndOutputFolder>false</UseDefaultNamespaceAndOutputFolder>
8-
<IncludeAutorestDependency>true</IncludeAutorestDependency>
98
</PropertyGroup>
10-
</Project>
9+
</Project>

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/src/Custom/DeploymentStackData.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

sdk/resources/Azure.ResourceManager.Resources.DeploymentStacks/src/Generated/ArmResourcesDeploymentStacksModelFactory.cs

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

0 commit comments

Comments
 (0)