Skip to content

Commit

Permalink
update readme.java.md (#10594)
Browse files Browse the repository at this point in the history
  • Loading branch information
xseeseesee authored Aug 28, 2020
1 parent d1425d6 commit 0b82ce3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/mariadb/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ service-name: MariaDB
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2018-06-01
- tag: package-2020-01-01
```
### Tag: package-2018-06-01 and java
Expand All @@ -32,3 +33,16 @@ java:
regenerate-manager: true
generate-interface: true
```

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

These settings apply only when `--tag=package-2020-01-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) == 'package-2020-01-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.mariadb.v2020_01_01
output-folder: $(azure-libraries-for-java-folder)/sdk/mariadb/mgmt-v2020_01_01
regenerate-manager: true
generate-interface: true
```

0 comments on commit 0b82ce3

Please sign in to comment.