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 3c51e73c9d42c00165f32449df46447139791e96 into 7b47689d4efc098f25f46781f05f22179c153314
  • Loading branch information
SDKAuto committed Jan 25, 2023
1 parent caeed5d commit 4d605e2
Show file tree
Hide file tree
Showing 19 changed files with 1,366 additions and 868 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Release History

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

- Type of `AlertProperties.Context` has been changed from `interface{}` to `any`
- Type of `AlertProperties.EgressConfig` has been changed from `interface{}` to `any`
- 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 4d605e2

Please sign in to comment.