@@ -5,6 +5,7 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
55
66``` yaml $(java)
77azure-arm : true
8+ fluent : true
89namespace : com.microsoft.azure.management.attestation
910license-header : MICROSOFT_MIT_NO_CODEGEN
1011payload-flattening-threshold : 1
@@ -15,28 +16,18 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-attestation
1516
1617` ` ` yaml $(java) && $(multiapi)
1718batch :
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.
2425Please 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)
2728java:
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
3031regenerate-manager: true
3132generate-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- ` ` `
0 commit comments