Skip to content

Commit

Permalink
CodeGen from PR 22284 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge a76417fa5edd92fa0d9bcc7950ee6c913e05a1e3 into 630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f
  • Loading branch information
SDKAuto committed Jan 31, 2023
1 parent 08f261f commit a862dad
Show file tree
Hide file tree
Showing 19 changed files with 1,365 additions and 868 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Release History

## 0.8.0 (2023-01-31)
### Breaking Changes

- Type of `AlertsClientChangeStateOptions.Comment` has been changed from `*string` to `*Comments`
- Type of `ErrorResponse.Error` has been changed from `*ErrorResponseBody` to `*ErrorDetail`
- Type of `ErrorResponseAutoGenerated.Error` has been changed from `*ErrorResponseBodyAutoGenerated` to `*ErrorResponseBody`
- Type of `ErrorResponseAutoGenerated2.Error` has been changed from `*ErrorResponseBodyAutoGenerated2` to `*ErrorResponseBodyAutoGenerated`

### Features Added

- New function `NewPrometheusRuleGroupsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PrometheusRuleGroupsClient, error)`
- New function `*PrometheusRuleGroupsClient.CreateOrUpdate(context.Context, string, string, PrometheusRuleGroupResource, *PrometheusRuleGroupsClientCreateOrUpdateOptions) (PrometheusRuleGroupsClientCreateOrUpdateResponse, error)`
- New function `*PrometheusRuleGroupsClient.Delete(context.Context, string, string, *PrometheusRuleGroupsClientDeleteOptions) (PrometheusRuleGroupsClientDeleteResponse, error)`
- New function `*PrometheusRuleGroupsClient.Get(context.Context, string, string, *PrometheusRuleGroupsClientGetOptions) (PrometheusRuleGroupsClientGetResponse, error)`
- New function `*PrometheusRuleGroupsClient.NewListByResourceGroupPager(string, *PrometheusRuleGroupsClientListByResourceGroupOptions) *runtime.Pager[PrometheusRuleGroupsClientListByResourceGroupResponse]`
- New function `*PrometheusRuleGroupsClient.NewListBySubscriptionPager(*PrometheusRuleGroupsClientListBySubscriptionOptions) *runtime.Pager[PrometheusRuleGroupsClientListBySubscriptionResponse]`
- New function `*PrometheusRuleGroupsClient.Update(context.Context, string, string, PrometheusRuleGroupResourcePatchParameters, *PrometheusRuleGroupsClientUpdateOptions) (PrometheusRuleGroupsClientUpdateResponse, error)`
- New struct `Comments`
- New struct `ErrorAdditionalInfo`
- New struct `ErrorDetail`
- New struct `ErrorResponseAutoGenerated3`
- New struct `PrometheusRule`
- New struct `PrometheusRuleGroupActions`
- New struct `PrometheusRuleGroupProperties`
- New struct `PrometheusRuleGroupResource`
- New struct `PrometheusRuleGroupResourceCollection`
- New struct `PrometheusRuleGroupResourcePatchParameters`
- New struct `PrometheusRuleGroupResourcePatchParametersProperties`
- New struct `PrometheusRuleGroupsClient`
- New struct `PrometheusRuleGroupsClientListByResourceGroupResponse`
- New struct `PrometheusRuleGroupsClientListBySubscriptionResponse`
- New struct `PrometheusRuleResolveConfiguration`
- New struct `ResourceAutoGenerated`
- New struct `TrackedResource`
- New field `SystemData` in struct `Resource`


## 0.7.0 (2022-08-19)
### Features Added

Expand Down

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

Loading

0 comments on commit a862dad

Please sign in to comment.