forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Azure/master
merging master
- Loading branch information
Showing
462 changed files
with
18,669 additions
and
5,333 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/$(namespace)/mgmt/2017-04-19/$(namespace) | ||
``` | ||
|
||
### 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/$(namespace)/mgmt/2017-03-31/$(namespace) | ||
``` | ||
|
||
### 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/$(namespace)/mgmt/2016-07-12-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
12 changes: 12 additions & 0 deletions
12
specification/advisor/resource-manager/readme.typescript.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,12 @@ | ||
## TypeScript | ||
|
||
These settings apply only when `--typescript` is specified on the command line. | ||
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`. | ||
|
||
``` yaml $(typescript) | ||
typescript: | ||
azure-arm: true | ||
package-name: "@azure/arm-advisor" | ||
output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-advisor" | ||
generate-metadata: true | ||
``` |
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
46 changes: 46 additions & 0 deletions
46
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,46 @@ | ||
## 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-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/$(namespace)/mgmt/2017-08-01/$(namespace) | ||
``` | ||
|
||
### 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/$(namespace)/mgmt/2017-07-14/$(namespace) | ||
``` | ||
|
||
### 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/$(namespace)/mgmt/2016-05-16/$(namespace) | ||
``` |
Oops, something went wrong.