Skip to content

Commit

Permalink
Updated Readme.md file (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdmr authored and hovsepm committed Jun 27, 2018
1 parent 1cfcde1 commit 77a14fd
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions specification/automation/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ input-file:
- Microsoft.Automation/stable/2015-10-31/schedule.json
- Microsoft.Automation/stable/2015-10-31/variable.json
- Microsoft.Automation/stable/2015-10-31/webhook.json
- Microsoft.Automation/stable/2015-10-31/watcher.json
- Microsoft.Automation/preview/2017-05-15-preview/softwareUpdateConfiguration.json
- Microsoft.Automation/preview/2017-05-15-preview/softwareUpdateConfigurationRun.json
- Microsoft.Automation/preview/2017-05-15-preview/softwareUpdateConfigurationMachineRun.json
Expand All @@ -120,7 +121,7 @@ input-file:
- Microsoft.Automation/stable/2018-01-15/dscNode.json
- Microsoft.Automation/stable/2018-01-15/dscCompilationJob.json
- Microsoft.Automation/stable/2018-01-15/dscNodeConfiguration.json
- Microsoft.Automation/stable/2015-10-31/watcher.json
- Microsoft.Automation/stable/2018-01-15/dscNodeCounts.json
```

---
Expand Down Expand Up @@ -259,25 +260,25 @@ license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-automation
```

### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2015-10
```

### Tag: package-2015-10 and java

These settings apply only when `--tag=package-2015-10 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2015-10' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.automation.v2015_10_31
output-folder: $(azure-libraries-for-java-folder)/automation/resource-manager/v2015_10_31
regenerate-manager: true
generate-interface: true
```



### Java multi-api

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2015-10
```

### Tag: package-2015-10 and java

These settings apply only when `--tag=package-2015-10 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2015-10' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.automation.v2015_10_31
output-folder: $(azure-libraries-for-java-folder)/automation/resource-manager/v2015_10_31
regenerate-manager: true
generate-interface: true
```


0 comments on commit 77a14fd

Please sign in to comment.