forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract go sdk configuration (Azure#4089)
- Loading branch information
1 parent
3ae3618
commit 0e1e985
Showing
228 changed files
with
4,870 additions
and
4,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
## Go | ||
|
||
These settings apply only when `--go` is specified on the command line. | ||
|
||
``` yaml $(go) | ||
go: | ||
license-header: MICROSOFT_APACHE_NO_VERSION | ||
namespace: advisor | ||
clear-output-folder: true | ||
``` | ||
### Go multi-api | ||
``` yaml $(go) && $(multiapi) | ||
batch: | ||
- tag: package-2017-04 | ||
- tag: package-2017-03 | ||
- tag: package-2016-07-preview | ||
``` | ||
### Tag: package-2017-04 and go | ||
These settings apply only when `--tag=package-2017-04 --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-04' && $(go) | ||
output-folder: $(go-sdk-folder)/services/advisor/mgmt/2017-04-19/advisor | ||
``` | ||
|
||
### Tag: package-2017-03 and go | ||
|
||
These settings apply only when `--tag=package-2017-03 --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-03' && $(go) | ||
output-folder: $(go-sdk-folder)/services/advisor/mgmt/2017-03-31/advisor | ||
``` | ||
|
||
### Tag: package-2016-07-preview and go | ||
|
||
These settings apply only when `--tag=package-2016-07-preview --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-07-preview' && $(go) | ||
output-folder: $(go-sdk-folder)/services/preview/advisor/mgmt/2016-07-12-preview/advisor | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
specification/alertsmanagement/resource-manager/readme.go.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Go | ||
|
||
These settings apply only when `--go` is specified on the command line. | ||
|
||
``` yaml $(go) | ||
go: | ||
license-header: MICROSOFT_APACHE_NO_VERSION | ||
namespace: alertsmanagement | ||
clear-output-folder: true | ||
``` | ||
### Go multi-api | ||
``` yaml $(go) && $(multiapi) | ||
batch: | ||
- tag: package-2018-05-preview | ||
``` | ||
### Tag: package-2018-05-preview and go | ||
These settings apply only when `--tag=package-2018-05-preview --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-05-preview' && $(go) | ||
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-05-05-preview/$(namespace) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
specification/analysisservices/resource-manager/readme.go.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
## Go | ||
|
||
These settings apply only when `--go` is specified on the command line. | ||
|
||
``` yaml $(go) | ||
go: | ||
license-header: MICROSOFT_APACHE_NO_VERSION | ||
namespace: analysisservices | ||
clear-output-folder: true | ||
``` | ||
### Go multi-api | ||
``` yaml $(go) && $(multiapi) | ||
batch: | ||
- tag: package-2017-08 | ||
- tag: package-2017-08-beta | ||
- tag: package-2017-07 | ||
- tag: package-2016-05 | ||
``` | ||
### Tag: package-2017-08 and go | ||
These settings apply only when `--tag=package-2017-08 --go` is specifined on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-08' && $(go) | ||
output-folder: $(go-sdk-folder)/services/analysisservices/mgmt/2017-08-01/analysisservices | ||
``` | ||
|
||
### Tag: package-2017-08-beta and go | ||
|
||
These settings apply only when `--tag=package-2017-08-beta --go` is specifined on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-08-beta' && $(go) | ||
output-folder: $(go-sdk-folder)/services/preview/analysisservices/preview/mgmt/2017-08-01-beta/analysisservices | ||
``` | ||
|
||
### Tag: package-2017-07 and go | ||
|
||
These settings apply only when `--tag=package-2017-07 --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-07' && $(go) | ||
output-folder: $(go-sdk-folder)/services/analysisservices/mgmt/2017-07-14/analysisservices | ||
``` | ||
|
||
### Tag: package-2016-05 and go | ||
|
||
These settings apply only when `--tag=package-2016-05 --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-05' && $(go) | ||
output-folder: $(go-sdk-folder)/services/analysisservices/mgmt/2016-05-16/analysisservices | ||
``` |
Oops, something went wrong.