Skip to content

Commit 0b8ad36

Browse files
author
Alan Feng
authored
Added and modified readme files for autorest.az to use for codegen (#14856)
* added and modified readme files for autorest.az * removed autogen command groups * addressed PR comments
1 parent 83c0c48 commit 0b8ad36

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## AZ
2+
3+
These settings apply only when `--az` is specified on the command line.
4+
5+
``` yaml $(az) && $(target-mode) == 'core'
6+
tag: package-preview-2021-01
7+
az:
8+
extensions: apim
9+
namespace: azure.mgmt.apimanagement
10+
package-name: azure-mgmt-apimanagement
11+
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/apim
12+
python-sdk-output-folder: $(az-output-folder)/vendored_sdks/apimanagement
13+
cli:
14+
cli-directive:
15+
- where:
16+
group: "*"
17+
op: "*"
18+
hidden: true
19+
```
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
``` yaml
2+
# add any configuration here for all CLI languages
3+
# refer to the faq.md for more details
4+
```

specification/apimanagement/resource-manager/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,9 @@ See configuration in [readme.go.md](./readme.go.md)
516516

517517
See configuration in [readme.java.md](./readme.java.md)
518518

519+
## AZ
519520

521+
See configuration in [readme.az.md](./readme.az.md)
520522

521523
## Suppression
522524

@@ -606,4 +608,4 @@ directive:
606608
- suppress: R4009
607609
from: apimnotifications.json
608610
reason: Warning raised to error while PR was being reviewed. SystemData will implement in next preview version.
609-
```
611+
```

0 commit comments

Comments
 (0)