Skip to content

Commit

Permalink
LLC, purview, use batch in single readme (Azure#26666)
Browse files Browse the repository at this point in the history
* llc, purview, use batch in readme

* add artifact-id
  • Loading branch information
weidongxu-microsoft authored Feb 9, 2022
1 parent 2c255c1 commit 7b69f6d
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 36 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Generate autorest code

``` yaml
batch:
- package-metadata: true
- package-account: true
```
``` yaml $(package-metadata)
input-file:
- 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

java: true
output-folder: ../
namespace: com.azure.analytics.purview.administration
license-header: MICROSOFT_MIT_SMALL
low-level-client: true
credential-types: tokencredential
credential-scopes: https://purview.azure.net/.default
generate-samples: true
title: PurviewMetadataClient
service-name: PurviewMetadata
artifact-id: azure-analytics-purview-administration
service-versions:
- 2021-07-01-preview
```
``` yaml $(package-account)
input-file:
- 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

java: true
output-folder: ../
namespace: com.azure.analytics.purview.administration
license-header: MICROSOFT_MIT_SMALL
low-level-client: true
credential-types: tokencredential
credential-scopes: https://purview.azure.net/.default
generate-samples: true
title: PurviewAccountClient
artifact-id: azure-analytics-purview-administration
service-name: PurviewAccount
service-versions:
- 2019-11-01-preview
```
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ low-level-client: true
credential-types: tokencredential
credential-scopes: https://purview.azure.net/.default
title: PurviewCatalogClient
artifact-id: azure-analytics-purview-catalog
service-name: PurviewCatalog
service-versions:
- 2021-05-01-preview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ low-level-client: true
credential-types: tokencredential
credential-scopes: https://purview.azure.net/.default
title: PurviewScanningClient
artifact-id: azure-analytics-purview-scanning
service-name: PurviewScanning
service-versions:
- 2018-12-01-preview
Expand Down

0 comments on commit 7b69f6d

Please sign in to comment.