|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.1.0 (2022-09-30) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New const `StateObsolete` |
| 7 | +- New const `AvailabilityTypeOnline` |
| 8 | +- New const `StateHealthCheckFailed` |
| 9 | +- New const `ManagedServiceIdentityTypeUserAssigned` |
| 10 | +- New const `StateReadyToInstall` |
| 11 | +- New const `SoftwareAssuranceIntentDisable` |
| 12 | +- New const `AvailabilityTypeLocal` |
| 13 | +- New const `UpdateSummariesPropertiesStateUnknown` |
| 14 | +- New const `StateHealthChecking` |
| 15 | +- New const `StateInstalling` |
| 16 | +- New const `StateDownloadFailed` |
| 17 | +- New const `UpdateSummariesPropertiesStateAppliedSuccessfully` |
| 18 | +- New const `UpdateSummariesPropertiesStateNeedsAttention` |
| 19 | +- New const `UpdateSummariesPropertiesStateUpdateAvailable` |
| 20 | +- New const `StatePreparing` |
| 21 | +- New const `StateScanInProgress` |
| 22 | +- New const `StateHasPrerequisite` |
| 23 | +- New const `StateInvalid` |
| 24 | +- New const `UpdateRunPropertiesStateFailed` |
| 25 | +- New const `ClusterNodeTypeThirdParty` |
| 26 | +- New const `UpdateRunPropertiesStateSucceeded` |
| 27 | +- New const `ManagedServiceIdentityTypeSystemAssignedUserAssigned` |
| 28 | +- New const `UpdateSummariesPropertiesStatePreparationInProgress` |
| 29 | +- New const `UpdateSummariesPropertiesStateUpdateInProgress` |
| 30 | +- New const `UpdateRunPropertiesStateUnknown` |
| 31 | +- New const `StatePreparationFailed` |
| 32 | +- New const `StateNotApplicableBecauseAnotherUpdateIsInProgress` |
| 33 | +- New const `SoftwareAssuranceIntentEnable` |
| 34 | +- New const `ClusterNodeTypeFirstParty` |
| 35 | +- New const `UpdateRunPropertiesStateInProgress` |
| 36 | +- New const `SoftwareAssuranceStatusDisabled` |
| 37 | +- New const `ManagedServiceIdentityTypeSystemAssigned` |
| 38 | +- New const `StateInstalled` |
| 39 | +- New const `UpdateSummariesPropertiesStatePreparationFailed` |
| 40 | +- New const `StateScanFailed` |
| 41 | +- New const `ManagedServiceIdentityTypeNone` |
| 42 | +- New const `AvailabilityTypeNotify` |
| 43 | +- New const `SoftwareAssuranceStatusEnabled` |
| 44 | +- New const `StateRecalled` |
| 45 | +- New const `StateReady` |
| 46 | +- New const `StateDownloading` |
| 47 | +- New const `UpdateSummariesPropertiesStateUpdateFailed` |
| 48 | +- New const `StateInstallationFailed` |
| 49 | +- New type alias `ManagedServiceIdentityType` |
| 50 | +- New type alias `SoftwareAssuranceStatus` |
| 51 | +- New type alias `AvailabilityType` |
| 52 | +- New type alias `ClusterNodeType` |
| 53 | +- New type alias `UpdateRunPropertiesState` |
| 54 | +- New type alias `UpdateSummariesPropertiesState` |
| 55 | +- New type alias `SoftwareAssuranceIntent` |
| 56 | +- New type alias `State` |
| 57 | +- New function `PossibleSoftwareAssuranceStatusValues() []SoftwareAssuranceStatus` |
| 58 | +- New function `*UpdatesClient.BeginPost(context.Context, string, string, string, *UpdatesClientBeginPostOptions) (*runtime.Poller[UpdatesClientPostResponse], error)` |
| 59 | +- New function `PossibleUpdateSummariesPropertiesStateValues() []UpdateSummariesPropertiesState` |
| 60 | +- New function `PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType` |
| 61 | +- New function `*PublishersClient.NewListByClusterPager(string, string, *PublishersClientListByClusterOptions) *runtime.Pager[PublishersClientListByClusterResponse]` |
| 62 | +- New function `*UpdatesClient.List(context.Context, string, string, *UpdatesClientListOptions) (UpdatesClientListResponse, error)` |
| 63 | +- New function `PossibleSoftwareAssuranceIntentValues() []SoftwareAssuranceIntent` |
| 64 | +- New function `*UpdatesClient.Get(context.Context, string, string, string, *UpdatesClientGetOptions) (UpdatesClientGetResponse, error)` |
| 65 | +- New function `PossibleStateValues() []State` |
| 66 | +- New function `PossibleAvailabilityTypeValues() []AvailabilityType` |
| 67 | +- New function `*UpdateSummariesClient.NewListPager(string, string, *UpdateSummariesClientListOptions) *runtime.Pager[UpdateSummariesClientListResponse]` |
| 68 | +- New function `*SKUsClient.Get(context.Context, string, string, string, string, string, *SKUsClientGetOptions) (SKUsClientGetResponse, error)` |
| 69 | +- New function `*UpdateRunsClient.NewListPager(string, string, string, *UpdateRunsClientListOptions) *runtime.Pager[UpdateRunsClientListResponse]` |
| 70 | +- New function `*ClustersClient.BeginExtendSoftwareAssuranceBenefit(context.Context, string, string, SoftwareAssuranceChangeRequest, *ClustersClientBeginExtendSoftwareAssuranceBenefitOptions) (*runtime.Poller[ClustersClientExtendSoftwareAssuranceBenefitResponse], error)` |
| 71 | +- New function `*UpdateRunsClient.Get(context.Context, string, string, string, string, *UpdateRunsClientGetOptions) (UpdateRunsClientGetResponse, error)` |
| 72 | +- New function `*SKUsClient.NewListByOfferPager(string, string, string, string, *SKUsClientListByOfferOptions) *runtime.Pager[SKUsClientListByOfferResponse]` |
| 73 | +- New function `*OffersClient.NewListByClusterPager(string, string, *OffersClientListByClusterOptions) *runtime.Pager[OffersClientListByClusterResponse]` |
| 74 | +- New function `NewUpdateRunsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdateRunsClient, error)` |
| 75 | +- New function `*UpdateSummariesClient.Get(context.Context, string, string, *UpdateSummariesClientGetOptions) (UpdateSummariesClientGetResponse, error)` |
| 76 | +- New function `NewPublishersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PublishersClient, error)` |
| 77 | +- New function `NewSKUsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SKUsClient, error)` |
| 78 | +- New function `*OffersClient.NewListByPublisherPager(string, string, string, *OffersClientListByPublisherOptions) *runtime.Pager[OffersClientListByPublisherResponse]` |
| 79 | +- New function `PossibleClusterNodeTypeValues() []ClusterNodeType` |
| 80 | +- New function `*OffersClient.Get(context.Context, string, string, string, string, *OffersClientGetOptions) (OffersClientGetResponse, error)` |
| 81 | +- New function `NewUpdateSummariesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdateSummariesClient, error)` |
| 82 | +- New function `PossibleUpdateRunPropertiesStateValues() []UpdateRunPropertiesState` |
| 83 | +- New function `*PublishersClient.Get(context.Context, string, string, string, *PublishersClientGetOptions) (PublishersClientGetResponse, error)` |
| 84 | +- New function `NewOffersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OffersClient, error)` |
| 85 | +- New function `NewUpdatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdatesClient, 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 `SoftwareAssuranceProperties` in struct `ClusterProperties` |
| 151 | +- New field `NodeType` in struct `ClusterNode` |
| 152 | +- New field `OSDisplayVersion` in struct `ClusterNode` |
| 153 | +- New field `SystemData` in struct `TrackedResource` |
| 154 | +- New field `SystemData` in struct `Resource` |
| 155 | +- New field `SystemData` in struct `ProxyResource` |
| 156 | +- New field `Identity` in struct `Cluster` |
| 157 | +- New field `Identity` in struct `ClusterPatch` |
| 158 | + |
| 159 | + |
3 | 160 | ## 1.0.0 (2022-05-17) |
4 | 161 |
|
5 | 162 | 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. |
|
0 commit comments