Skip to content

Commit

Permalink
CodeGen from PR 28191 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 6359f9b223f1e027e22aa65ea08d08e08473f5af into 241c4f0422d842f459baf7430c9f017b7c1531fd
  • Loading branch information
SDKAuto committed Apr 30, 2024
1 parent a0a50e0 commit 43865ea
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
5 changes: 4 additions & 1 deletion sdk/purview/Azure.Analytics.Purview.Account/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Run `dotnet build /t:GenerateCode` to generate code.

```yaml
title: PurviewAccount
input-file: https://github.com/Azure/azure-rest-api-specs/blob/b2bddfe2e59b5b14e559e0433b6e6d057bcff95d/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json
require:
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/purview/data-plane/readme.md

namespace: Azure.Analytics.Purview.Account
security: AADToken
security-scopes: https://purview.azure.net/.default
Expand Down Expand Up @@ -57,3 +59,4 @@ directive:
$.operationId = (mappingTable[$.operationId] ?? $.operationId);
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Run `dotnet build /t:GenerateCode` to generate code.

```yaml
title: PurviewAdministration
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/0ebd4949e8e1cd9537ca5a07384c7661162cc7a6/specification/purview/data-plane/Azure.Analytics.Purview.Account/preview/2019-11-01-preview/account.json
- https://github.com/Azure/azure-rest-api-specs/blob/0ebd4949e8e1cd9537ca5a07384c7661162cc7a6/specification/purview/data-plane/Azure.Analytics.Purview.MetadataPolicies/preview/2021-07-01-preview/purviewMetadataPolicy.json
require:
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/purview/data-plane/readme.md
namespace: Azure.Analytics.Purview.Administration
modelerfour:
lenient-model-deduplication: true
Expand Down Expand Up @@ -83,3 +82,4 @@ directive:
$.operationId = "Purview" + $.operationId;
}
```

6 changes: 3 additions & 3 deletions sdk/purview/Azure.Analytics.Purview.Catalog/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Run `dotnet build /t:GenerateCode` to generate code.

```yaml
title: PurviewCatalog
input-file:

- https://github.com/Azure/azure-rest-api-specs/blob/ccbe894f6b012ca2000184307ed453fd68797b86/specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2022-03-01-preview/purviewcatalog.json
require:
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/purview/data-plane/readme.md


namespace: Azure.Analytics.Purview.Catalog
Expand Down Expand Up @@ -81,3 +80,4 @@ directive:
transform: >
$.operationId = $.operationId.replace("_List", "_Get");
```

5 changes: 4 additions & 1 deletion sdk/purview/Azure.Analytics.Purview.Scanning/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Run `dotnet build /t:GenerateCode` to generate code.

```yaml
title: PurviewScanningService
input-file: https://github.com/Azure/azure-rest-api-specs/blob/1c7df99f6a84335cfd7bf5be8c800d72c1dddbc2/specification/purview/data-plane/Azure.Analytics.Purview.Scanning/preview/2018-12-01-preview/scanningService.json
require:
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/purview/data-plane/readme.md

namespace: Azure.Analytics.Purview.Scanning
security: AADToken
security-scopes: https://purview.azure.net/.default
Expand Down Expand Up @@ -115,3 +117,4 @@ directive:
$.operationId = (mappingTable[$.operationId] ?? $.operationId);
```
5 changes: 3 additions & 2 deletions sdk/purview/Azure.Analytics.Purview.Sharing/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Run `dotnet build /t:GenerateCode` to generate code.
> see https://aka.ms/autorest
``` yaml
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/40a953243ea428918de6e63758e853b7a24aa59a/specification/purview/data-plane/Azure.Analytics.Purview.Share/preview/2023-05-30-preview/share.json
require:
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/purview/data-plane/readme.md
namespace: Azure.Analytics.Purview.Sharing
```
Expand Down Expand Up @@ -60,3 +60,4 @@ directive:
from: ShareResources_List
to: ShareResources_GetAllShareResources
```
5 changes: 3 additions & 2 deletions sdk/purview/Azure.Analytics.Purview.Workflows/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Run `dotnet build /t:GenerateCode` to generate code.
> see https://aka.ms/autorest
``` yaml
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/afa158ef56a05f6603924f4a493817cec332b113/specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2023-10-01-preview/purviewWorkflow.json
require:
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/purview/data-plane/readme.md
security: AADToken
security-scopes: https://purview.azure.net/.default

Expand All @@ -20,3 +20,4 @@ security-scopes: https://purview.azure.net/.default

0 comments on commit 43865ea

Please sign in to comment.