|
1 | 1 | # Release History |
2 | 2 |
|
| 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 | + |
3 | 36 | ## 0.1.0 (2024-04-26) |
4 | 37 |
|
5 | 38 | 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). |
|
0 commit comments