From af71f30dfd86ad208eb71db036b8d4af5e19c3fd Mon Sep 17 00:00:00 2001 From: songlu <37168047+PARADISSEEKR@users.noreply.github.com> Date: Fri, 3 Sep 2021 11:09:59 +0800 Subject: [PATCH] generated purview (#15896) --- .../purview/resource-manager/readme.az.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 specification/purview/resource-manager/readme.az.md diff --git a/specification/purview/resource-manager/readme.az.md b/specification/purview/resource-manager/readme.az.md new file mode 100644 index 000000000000..0dd767d4af6c --- /dev/null +++ b/specification/purview/resource-manager/readme.az.md @@ -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 +```