Skip to content

Commit 7b69f6d

Browse files
LLC, purview, use batch in single readme (Azure#26666)
* llc, purview, use batch in readme * add artifact-id
1 parent 2c255c1 commit 7b69f6d

File tree

5 files changed

+47
-36
lines changed

5 files changed

+47
-36
lines changed

sdk/purview/azure-analytics-purview-administration/swagger/README_ACCOUNT.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

sdk/purview/azure-analytics-purview-administration/swagger/README_METADATA.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
```

sdk/purview/azure-analytics-purview-catalog/swagger/README.md renamed to sdk/purview/azure-analytics-purview-catalog/swagger/README_SPEC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ low-level-client: true
1111
credential-types: tokencredential
1212
credential-scopes: https://purview.azure.net/.default
1313
title: PurviewCatalogClient
14+
artifact-id: azure-analytics-purview-catalog
1415
service-name: PurviewCatalog
1516
service-versions:
1617
- 2021-05-01-preview

sdk/purview/azure-analytics-purview-scanning/swagger/README.md renamed to sdk/purview/azure-analytics-purview-scanning/swagger/README_SPEC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ low-level-client: true
1111
credential-types: tokencredential
1212
credential-scopes: https://purview.azure.net/.default
1313
title: PurviewScanningClient
14+
artifact-id: azure-analytics-purview-scanning
1415
service-name: PurviewScanning
1516
service-versions:
1617
- 2018-12-01-preview

0 commit comments

Comments
 (0)