Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Draft
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
9 changes: 2 additions & 7 deletions eng/swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"generateScript": {
"path": "generator automation-v2",
"stderr": {
"showInComment": "^\\[AUTOREST\\]",
"scriptError": "^\\[ERROR\\]",
"scriptWarning": "^\\[WARNING\\]"
"showInComment": "^[autorest]"
}
}
},
Expand All @@ -16,10 +14,7 @@
},
"initOptions": {
"initScript": {
"path": "sh ./eng/scripts/automation_init.sh",
"stderr": {
"scriptWarning": false
}
"path": "sh ./eng/scripts/automation_init.sh"
}
},
"packageOptions": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 2.0.0-beta.2 (2024-04-29)
### Other Changes


## 2.0.0-beta.1 (2024-03-22)
### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/c16ce913afbdaa073e8ca5e480f3b465db2de542/specification/servicelinker/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c16ce913afbdaa073e8ca5e480f3b465db2de542/specification/servicelinker/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/servicelinker/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/servicelinker/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0-beta.1
tag: package-2023-04-01-preview
module-version: 2.0.0-beta.2
```

This file was deleted.

Loading