Skip to content

Commit

Permalink
Fixing operation name (Azure#15125)
Browse files Browse the repository at this point in the history
* Fixed operation name.

* Fixed readme.

* Fixed titles.
  • Loading branch information
paterasMSFT authored and mkarmark committed Jul 20, 2021
1 parent 4afc50d commit d84ffda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10782,7 +10782,7 @@
"x-ms-pageable": {
"nextLinkName": "odata.nextLink"
},
"operationId": "ComputeNodeExtensions_List",
"operationId": "ComputeNodeExtension_List",
"x-ms-examples": {
"List compute node extensions": {
"$ref": "./examples/ComputeNodeExtensionList.json"
Expand Down Expand Up @@ -14088,7 +14088,7 @@
},
"type": {
"type": "string",
"title": "The type of the extensions."
"title": "The type of the extension."
},
"typeHandlerVersion": {
"type": "string",
Expand Down Expand Up @@ -14202,11 +14202,11 @@
},
"vmExtension": {
"$ref": "#/definitions/VMExtension",
"title": "The name of the extension handler publisher."
"title": "The virtual machine extension"
},
"instanceView": {
"$ref": "#/definitions/VMExtensionInstanceView",
"title": "The type of the extensions."
"title": "The vm extension instance view."
}
},
"title": "The configuration for virtual machine extension instance view."
Expand Down
20 changes: 10 additions & 10 deletions specification/batch/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ To see additional help and options, run:
These are the global settings for the Batch API.

``` yaml
title: BatchServiceClient
openapi-type: data-plane
tag: package-2021-06.14.0
```
Expand Down Expand Up @@ -371,30 +372,29 @@ See configuration in [readme.go.md](./readme.go.md)
## Java

These settings apply only when `--java` is specified on the command line.
Please also specify `--node-sdks-folder=<path to root folder of your azure-batch-sdk-for-java clone>`.
Please also specify `--java-sdks-folder=<path to root folder of your azure-sdk-for-java repo>`.

``` yaml $(java)
nodejs:
``` yaml $(java) && $(openapi-type) == 'management-plane'
java:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: com.microsoft.azure.batch.protocol
output-folder: $(node-sdks-folder)/src/main/java
namespace: com.microsoft.azure.batch
output-folder: $(java-sdks-folder)/sdk/batch/azure-resourcemanager-batch
payload-flattening-threshold: 1
generate-license-txt: true
clear-output-folder: true
```

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

``` yaml $(java)
``` yaml $(java) && $(openapi-type) == 'data-plane'
java:
azure-arm: true
fluent: true
namespace: com.microsoft.azure.batch
namespace: com.microsoft.azure.batch.protocol
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-batch
output-folder: $(java-sdks-folder)/sdk/batch/microsoft-azure-batch
```

## Multi-API/Profile support for AutoRest v3 generators
Expand Down

0 comments on commit d84ffda

Please sign in to comment.