purviewcli
purviewcli copied to clipboard
Microsoft Purview CLI
%env PURVIEW_NAME=your_PURVIEW_NAME %env AZURE_CLIENT_ID=your_CLIENT_ID %env AZURE_TENANT_ID=your_TENANT_ID %env AZURE_CLIENT_SECRET=your_CLIENT_SECRET I've provided the account information as shown above. Then, I tried to createTermsExport command as below !pv glossary createTermsExport --glossaryGuid=your_glossary_guid --termGuid=your_term_guid I...
Payload bug for calling **POST atlas/v2/entity/guid/{guid}/businessmetadata** The cli tool will call the service API with the following wrong payload ``` { "entity": { "businessAttributes": { "businessMetadataGroupExample": { "businessMetadataAttributeExample1": [ "1"...
Can you add support for Azure Gov https://management.usgovcloudapi.net needs to be added for Azure Gov Regions. Thanks in advance