Skip to content

Commit

Permalink
[Go] Delete saas track1 config (Azure#17113)
Browse files Browse the repository at this point in the history
* [Go] Delete saas track1 config

* fix
  • Loading branch information
Alancere authored Dec 16, 2021
1 parent b0f48ad commit 7eaed22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions specification/saas/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

These settings apply only when `--go` is specified on the command line.

```yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/saas/armsaas
Expand All @@ -20,20 +14,3 @@ directive:
transform: >
$["operationId"] = "SaasResources_listAccessToken"
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2018-03-01-beta
```
### Tag: package-2018-03-01-beta and go
These settings apply only when `--tag=package-2018-03-01-beta --go` is specified on the command line.
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag) == 'package-2018-03-01-beta' && $(go)
namespace: saas
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-03-01-preview/$(namespace)
```
1 change: 0 additions & 1 deletion specification/saas/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
Expand Down

0 comments on commit 7eaed22

Please sign in to comment.