Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
02816de
Fix ASE instance metrics url
jianghaolu Apr 24, 2018
ce17266
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
jianghaolu May 14, 2018
1d0dd98
Add java multi-api sections in select readme files
jianghaolu May 18, 2018
6a0bc9e
Merge branch 'master' of github.com:Azure/azure-rest-api-specs into j…
jianghaolu May 18, 2018
863ab9e
Add java multi api to network (temporary)
jianghaolu May 18, 2018
e04a348
Add Java multi api to resources
jianghaolu May 21, 2018
a7b4e92
Fix readme for Java in media
jianghaolu May 22, 2018
1052f0a
Add web app multiapi
jianghaolu May 25, 2018
4c99017
Merge branch 'master' of github.com:Azure/azure-rest-api-specs into j…
jianghaolu May 25, 2018
27e4e7a
Add multi api for web app and network
jianghaolu May 25, 2018
ca654c2
sync with master (#3153)
anuchandy May 30, 2018
e054d17
Adding storage 2018-03-01-preview to java multi-api section (#3155)
anuchandy May 30, 2018
6355238
readme for resource,keyvault,web
jianghaolu May 31, 2018
9634428
Merge branch 'javamultiapi' of github.com:Azure/azure-rest-api-specs …
jianghaolu May 31, 2018
0060700
Fix keyvault namespace
jianghaolu May 31, 2018
bf0d454
Fix keyvault,dns, add storage 2016-01-01
jianghaolu Jun 1, 2018
176155b
Merge branch 'master' of github.com:Azure/azure-rest-api-specs into j…
jianghaolu Jun 1, 2018
2195942
Fix web and storage multi api config
jianghaolu Jun 1, 2018
16c9d8b
Merge branch 'master' of github.com:Azure/azure-rest-api-specs into j…
jianghaolu Jun 1, 2018
299a282
Add java multi api for authorization, iotcentral, keyvault, resources
jianghaolu Jun 5, 2018
1b77985
Merge branch 'master' of github.com:Azure/azure-rest-api-specs into j…
jianghaolu Jun 5, 2018
7b5f9dd
Add policyinsights and fconfig to resources
jianghaolu Jun 5, 2018
f3928df
Fix web app output path
jianghaolu Jun 6, 2018
d978863
Multiapibatch (#3205)
jianghaolu Jun 9, 2018
8f60e3e
Use azure-sdk-for-java repo
jianghaolu Jun 9, 2018
829b301
Fix typo in batch readme
jianghaolu Jun 9, 2018
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
Prev Previous commit
Next Next commit
Use azure-sdk-for-java repo
  • Loading branch information
jianghaolu committed Jun 9, 2018
commit 8f60e3eae49ebfcb3a58a7dd7878d4124e3bb5d7
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
```
Expand Down
102 changes: 51 additions & 51 deletions specification/advisor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
```
Expand Down Expand Up @@ -166,53 +166,53 @@ license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-advisor
```

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2017-03
- tag: package-2017-04
- tag: package-2016-07-preview
```

### Tag: package-2017-03 and java

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

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

### Tag: package-2017-04 and java

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

``` yaml $(tag) == 'package-2017-04' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.advisor.v2017_04_19
output-folder: $(azure-libraries-for-java-folder)/advisor/resource-manager/v2017_04_19
regenerate-manager: true
generate-interface: true
```

### Tag: package-2016-07-preview and java

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

``` yaml $(tag) == 'package-2016-07-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.advisor.v2016_07_12_preview
output-folder: $(azure-libraries-for-java-folder)/advisor/resource-manager/v2016_07_12_preview
regenerate-manager: true
generate-interface: true
```


### Java multi-api
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2017-03
- tag: package-2017-04
- tag: package-2016-07-preview
```
### Tag: package-2017-03 and java
These settings apply only when `--tag=package-2017-03 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
``` yaml $(tag) == 'package-2017-03' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.advisor.v2017_03_31
output-folder: $(azure-libraries-for-java-folder)/advisor/resource-manager/v2017_03_31
regenerate-manager: true
generate-interface: true
```
### Tag: package-2017-04 and java
These settings apply only when `--tag=package-2017-04 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
``` yaml $(tag) == 'package-2017-04' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.advisor.v2017_04_19
output-folder: $(azure-libraries-for-java-folder)/advisor/resource-manager/v2017_04_19
regenerate-manager: true
generate-interface: true
```
### Tag: package-2016-07-preview and java
These settings apply only when `--tag=package-2016-07-preview --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
``` yaml $(tag) == 'package-2016-07-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.advisor.v2016_07_12_preview
output-folder: $(azure-libraries-for-java-folder)/advisor/resource-manager/v2016_07_12_preview
regenerate-manager: true
generate-interface: true
```
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
```
Expand Down
2 changes: 1 addition & 1 deletion specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
Expand Down
2 changes: 1 addition & 1 deletion specification/azurestack/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
```

Expand Down
130 changes: 65 additions & 65 deletions specification/batch/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
Expand Down Expand Up @@ -212,68 +212,68 @@ namespace: com.microsoft.azure.management.batch
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-batch
``

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2015-12
- tag: package-2017-09
- tag: package-2017-01
- tag: package-2017-05
```

### Tag: package-2015-12 and java

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

``` yaml $(tag) == 'package-2015-12' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2015_12_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2015_12_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-2017-09 and java

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

``` yaml $(tag) == 'package-2017-09' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2017_09_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2017_09_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-2017-01 and java

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

``` yaml $(tag) == 'package-2017-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2017_01_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2017_01_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-2017-05 and java

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

``` yaml $(tag) == 'package-2017-05' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2017_05_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2017_05_01
regenerate-manager: true
generate-interface: true
```

``
### Java multi-api
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2015-12
- tag: package-2017-09
- tag: package-2017-01
- tag: package-2017-05
```
### Tag: package-2015-12 and java
These settings apply only when `--tag=package-2015-12 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
``` yaml $(tag) == 'package-2015-12' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2015_12_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2015_12_01
regenerate-manager: true
generate-interface: true
```
### Tag: package-2017-09 and java
These settings apply only when `--tag=package-2017-09 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
``` yaml $(tag) == 'package-2017-09' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2017_09_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2017_09_01
regenerate-manager: true
generate-interface: true
```
### Tag: package-2017-01 and java
These settings apply only when `--tag=package-2017-01 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
``` yaml $(tag) == 'package-2017-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2017_01_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2017_01_01
regenerate-manager: true
generate-interface: true
```
### Tag: package-2017-05 and java
These settings apply only when `--tag=package-2017-05 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
``` yaml $(tag) == 'package-2017-05' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.batch.v2017_05_01
output-folder: $(azure-libraries-for-java-folder)/batch/resource-manager/v2017_05_01
regenerate-manager: true
generate-interface: true
```
`
2 changes: 1 addition & 1 deletion specification/batchai/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
```
Expand Down
Loading