Skip to content

Commit

Permalink
Updated config files
Browse files Browse the repository at this point in the history
  • Loading branch information
majastrz committed Apr 2, 2019
1 parent 8cfd807 commit 358cc2f
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 2 deletions.
22 changes: 22 additions & 0 deletions specification/resources/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ batch:
- tag: package-policy-2016-12
- tag: package-policy-2016-04
- tag: package-policy-2015-10
- tag: package-resources-2019-03
- tag: package-resources-2018-05
- tag: package-resources-2018-02
- tag: package-resources-2017-05
- tag: package-resources-2016-09
- tag: package-resources-2016-07
- tag: package-resources-2016-02
- tag: package-resources-2015-11
- tag: package-subscriptions-2018-06
- tag: package-subscriptions-2016-06
- tag: package-subscriptions-2015-11
- tag: package-links-2016-09
Expand Down Expand Up @@ -136,6 +138,16 @@ namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2015-10-01-preview/policy
```

### Tag: package-resources-2019-03 and go

These settings apply only when `--tag=package-resources-2019-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-resources-2019-03' && $(go)
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-03-01/resources
```

### Tag: package-resources-2018-05 and go

These settings apply only when `--tag=package-resources-2018-05 --go` is specified on the command line.
Expand Down Expand Up @@ -206,6 +218,16 @@ namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2015-11-01/resources
```

### Tag: package-subscriptions-2018-06 and go

These settings apply only when `--tag=package-subscriptions-2018-06 --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-subscriptions-2018-06' && $(go)
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2018-06-01/subscriptions
```

### Tag: package-subscriptions-2016-06 and go

These settings apply only when `--tag=package-subscriptions-2016-06 --go` is specified on the command line.
Expand Down
72 changes: 70 additions & 2 deletions specification/resources/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ tag: package-policy-2018-05
```
``` yaml $(package-resources)
tag: package-resources-2018-05
tag: package-resources-2019-03
```
``` yaml $(package-subscriptions)
tag: package-subscriptions-2016-06
tag: package-subscriptions-2018-06
```
``` yaml $(package-links)
Expand Down Expand Up @@ -164,6 +164,14 @@ input-file:
- Microsoft.Authorization/preview/2015-10-01-preview/policy.json
```

### Tag: package-resources-2019-03
These settings apply only when `--tag=package-resources-2019-03` is specified on the command line.

``` yaml $(tag) == 'package-resources-2019-03'
input-file:
- Microsoft.Resources/stable/2019-03-01/resources.json
```

### Tag: package-resources-2018-05
These settings apply only when `--tag=package-resources-2018-05` is specified on the command line.

Expand Down Expand Up @@ -220,6 +228,14 @@ input-file:
- Microsoft.Resources/stable/2015-11-01/resources.json
```

### Tag: package-subscriptions-2018-06
These settings apply only when `--tag=package-subscriptions-2018-06` is specified on the command line.

``` yaml $(tag) == 'package-subscriptions-2018-06'
input-file:
- Microsoft.Resources/stable/2018-06-01/subscriptions.json
```

### Tag: package-subscriptions-2016-06
These settings apply only when `--tag=package-subscriptions-2016-06` is specified on the command line.

Expand Down Expand Up @@ -396,11 +412,13 @@ batch:
- tag: package-policy-2016-12
- tag: package-policy-2016-04
- tag: package-policy-2015-10
- tag: package-resources-2019-03
- tag: package-resources-2018-05
- tag: package-resources-2018-02
- tag: package-resources-2017-05
- tag: package-resources-2016-09
- tag: package-resources-2016-02
- tag: package-subscriptions-2018-06
- tag: package-subscriptions-2016-06
```

Expand Down Expand Up @@ -536,6 +554,17 @@ python:
output-folder: $(python-sdks-folder)/azure-mgmt-resource/azure/mgmt/resource/policy/v2015_10_01_preview
```

### Tag: package-resources-2019-11 and python

These settings apply only when `--tag=package-resources-2019-11 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-resources-2019-11' && $(python)
python:
namespace: azure.mgmt.resource.resources.v2019_11_01
output-folder: $(python-sdks-folder)/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_11_01
```

