Skip to content

Commit

Permalink
Correcting azure-arm to be false (#13023)
Browse files Browse the repository at this point in the history
* Correcting azure-arm to be false

* Update readme.csharp.md

* Update based on comments

* Update readme.md
  • Loading branch information
bquantump authored Feb 19, 2021
1 parent dd9bdfc commit 838ba7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion specification/imds/data-plane/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the AutoRest configuration file for IMDS.

``` yaml $(csharp)
csharp:
azure-arm: true
azure-arm: false
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
```
Expand Down
14 changes: 1 addition & 13 deletions specification/imds/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ These are the global settings for the Instance Metadata Service API.

``` yaml
openapi-type: data-plane
azure-arm: true
azure-arm: false
tag: package-2019-02-01
output-folder: ./Generated
```
### Tag: package-2018-10-01
Expand Down Expand Up @@ -288,17 +287,6 @@ input-file:
---
# Code Generation

## C#

These settings apply only when `--csharp` is specified on the command line.

``` yaml $(csharp)
csharp:
azure-arm: true
output-folder: ./Generated
clear-output-folder: true
```

## Java

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>.
Expand Down

0 comments on commit 838ba7c

Please sign in to comment.