File tree Expand file tree Collapse file tree 5 files changed +47
-36
lines changed
azure-analytics-purview-administration/swagger
azure-analytics-purview-catalog/swagger
azure-analytics-purview-scanning/swagger Expand file tree Collapse file tree 5 files changed +47
-36
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## Generate autorest code
2+
3+ ``` yaml
4+ batch :
5+ - package-metadata : true
6+ - package-account : true
7+ ` ` `
8+
9+ ` ` ` yaml $(package-metadata)
10+ input-file :
11+ - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/purview/data-plane/Azure.Analytics.Purview.MetadataPolicies/preview/2021-07-01-preview/purviewMetadataPolicy.json
12+
13+ java : true
14+ output-folder : ../
15+ namespace : com.azure.analytics.purview.administration
16+ license-header : MICROSOFT_MIT_SMALL
17+ low-level-client : true
18+ credential-types : tokencredential
19+ credential-scopes : https://purview.azure.net/.default
20+ generate-samples : true
21+ title : PurviewMetadataClient
22+ service-name : PurviewMetadata
23+ artifact-id : azure-analytics-purview-administration
24+ service-versions :
25+ - 2021-07-01-preview
26+ ` ` `
27+
28+ ` ` ` yaml $(package-account)
29+ input-file :
30+ - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json
31+
32+ java : true
33+ output-folder : ../
34+ namespace : com.azure.analytics.purview.administration
35+ license-header : MICROSOFT_MIT_SMALL
36+ low-level-client : true
37+ credential-types : tokencredential
38+ credential-scopes : https://purview.azure.net/.default
39+ generate-samples : true
40+ title : PurviewAccountClient
41+ artifact-id : azure-analytics-purview-administration
42+ service-name : PurviewAccount
43+ service-versions :
44+ - 2019-11-01-preview
45+ ` ` `
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ low-level-client: true
1111credential-types : tokencredential
1212credential-scopes : https://purview.azure.net/.default
1313title : PurviewCatalogClient
14+ artifact-id : azure-analytics-purview-catalog
1415service-name : PurviewCatalog
1516service-versions :
1617 - 2021-05-01-preview
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ low-level-client: true
1111credential-types : tokencredential
1212credential-scopes : https://purview.azure.net/.default
1313title : PurviewScanningClient
14+ artifact-id : azure-analytics-purview-scanning
1415service-name : PurviewScanning
1516service-versions :
1617 - 2018-12-01-preview
You can’t perform that action at this time.
0 commit comments