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

[AutoPR sdk/resourcemanager/resources/armsubscriptions] {AzureResources} fixing the <br> in the swagger specs #7020

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
12 changes: 2 additions & 10 deletions sdk/resourcemanager/resources/armsubscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Release History

## 1.3.0-beta.2 (2023-07-19)
## 1.2.1 (2023-08-24)
### Other Changes

### Bug Fixes

- Fixed a potential panic in faked paged and long-running operations.

## 1.3.0-beta.1 (2023-06-12)

### Features Added

- Support for test fakes and OpenTelemetry trace spans.

## 1.2.0 (2023-05-26)
### Features Added
Expand Down
7 changes: 3 additions & 4 deletions sdk/resourcemanager/resources/armsubscriptions/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/4f4073bdb028bc84bc3e6405c1cbaf8e89b83caf/specification/resources/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/4f4073bdb028bc84bc3e6405c1cbaf8e89b83caf/specification/resources/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions
module-version: 1.3.0-beta.2
module-version: 1.2.1
package-subscriptions: true
tag: package-subscriptions-2022-12
azcore-version: 1.8.0-beta.1
generate-fakes: true
inject-spans: true
Expand Down
Loading