From 745c8619fb372605e5e651b6ba3fa65b52f94c02 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 20 Jan 2023 00:13:49 +0000 Subject: [PATCH] CodeGen from PR 22241 in Azure/azure-rest-api-specs [Hub Generated] Publish private branch 'jiwang6/workflow-api' (#22241) * Add purview workflow api. * Fix prettier check errors * Fix workflow tag * Fix spell check error * Fix linter error * Fix spell error and remove redundant example * Remove readme.md * Fix linter warning * Add reassign workflow request API * Add nextLink in example file * Fix spell error * Fix example value * fix opertaion id * Fix some issue * Fix reassign task request operationId * Fix azure_auth scope * Re-organize workflow API * Add enum option for some parameters * Fix enum option for some parameters * Rename request type filter * Add description for top level resource schema * Add description for top level resource schema * Add RequestEventPayloadWebRequest multiple sub models * Rename and change the model of some properties * Update workflow swagger * Update workflow swagger for SDK board review * Update workflow app model * Remove list/get/cancel userrequest api * lint error fix * Fix lint error * Fix small swagger issue * fix small swagger issue * Add unknow words * fix small swagger issue * Fix small swagger issue * Fix some properties * Fix swagger Co-authored-by: Jing Wang --- sdk/purview/Azure.Analytics.Purview.Catalog/src/autorest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/purview/Azure.Analytics.Purview.Catalog/src/autorest.md b/sdk/purview/Azure.Analytics.Purview.Catalog/src/autorest.md index 77f2f0c5b7daa..75916e7bcf0a3 100644 --- a/sdk/purview/Azure.Analytics.Purview.Catalog/src/autorest.md +++ b/sdk/purview/Azure.Analytics.Purview.Catalog/src/autorest.md @@ -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 @@ -81,3 +80,4 @@ directive: transform: > $.operationId = $.operationId.replace("_List", "_Get"); ``` +