Skip to content

Commit 97b9f93

Browse files
authored
[Release] sdk/resourcemanager/standbypool/armstandbypool/1.0.0 (Azure#23508)
* [Release] sdk/resourcemanager/standbypool/armstandbypool/1.0.0 generation from spec commit: 3ca7edabc2edf1117b7d912ba34f2694721e3ff3 * update example * format
1 parent 0c60dc8 commit 97b9f93

33 files changed

+2303
-893
lines changed

sdk/resourcemanager/standbypool/armstandbypool/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Release History
22

3+
## 1.0.0 (2024-09-26)
4+
### Breaking Changes
5+
6+
- Type of `StandbyContainerGroupPoolResourceUpdateProperties.ContainerGroupProperties` has been changed from `*ContainerGroupPropertiesUpdate` to `*ContainerGroupProperties`
7+
- Type of `StandbyContainerGroupPoolResourceUpdateProperties.ElasticityProfile` has been changed from `*StandbyContainerGroupPoolElasticityProfileUpdate` to `*StandbyContainerGroupPoolElasticityProfile`
8+
- Type of `StandbyVirtualMachinePoolResourceUpdateProperties.ElasticityProfile` has been changed from `*StandbyVirtualMachinePoolElasticityProfileUpdate` to `*StandbyVirtualMachinePoolElasticityProfile`
9+
- Struct `ContainerGroupProfileUpdate` has been removed
10+
- Struct `ContainerGroupPropertiesUpdate` has been removed
11+
- Struct `StandbyContainerGroupPoolElasticityProfileUpdate` has been removed
12+
- Struct `StandbyVirtualMachinePoolElasticityProfileUpdate` has been removed
13+
14+
### Features Added
15+
16+
- New function `*ClientFactory.NewStandbyContainerGroupPoolRuntimeViewsClient() *StandbyContainerGroupPoolRuntimeViewsClient`
17+
- New function `*ClientFactory.NewStandbyVirtualMachinePoolRuntimeViewsClient() *StandbyVirtualMachinePoolRuntimeViewsClient`
18+
- New function `NewStandbyContainerGroupPoolRuntimeViewsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*StandbyContainerGroupPoolRuntimeViewsClient, error)`
19+
- New function `*StandbyContainerGroupPoolRuntimeViewsClient.Get(context.Context, string, string, string, *StandbyContainerGroupPoolRuntimeViewsClientGetOptions) (StandbyContainerGroupPoolRuntimeViewsClientGetResponse, error)`
20+
- New function `*StandbyContainerGroupPoolRuntimeViewsClient.NewListByStandbyPoolPager(string, string, *StandbyContainerGroupPoolRuntimeViewsClientListByStandbyPoolOptions) *runtime.Pager[StandbyContainerGroupPoolRuntimeViewsClientListByStandbyPoolResponse]`
21+
- New function `NewStandbyVirtualMachinePoolRuntimeViewsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*StandbyVirtualMachinePoolRuntimeViewsClient, error)`
22+
- New function `*StandbyVirtualMachinePoolRuntimeViewsClient.Get(context.Context, string, string, string, *StandbyVirtualMachinePoolRuntimeViewsClientGetOptions) (StandbyVirtualMachinePoolRuntimeViewsClientGetResponse, error)`
23+
- New function `*StandbyVirtualMachinePoolRuntimeViewsClient.NewListByStandbyPoolPager(string, string, *StandbyVirtualMachinePoolRuntimeViewsClientListByStandbyPoolOptions) *runtime.Pager[StandbyVirtualMachinePoolRuntimeViewsClientListByStandbyPoolResponse]`
24+
- New struct `ContainerGroupInstanceCountSummary`
25+
- New struct `PoolResourceStateCount`
26+
- New struct `StandbyContainerGroupPoolRuntimeViewResource`
27+
- New struct `StandbyContainerGroupPoolRuntimeViewResourceListResult`
28+
- New struct `StandbyContainerGroupPoolRuntimeViewResourceProperties`
29+
- New struct `StandbyVirtualMachinePoolRuntimeViewResource`
30+
- New struct `StandbyVirtualMachinePoolRuntimeViewResourceListResult`
31+
- New struct `StandbyVirtualMachinePoolRuntimeViewResourceProperties`
32+
- New struct `VirtualMachineInstanceCountSummary`
33+
- New field `MinReadyCapacity` in struct `StandbyVirtualMachinePoolElasticityProfile`
34+
35+
336
## 0.1.0 (2024-04-26)
437

538
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/standbypool/armstandbypool` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html).

sdk/resourcemanager/standbypool/armstandbypool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ clientFactory, err := armstandbypool.NewClientFactory(<subscription ID>, cred, &
5757
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
5858

5959
```go
60-
client := clientFactory.NewStandbyContainerGroupPoolsClient()
60+
client := clientFactory.NewStandbyContainerGroupPoolRuntimeViewsClient()
6161
```
6262

6363
## Fakes

sdk/resourcemanager/standbypool/armstandbypool/autorest.md

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

sdk/resourcemanager/standbypool/armstandbypool/build.go

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

sdk/resourcemanager/standbypool/armstandbypool/client_factory.go

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

sdk/resourcemanager/standbypool/armstandbypool/constants.go

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

sdk/resourcemanager/standbypool/armstandbypool/fake/internal.go

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

sdk/resourcemanager/standbypool/armstandbypool/fake/operations_server.go

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

sdk/resourcemanager/standbypool/armstandbypool/fake/server_factory.go

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

0 commit comments

Comments
 (0)