### Tag: package-resources-2018-05 and python

These settings apply only when `--tag=package-resources-2018-05 --python` is specified on the command line.
Expand Down Expand Up @@ -591,6 +620,17 @@ python:
output-folder: $(python-sdks-folder)/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01
```

### Tag: package-subscriptions-2018-06 and python

These settings apply only when `--tag=package-subscriptions-2018-06 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-subscriptions-2018-06' && $(python)
python:
namespace: azure.mgmt.resource.subscriptions.v2018_06_01
output-folder: $(python-sdks-folder)/azure-mgmt-resource/azure/mgmt/resource/subscriptions/v2018_06_01
```

### Tag: package-subscriptions-2016-06 and python

These settings apply only when `--tag=package-subscriptions-2016-06 --python` is specified on the command line.
Expand Down Expand Up @@ -631,8 +671,10 @@ batch:
- tag: package-policy-2018-05
- tag: package-policy-2018-03
- tag: package-policy-2016-12
- tag: package-resources-2019-03
- tag: package-resources-2018-02
- tag: package-resources-2016-09
- tag: package-subscriptions-2018-06
- tag: package-subscriptions-2016-06
```

Expand Down Expand Up @@ -718,6 +760,19 @@ directive:
transform: $['x-ms-client-name'] = 'scopeProperty'
```

### Tag: package-resources-2019-03 and java

These settings apply only when `--tag=package-resources-2019-03 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.

``` yaml $(tag) == 'package-resources-2019-03' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.resources.v2019_03_01
output-folder: $(azure-libraries-for-java-folder)/resources/resource-manager/v2019_03_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-resources-2018-02 and java

These settings apply only when `--tag=package-resources-2018-02 --java` is specified on the command line.
Expand All @@ -744,6 +799,19 @@ regenerate-manager: true
generate-interface: true
```

### Tag: package-subscriptions-2018-06 and java

These settings apply only when `--tag=package-subscriptions-2018-06--java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.

``` yaml $(tag) == 'package-subscriptions-2018-06' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.resources.v2018_06_01
output-folder: $(azure-libraries-for-java-folder)/resources/resource-manager/v2018_06_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-subscriptions-2016-06 and java

These settings apply only when `--tag=package-subscriptions-2016-06--java` is specified on the command line.
Expand Down
22 changes: 22 additions & 0 deletions specification/resources/resource-manager/readme.ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,21 @@ package-name: azure_mgmt_subscriptions
package-version: "0.16.0"
azure-arm: true
batch:
- tag: package-subscriptions-2018-06
- tag: package-subscriptions-2016-06
- tag: package-subscriptions-2015-11
```

### Tag: package-subscriptions-2018-06 and ruby

These settings apply only when `--tag=package-subscriptions-2018-06 --ruby` is specified on the command line.
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.

``` yaml $(tag) == 'package-subscriptions-2018-06' && $(ruby)
namespace: "Azure::Subscriptions::Mgmt::V2018_06_01"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_subscriptions/lib
```

### Tag: package-subscriptions-2016-06 and ruby

These settings apply only when `--tag=package-subscriptions-2016-06 --ruby` is specified on the command line.
Expand Down Expand Up @@ -202,12 +213,23 @@ package-name: azure_mgmt_resources
package-version: "0.16.0"
azure-arm: true
batch:
- tag: package-resources-2019-03
- tag: package-resources-2017-05
- tag: package-resources-2016-09
- tag: package-resources-2016-07
- tag: package-resources-2016-02
```

### Tag: package-resources-2019-03 and ruby

These settings apply only when `--tag=package-resources-2019-03 --ruby` is specified on the command line.
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.

``` yaml $(tag) == 'package-resources-2019-03' && $(ruby)
namespace: "Azure::Resources::Mgmt::V2019_03_10"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_resources/lib
```

### Tag: package-resources-2017-05 and ruby

These settings apply only when `--tag=package-resources-2017-05 --ruby` is specified on the command line.
Expand Down

0 comments on commit 358cc2f

Please sign in to comment.