Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR armautomation] Adding xms-ids for Automation #16756

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions sdk/resourcemanager/automation/armautomation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Release History

## 0.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

## 0.2.1 (2022-01-06)
### Other Changes


## 0.2.0 (2021-10-29)

### Breaking Changes
Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/automation/armautomation/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/69eacf00a36d565d3220d5dd6f4a5293664f1ae9/specification/automation/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/69eacf00a36d565d3220d5dd6f4a5293664f1ae9/specification/automation/resource-manager/readme.go.md
- /home/vsts/work/1/s/azure-rest-api-specs/specification/automation/resource-manager/readme.md
- /home/vsts/work/1/s/azure-rest-api-specs/specification/automation/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.2.0
module-version: 0.2.1
```
2 changes: 1 addition & 1 deletion sdk/resourcemanager/automation/armautomation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/automation/armautom
go 1.16

require (
github.com/Azure/azure-sdk-for-go v59.0.0+incompatible
github.com/Azure/azure-sdk-for-go v61.0.0+incompatible
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0
)
4 changes: 2 additions & 2 deletions sdk/resourcemanager/automation/armautomation/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Azure/azure-sdk-for-go v59.0.0+incompatible h1:I1ULJqny1qQhUBFy11yDXHhW3pLvbhwV0PTn7mjp9V0=
github.com/Azure/azure-sdk-for-go v59.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go v61.0.0+incompatible h1:6RxU1YOzXgfowurlZA/OjUdVMIPavRmmotUcbb3wc/w=
github.com/Azure/azure-sdk-for-go v61.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0 h1:KQgdWmEOmaJKxaUUZwHAYh12t+b+ZJf8q3friycK1kA=
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0/go.mod h1:ZPW/Z0kLCTdDZaDbYTetxc9Cxl/2lNqxYHYNOF2bti0=
github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.1 h1:BUYIbDf/mMZ8945v3QkG3OuqGVyS4Iek0AOLwdRAYoc=
Expand Down