Skip to content

Commit 73e33fd

Browse files
authored
Stable version standbypool 2024-03-01 (Azure#45648)
1 parent 0f473f4 commit 73e33fd

File tree

95 files changed

+6491
-2323
lines changed

Some content is hidden

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

95 files changed

+6491
-2323
lines changed

sdk/standbypool/Azure.ResourceManager.StandbyPool/CHANGELOG.md

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

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2024-09-10)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Update the StandbyPool api-version from `package-2023-12-01-preview` to `package-2024-03-01`. This is the first stable API version for Standby Pool RP.
7+
- Added GetRuntimeView for both StandbyVirtualMachinePool and StandbyContainerGroupPool
8+
- Added new properties for StandbyVirtualMachinePool which is Elasticity.MinReadyCapacity.
129

1310
## 1.0.0-beta.1 (2024-03-27)
1411

sdk/standbypool/Azure.ResourceManager.StandbyPool/README.md

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

2323
```dotnetcli
24-
dotnet add package Azure.ResourceManager.StandbyPool --prerelease
24+
dotnet add package Azure.ResourceManager.StandbyPool
2525
```
2626

2727
### Prerequisites

sdk/standbypool/Azure.ResourceManager.StandbyPool/api/Azure.ResourceManager.StandbyPool.netstandard2.0.cs

Lines changed: 247 additions & 65 deletions
Large diffs are not rendered by default.

sdk/standbypool/Azure.ResourceManager.StandbyPool/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/standbypool/Azure.ResourceManager.StandbyPool",
5-
"Tag": "net/standbypool/Azure.ResourceManager.StandbyPool_ef43cf0a1a"
5+
"Tag": "net/standbypool/Azure.ResourceManager.StandbyPool_d210a1a9c5"
66
}

sdk/standbypool/Azure.ResourceManager.StandbyPool/samples/Generated/Samples/Sample_StandbyContainerGroupPoolCollection.cs

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

sdk/standbypool/Azure.ResourceManager.StandbyPool/samples/Generated/Samples/Sample_StandbyContainerGroupPoolResource.cs

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

sdk/standbypool/Azure.ResourceManager.StandbyPool/samples/Generated/Samples/Sample_StandbyContainerGroupPoolRuntimeViewCollection.cs

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

sdk/standbypool/Azure.ResourceManager.StandbyPool/samples/Generated/Samples/Sample_StandbyContainerGroupPoolRuntimeViewResource.cs

Lines changed: 49 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)