Skip to content

Commit 29deade

Browse files
author
SDKAuto
committed
CodeGen from PR 20924 in Azure/azure-rest-api-specs
Merge cc9e79188a0d40a064cc03fa2473311173dec797 into 9f83afe71e613b243f1374e2c666af057aac15cd
1 parent c4b71e1 commit 29deade

24 files changed

+4982
-1071
lines changed

sdk/resourcemanager/azurestackhci/armazurestackhci/CHANGELOG.md

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

3+
## 1.1.0 (2022-10-01)
4+
### Features Added
5+
6+
- New const `StateDownloading`
7+
- New const `UpdateSummariesPropertiesStateAppliedSuccessfully`
8+
- New const `UpdateRunPropertiesStateInProgress`
9+
- New const `StatePreparationFailed`
10+
- New const `AvailabilityTypeOnline`
11+
- New const `SoftwareAssuranceStatusEnabled`
12+
- New const `StateHealthCheckFailed`
13+
- New const `StateScanInProgress`
14+
- New const `StateInstalling`
15+
- New const `ClusterNodeTypeThirdParty`
16+
- New const `UpdateSummariesPropertiesStateUpdateInProgress`
17+
- New const `UpdateRunPropertiesStateSucceeded`
18+
- New const `StateInstallationFailed`
19+
- New const `UpdateSummariesPropertiesStateUnknown`
20+
- New const `SoftwareAssuranceIntentEnable`
21+
- New const `UpdateSummariesPropertiesStateUpdateFailed`
22+
- New const `AvailabilityTypeNotify`
23+
- New const `UpdateSummariesPropertiesStatePreparationFailed`
24+
- New const `UpdateSummariesPropertiesStateUpdateAvailable`
25+
- New const `ManagedServiceIdentityTypeNone`
26+
- New const `StateInstalled`
27+
- New const `ManagedServiceIdentityTypeSystemAssignedUserAssigned`
28+
- New const `StatePreparing`
29+
- New const `StateReadyToInstall`
30+
- New const `StateDownloadFailed`
31+
- New const `StateObsolete`
32+
- New const `ManagedServiceIdentityTypeSystemAssigned`
33+
- New const `StateRecalled`
34+
- New const `StateScanFailed`
35+
- New const `StateHasPrerequisite`
36+
- New const `StateInvalid`
37+
- New const `StateReady`
38+
- New const `ClusterNodeTypeFirstParty`
39+
- New const `UpdateRunPropertiesStateUnknown`
40+
- New const `UpdateSummariesPropertiesStatePreparationInProgress`
41+
- New const `AvailabilityTypeLocal`
42+
- New const `ManagedServiceIdentityTypeUserAssigned`
43+
- New const `SoftwareAssuranceIntentDisable`
44+
- New const `UpdateRunPropertiesStateFailed`
45+
- New const `SoftwareAssuranceStatusDisabled`
46+
- New const `StateNotApplicableBecauseAnotherUpdateIsInProgress`
47+
- New const `UpdateSummariesPropertiesStateNeedsAttention`
48+
- New const `StateHealthChecking`
49+
- New type alias `UpdateSummariesPropertiesState`
50+
- New type alias `SoftwareAssuranceIntent`
51+
- New type alias `SoftwareAssuranceStatus`
52+
- New type alias `ManagedServiceIdentityType`
53+
- New type alias `UpdateRunPropertiesState`
54+
- New type alias `State`
55+
- New type alias `AvailabilityType`
56+
- New type alias `ClusterNodeType`
57+
- New function `*SKUsClient.NewListByOfferPager(string, string, string, string, *SKUsClientListByOfferOptions) *runtime.Pager[SKUsClientListByOfferResponse]`
58+
- New function `PossibleClusterNodeTypeValues() []ClusterNodeType`
59+
- New function `NewOffersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OffersClient, error)`
60+
- New function `PossibleAvailabilityTypeValues() []AvailabilityType`
61+
- New function `*SKUsClient.Get(context.Context, string, string, string, string, string, *SKUsClientGetOptions) (SKUsClientGetResponse, error)`
62+
- New function `NewSKUsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SKUsClient, error)`
63+
- New function `*UpdateRunsClient.Get(context.Context, string, string, string, string, *UpdateRunsClientGetOptions) (UpdateRunsClientGetResponse, error)`
64+
- New function `*OffersClient.NewListByPublisherPager(string, string, string, *OffersClientListByPublisherOptions) *runtime.Pager[OffersClientListByPublisherResponse]`
65+
- New function `*OffersClient.Get(context.Context, string, string, string, string, *OffersClientGetOptions) (OffersClientGetResponse, error)`
66+
- New function `*UpdatesClient.Get(context.Context, string, string, string, *UpdatesClientGetOptions) (UpdatesClientGetResponse, error)`
67+
- New function `*PublishersClient.Get(context.Context, string, string, string, *PublishersClientGetOptions) (PublishersClientGetResponse, error)`
68+
- New function `PossibleSoftwareAssuranceIntentValues() []SoftwareAssuranceIntent`
69+
- New function `*PublishersClient.NewListByClusterPager(string, string, *PublishersClientListByClusterOptions) *runtime.Pager[PublishersClientListByClusterResponse]`
70+
- New function `*UpdatesClient.NewListPager(string, string, *UpdatesClientListOptions) *runtime.Pager[UpdatesClientListResponse]`
71+
- New function `*UpdateSummariesClient.Get(context.Context, string, string, *UpdateSummariesClientGetOptions) (UpdateSummariesClientGetResponse, error)`
72+
- New function `NewUpdatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdatesClient, error)`
73+
- New function `*OffersClient.NewListByClusterPager(string, string, *OffersClientListByClusterOptions) *runtime.Pager[OffersClientListByClusterResponse]`
74+
- New function `PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType`
75+
- New function `NewUpdateSummariesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdateSummariesClient, error)`
76+
- New function `*ClustersClient.BeginExtendSoftwareAssuranceBenefit(context.Context, string, string, SoftwareAssuranceChangeRequest, *ClustersClientBeginExtendSoftwareAssuranceBenefitOptions) (*runtime.Poller[ClustersClientExtendSoftwareAssuranceBenefitResponse], error)`
77+
- New function `*UpdateRunsClient.NewListPager(string, string, string, *UpdateRunsClientListOptions) *runtime.Pager[UpdateRunsClientListResponse]`
78+
- New function `PossibleStateValues() []State`
79+
- New function `PossibleSoftwareAssuranceStatusValues() []SoftwareAssuranceStatus`
80+
- New function `*UpdateSummariesClient.NewListPager(string, string, *UpdateSummariesClientListOptions) *runtime.Pager[UpdateSummariesClientListResponse]`
81+
- New function `PossibleUpdateSummariesPropertiesStateValues() []UpdateSummariesPropertiesState`
82+
- New function `NewPublishersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PublishersClient, error)`
83+
- New function `PossibleUpdateRunPropertiesStateValues() []UpdateRunPropertiesState`
84+
- New function `NewUpdateRunsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdateRunsClient, error)`
85+
- New function `*UpdatesClient.BeginPost(context.Context, string, string, string, *UpdatesClientBeginPostOptions) (*runtime.Poller[UpdatesClientPostResponse], error)`
86+
- New struct `ClustersClientBeginExtendSoftwareAssuranceBenefitOptions`
87+
- New struct `ClustersClientExtendSoftwareAssuranceBenefitResponse`
88+
- New struct `ManagedServiceIdentity`
89+
- New struct `Offer`
90+
- New struct `OfferList`
91+
- New struct `OfferProperties`
92+
- New struct `OffersClient`
93+
- New struct `OffersClientGetOptions`
94+
- New struct `OffersClientGetResponse`
95+
- New struct `OffersClientListByClusterOptions`
96+
- New struct `OffersClientListByClusterResponse`
97+
- New struct `OffersClientListByPublisherOptions`
98+
- New struct `OffersClientListByPublisherResponse`
99+
- New struct `PackageVersionInfo`
100+
- New struct `Publisher`
101+
- New struct `PublisherList`
102+
- New struct `PublisherProperties`
103+
- New struct `PublishersClient`
104+
- New struct `PublishersClientGetOptions`
105+
- New struct `PublishersClientGetResponse`
106+
- New struct `PublishersClientListByClusterOptions`
107+
- New struct `PublishersClientListByClusterResponse`
108+
- New struct `SKU`
109+
- New struct `SKUList`
110+
- New struct `SKUMappings`
111+
- New struct `SKUProperties`
112+
- New struct `SKUsClient`
113+
- New struct `SKUsClientGetOptions`
114+
- New struct `SKUsClientGetResponse`
115+
- New struct `SKUsClientListByOfferOptions`
116+
- New struct `SKUsClientListByOfferResponse`
117+
- New struct `SoftwareAssuranceChangeRequest`
118+
- New struct `SoftwareAssuranceChangeRequestProperties`
119+
- New struct `SoftwareAssuranceProperties`
120+
- New struct `Step`
121+
- New struct `Update`
122+
- New struct `UpdateList`
123+
- New struct `UpdatePrerequisite`
124+
- New struct `UpdateProperties`
125+
- New struct `UpdateRun`
126+
- New struct `UpdateRunList`
127+
- New struct `UpdateRunProperties`
128+
- New struct `UpdateRunsClient`
129+
- New struct `UpdateRunsClientGetOptions`
130+
- New struct `UpdateRunsClientGetResponse`
131+
- New struct `UpdateRunsClientListOptions`
132+
- New struct `UpdateRunsClientListResponse`
133+
- New struct `UpdateStateProperties`
134+
- New struct `UpdateSummaries`
135+
- New struct `UpdateSummariesClient`
136+
- New struct `UpdateSummariesClientGetOptions`
137+
- New struct `UpdateSummariesClientGetResponse`
138+
- New struct `UpdateSummariesClientListOptions`
139+
- New struct `UpdateSummariesClientListResponse`
140+
- New struct `UpdateSummariesList`
141+
- New struct `UpdateSummariesProperties`
142+
- New struct `UpdatesClient`
143+
- New struct `UpdatesClientBeginPostOptions`
144+
- New struct `UpdatesClientGetOptions`
145+
- New struct `UpdatesClientGetResponse`
146+
- New struct `UpdatesClientListOptions`
147+
- New struct `UpdatesClientListResponse`
148+
- New struct `UpdatesClientPostResponse`
149+
- New struct `UserAssignedIdentity`
150+
- New field `SystemData` in struct `TrackedResource`
151+
- New field `Identity` in struct `Cluster`
152+
- New field `SystemData` in struct `Resource`
153+
- New field `SoftwareAssuranceProperties` in struct `ClusterProperties`
154+
- New field `OSDisplayVersion` in struct `ClusterNode`
155+
- New field `NodeType` in struct `ClusterNode`
156+
- New field `Identity` in struct `ClusterPatch`
157+
- New field `SystemData` in struct `ProxyResource`
158+
159+
3160
## 1.0.0 (2022-05-17)
4161

5162
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/azurestackhci/armazurestackhci` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.
Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/azurestackhci/armazurestackhci/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/azurestackhci/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/azurestackhci/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/azurestackhci/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/azurestackhci/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.0.0
11+
module-version: 1.1.0
1212

1313
```

0 commit comments

Comments
 (0)