Skip to content

Commit

Permalink
Fix config for Java SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
romahamu committed Apr 21, 2020
1 parent 3e19c54 commit b98b9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/storagecache/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Please also specify the `--azure-libraries-for-java-folder=<path to the root dir

``` yaml $(tag) == 'package-2020-03-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.storagecache.v2020-03-01
output-folder: $(azure-libraries-for-java-folder)/sdk/storagecache/mgmt-v2020-03-01
namespace: com.microsoft.azure.management.storagecache.v2020_03_01
output-folder: $(azure-libraries-for-java-folder)/sdk/storagecache/mgmt-v2020_03_01
regenerate-manager: true
generate-interface: true
```
Expand Down

0 comments on commit b98b9fb

Please sign in to comment.