Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/standbypool/armstandbypool/1.0.0 (#23508)
Browse files Browse the repository at this point in the history
* [Release] sdk/resourcemanager/standbypool/armstandbypool/1.0.0 generation from spec commit: 3ca7edabc2edf1117b7d912ba34f2694721e3ff3

* update example

* format
  • Loading branch information
tadelesh committed Sep 27, 2024
1 parent 0c60dc8 commit 97b9f93
Show file tree
Hide file tree
Showing 33 changed files with 2,303 additions and 893 deletions.
33 changes: 33 additions & 0 deletions sdk/resourcemanager/standbypool/armstandbypool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Release History

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

- Type of `StandbyContainerGroupPoolResourceUpdateProperties.ContainerGroupProperties` has been changed from `*ContainerGroupPropertiesUpdate` to `*ContainerGroupProperties`
- Type of `StandbyContainerGroupPoolResourceUpdateProperties.ElasticityProfile` has been changed from `*StandbyContainerGroupPoolElasticityProfileUpdate` to `*StandbyContainerGroupPoolElasticityProfile`
- Type of `StandbyVirtualMachinePoolResourceUpdateProperties.ElasticityProfile` has been changed from `*StandbyVirtualMachinePoolElasticityProfileUpdate` to `*StandbyVirtualMachinePoolElasticityProfile`
- Struct `ContainerGroupProfileUpdate` has been removed
- Struct `ContainerGroupPropertiesUpdate` has been removed
- Struct `StandbyContainerGroupPoolElasticityProfileUpdate` has been removed
- Struct `StandbyVirtualMachinePoolElasticityProfileUpdate` has been removed

### Features Added

- New function `*ClientFactory.NewStandbyContainerGroupPoolRuntimeViewsClient() *StandbyContainerGroupPoolRuntimeViewsClient`
- New function `*ClientFactory.NewStandbyVirtualMachinePoolRuntimeViewsClient() *StandbyVirtualMachinePoolRuntimeViewsClient`
- New function `NewStandbyContainerGroupPoolRuntimeViewsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*StandbyContainerGroupPoolRuntimeViewsClient, error)`
- New function `*StandbyContainerGroupPoolRuntimeViewsClient.Get(context.Context, string, string, string, *StandbyContainerGroupPoolRuntimeViewsClientGetOptions) (StandbyContainerGroupPoolRuntimeViewsClientGetResponse, error)`
- New function `*StandbyContainerGroupPoolRuntimeViewsClient.NewListByStandbyPoolPager(string, string, *StandbyContainerGroupPoolRuntimeViewsClientListByStandbyPoolOptions) *runtime.Pager[StandbyContainerGroupPoolRuntimeViewsClientListByStandbyPoolResponse]`
- New function `NewStandbyVirtualMachinePoolRuntimeViewsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*StandbyVirtualMachinePoolRuntimeViewsClient, error)`
- New function `*StandbyVirtualMachinePoolRuntimeViewsClient.Get(context.Context, string, string, string, *StandbyVirtualMachinePoolRuntimeViewsClientGetOptions) (StandbyVirtualMachinePoolRuntimeViewsClientGetResponse, error)`
- New function `*StandbyVirtualMachinePoolRuntimeViewsClient.NewListByStandbyPoolPager(string, string, *StandbyVirtualMachinePoolRuntimeViewsClientListByStandbyPoolOptions) *runtime.Pager[StandbyVirtualMachinePoolRuntimeViewsClientListByStandbyPoolResponse]`
- New struct `ContainerGroupInstanceCountSummary`
- New struct `PoolResourceStateCount`
- New struct `StandbyContainerGroupPoolRuntimeViewResource`
- New struct `StandbyContainerGroupPoolRuntimeViewResourceListResult`
- New struct `StandbyContainerGroupPoolRuntimeViewResourceProperties`
- New struct `StandbyVirtualMachinePoolRuntimeViewResource`
- New struct `StandbyVirtualMachinePoolRuntimeViewResourceListResult`
- New struct `StandbyVirtualMachinePoolRuntimeViewResourceProperties`
- New struct `VirtualMachineInstanceCountSummary`
- New field `MinReadyCapacity` in struct `StandbyVirtualMachinePoolElasticityProfile`


## 0.1.0 (2024-04-26)

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).
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 @@ -57,7 +57,7 @@ clientFactory, err := armstandbypool.NewClientFactory(<subscription ID>, cred, &
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.

```go
client := clientFactory.NewStandbyContainerGroupPoolsClient()
client := clientFactory.NewStandbyContainerGroupPoolRuntimeViewsClient()
```

## Fakes
Expand Down
13 changes: 0 additions & 13 deletions sdk/resourcemanager/standbypool/armstandbypool/autorest.md

This file was deleted.

7 changes: 0 additions & 7 deletions sdk/resourcemanager/standbypool/armstandbypool/build.go

This file was deleted.

22 changes: 17 additions & 5 deletions sdk/resourcemanager/standbypool/armstandbypool/client_factory.go

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

30 changes: 17 additions & 13 deletions 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 97b9f93

Please sign in to comment.