Skip to content

Commit

Permalink
CodeGen from PR 32288 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge cc4d66a845afee3a3c20338826124b038c952fdb into c39f72c162b0ca345a4745cdfc9a1e276a725d5d
  • Loading branch information
SDKAuto committed Feb 27, 2025
1 parent 9ea2beb commit 217c760
Show file tree
Hide file tree
Showing 26 changed files with 1,045 additions and 241 deletions.
27 changes: 27 additions & 0 deletions sdk/resourcemanager/standbypool/armstandbypool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Release History

## 2.0.0 (2025-02-27)
### Breaking Changes

- Type of `ContainerGroupInstanceCountSummary.InstanceCountsByState` has been changed from `[]*PoolResourceStateCount` to `[]*PoolContainerGroupStateCount`
- Type of `VirtualMachineInstanceCountSummary.InstanceCountsByState` has been changed from `[]*PoolResourceStateCount` to `[]*PoolVirtualMachineStateCount`
- Struct `PoolResourceStateCount` has been removed

### Features Added

- New value `VirtualMachineStateHibernated` added to enum type `VirtualMachineState`
- New enum type `HealthStateCode` with values `HealthStateCodeDegraded`, `HealthStateCodeHealthy`
- New enum type `PoolContainerGroupState` with values `PoolContainerGroupStateCreating`, `PoolContainerGroupStateDeleting`, `PoolContainerGroupStateRunning`
- New enum type `PoolVirtualMachineState` with values `PoolVirtualMachineStateCreating`, `PoolVirtualMachineStateDeallocated`, `PoolVirtualMachineStateDeallocating`, `PoolVirtualMachineStateDeleting`, `PoolVirtualMachineStateHibernated`, `PoolVirtualMachineStateHibernating`, `PoolVirtualMachineStateRunning`, `PoolVirtualMachineStateStarting`
- New struct `PoolContainerGroupStateCount`
- New struct `PoolStatus`
- New struct `PoolVirtualMachineStateCount`
- New struct `StandbyContainerGroupPoolForecastValues`
- New struct `StandbyContainerGroupPoolPrediction`
- New struct `StandbyVirtualMachinePoolForecastValues`
- New struct `StandbyVirtualMachinePoolPrediction`
- New field `Zone` in struct `ContainerGroupInstanceCountSummary`
- New field `Zones` in struct `StandbyContainerGroupPoolResourceProperties`
- New field `Zones` in struct `StandbyContainerGroupPoolResourceUpdateProperties`
- New field `Prediction`, `Status` in struct `StandbyContainerGroupPoolRuntimeViewResourceProperties`
- New field `Prediction`, `Status` in struct `StandbyVirtualMachinePoolRuntimeViewResourceProperties`


## 1.0.0 (2024-09-26)
### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/standbypool/armstandbypool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Standbypool module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/standbypool/armstandbypool
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/standbypool/armstandbypool/v2
```

## Authorization
Expand Down
86 changes: 85 additions & 1 deletion sdk/resourcemanager/standbypool/armstandbypool/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 217c760

Please sign in to comment.