Skip to content

Commit

Permalink
fix java readme (Azure#11695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenTanyi authored and giromm2ms committed Dec 20, 2020
1 parent ae73092 commit 0375338
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
21 changes: 6 additions & 15 deletions specification/attestation/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo

``` yaml $(java)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.attestation
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
Expand All @@ -15,28 +16,18 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-attestation
```yaml $(java) && $(multiapi)
batch:
- tag: profile-2020-10-01
- tag: package-2020-10-01
```
### Tag: profile-2020-09-01 and java
### Tag: package-2020-10-01 and java
These settings apply only when `--tag=profile-2020-10-01 --java` is specified on the command line.
These settings apply only when `--tag=package-2020-10-01 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'profile--2020-10-01' && $(java) && $(multiapi)
``` yaml $(tag) == 'package-2020-10-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.attestation.v2019_09_01
namespace: com.microsoft.azure.management.attestation.v2020_10_01
output-folder: $(azure-libraries-for-java-folder)/sdk/attestation/mgmt-v2020_10_01
regenerate-manager: true
generate-interface: true
```

### Tag: profile-2020-10-01

These settings apply only when `--tag=profile-2020-10-01` is specified on the command line.
Creating this tag to pick proper resources from the hybrid profile.

``` yaml $(tag) == 'profile-20-10-01'
input-file:
- Microsoft.Attestation/stable/2020-10-01/attestation.json
```
1 change: 1 addition & 0 deletions specification/eventgrid/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo

``` yaml $(java)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.eventgrid
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
Expand Down
1 change: 1 addition & 0 deletions specification/keyvault/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo

``` yaml $(java)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.keyvault
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
Expand Down
1 change: 1 addition & 0 deletions specification/vmware/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo

``` yaml $(java)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.avs
override-client-name: AvsClient
license-header: MICROSOFT_MIT_NO_CODEGEN
Expand Down

0 comments on commit 0375338

Please sign in to comment.