File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
specification/apimanagement/resource-manager Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 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+ ` ` `
Original file line number Diff line number Diff line change 1+ ``` yaml
2+ # add any configuration here for all CLI languages
3+ # refer to the faq.md for more details
4+ ```
Original file line number Diff line number Diff line change @@ -516,7 +516,9 @@ See configuration in [readme.go.md](./readme.go.md)
516516
517517See 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+ ` ` `
You can’t perform that action at this time.
0 commit comments