Skip to content

Commit c06ad5d

Browse files
authored
fix java readme (#11695)
1 parent 20283a1 commit c06ad5d

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

specification/attestation/resource-manager/readme.java.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
55

66
``` yaml $(java)
77
azure-arm: true
8+
fluent: true
89
namespace: com.microsoft.azure.management.attestation
910
license-header: MICROSOFT_MIT_NO_CODEGEN
1011
payload-flattening-threshold: 1
@@ -15,28 +16,18 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-attestation
1516
1617
```yaml $(java) && $(multiapi)
1718
batch:
18-
- tag: profile-2020-10-01
19+
- tag: package-2020-10-01
1920
```
2021
21-
### Tag: profile-2020-09-01 and java
22+
### Tag: package-2020-10-01 and java
2223
23-
These settings apply only when `--tag=profile-2020-10-01 --java` is specified on the command line.
24+
These settings apply only when `--tag=package-2020-10-01 --java` is specified on the command line.
2425
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
2526

26-
``` yaml $(tag) == 'profile--2020-10-01' && $(java) && $(multiapi)
27+
``` yaml $(tag) == 'package-2020-10-01' && $(java) && $(multiapi)
2728
java:
28-
namespace: com.microsoft.azure.management.attestation.v2019_09_01
29+
namespace: com.microsoft.azure.management.attestation.v2020_10_01
2930
output-folder: $(azure-libraries-for-java-folder)/sdk/attestation/mgmt-v2020_10_01
3031
regenerate-manager: true
3132
generate-interface: true
3233
```
33-
34-
### Tag: profile-2020-10-01
35-
36-
These settings apply only when `--tag=profile-2020-10-01` is specified on the command line.
37-
Creating this tag to pick proper resources from the hybrid profile.
38-
39-
``` yaml $(tag) == 'profile-20-10-01'
40-
input-file:
41-
- Microsoft.Attestation/stable/2020-10-01/attestation.json
42-
```

specification/eventgrid/data-plane/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
118118

119119
``` yaml $(java)
120120
azure-arm: true
121+
fluent: true
121122
namespace: com.microsoft.azure.eventgrid
122123
license-header: MICROSOFT_MIT_NO_CODEGEN
123124
payload-flattening-threshold: 1

specification/keyvault/resource-manager/readme.java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
55

66
``` yaml $(java)
77
azure-arm: true
8+
fluent: true
89
namespace: com.microsoft.azure.management.keyvault
910
license-header: MICROSOFT_MIT_NO_CODEGEN
1011
payload-flattening-threshold: 1

specification/vmware/resource-manager/readme.java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
55

66
``` yaml $(java)
77
azure-arm: true
8+
fluent: true
89
namespace: com.microsoft.azure.management.avs
910
override-client-name: AvsClient
1011
license-header: MICROSOFT_MIT_NO_CODEGEN

0 commit comments

Comments
 (0)