Skip to content

Commit

Permalink
generated purview (#15896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing-song authored Sep 3, 2021
1 parent f70ecc1 commit af71f30
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions specification/purview/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## AZ

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

``` yaml $(az)
az:
extensions: purview
namespace: azure.mgmt.purview
package-name: azure-mgmt-purview
az-output-folder: $(azure-cli-extension-folder)/src/purview
python-sdk-output-folder: "$(az-output-folder)/azext_purview/vendored_sdks/purview"
# add additional configuration here specific for Azure CLI
# refer to the faq.md for more details
```
``` yaml
cli:
cli-directive:
- where:
operationGroup: PrivateEndpointConnections
hidden: true
- where:
operationGroup: PrivateLinkResources
hidden: true
```

0 comments on commit af71f30

Please sign in to comment.