Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/extendedlocation/armextendedlocation/1.…
Browse files Browse the repository at this point in the history
…1.0-beta.1 generation from spec commit: b8fc2b4ff626aab886f929e49926c6e836548e01 (#18484)
  • Loading branch information
Alancere authored Jun 29, 2022
1 parent d7c2a10 commit 8457dde
Show file tree
Hide file tree
Showing 14 changed files with 1,970 additions and 176 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Release History

## 1.1.0-beta.1 (2022-06-28)
### Features Added

- New function `*ResourceSyncRulesClient.BeginCreateOrUpdate(context.Context, string, string, string, ResourceSyncRule, *ResourceSyncRulesClientBeginCreateOrUpdateOptions) (*runtime.Poller[ResourceSyncRulesClientCreateOrUpdateResponse], error)`
- New function `NewResourceSyncRulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ResourceSyncRulesClient, error)`
- New function `*ResourceSyncRulesClient.BeginUpdate(context.Context, string, string, string, PatchableResourceSyncRule, *ResourceSyncRulesClientBeginUpdateOptions) (*runtime.Poller[ResourceSyncRulesClientUpdateResponse], error)`
- New function `*ResourceSyncRulesClient.Get(context.Context, string, string, string, *ResourceSyncRulesClientGetOptions) (ResourceSyncRulesClientGetResponse, error)`
- New function `*ResourceSyncRulesClient.Delete(context.Context, string, string, string, *ResourceSyncRulesClientDeleteOptions) (ResourceSyncRulesClientDeleteResponse, error)`
- New function `*CustomLocationsClient.FindTargetResourceGroup(context.Context, string, string, CustomLocationFindTargetResourceGroupProperties, *CustomLocationsClientFindTargetResourceGroupOptions) (CustomLocationsClientFindTargetResourceGroupResponse, error)`
- New function `*ResourceSyncRulesClient.NewListByCustomLocationIDPager(string, string, *ResourceSyncRulesClientListByCustomLocationIDOptions) *runtime.Pager[ResourceSyncRulesClientListByCustomLocationIDResponse]`
- New struct `CustomLocationFindTargetResourceGroupProperties`
- New struct `CustomLocationFindTargetResourceGroupResult`
- New struct `CustomLocationsClientFindTargetResourceGroupOptions`
- New struct `CustomLocationsClientFindTargetResourceGroupResponse`
- New struct `MatchExpressionsProperties`
- New struct `PatchableResourceSyncRule`
- New struct `ResourceSyncRule`
- New struct `ResourceSyncRuleListResult`
- New struct `ResourceSyncRuleProperties`
- New struct `ResourceSyncRulePropertiesSelector`
- New struct `ResourceSyncRulesClient`
- New struct `ResourceSyncRulesClientBeginCreateOrUpdateOptions`
- New struct `ResourceSyncRulesClientBeginUpdateOptions`
- New struct `ResourceSyncRulesClientCreateOrUpdateResponse`
- New struct `ResourceSyncRulesClientDeleteOptions`
- New struct `ResourceSyncRulesClientDeleteResponse`
- New struct `ResourceSyncRulesClientGetOptions`
- New struct `ResourceSyncRulesClientGetResponse`
- New struct `ResourceSyncRulesClientListByCustomLocationIDOptions`
- New struct `ResourceSyncRulesClientListByCustomLocationIDResponse`
- New struct `ResourceSyncRulesClientUpdateResponse`


## 1.0.0 (2022-05-18)

The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/extendedlocation/armextendedlocation` 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/extendedlocation/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/extendedlocation/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/b8fc2b4ff626aab886f929e49926c6e836548e01/specification/extendedlocation/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/b8fc2b4ff626aab886f929e49926c6e836548e01/specification/extendedlocation/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.0.0

module-version: 1.1.0-beta.1
tag: package-2021-08-31-preview
```

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 8457dde

Please sign in to comment.