From 6fced2b40ca0da6fe48c1036c35164211f01ea5d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 22 Apr 2022 04:12:58 +0000 Subject: [PATCH] CodeGen from PR 18771 in Azure/azure-rest-api-specs Enable azure-powershell CI for all management RPs (#18771) * Enable azure-powershell for all manage RPs * Change integrationRepository to Azure/azure-powershell-pr * Change azure-powershell in api-spec repo * Change azure-powershell in api-spec repo * Remove azure-powershell from some deprecated RPs Co-authored-by: v-yuzhichen@microsoft.com --- swaggerci/dataprotection/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 swaggerci/dataprotection/readme.md diff --git a/swaggerci/dataprotection/readme.md b/swaggerci/dataprotection/readme.md new file mode 100644 index 000000000000..89dd9b608785 --- /dev/null +++ b/swaggerci/dataprotection/readme.md @@ -0,0 +1,10 @@ +### AutoRest Configuration +> see https://aka.ms/autorest + +``` yaml +require: + - $(this-folder)/../../tools/SwaggerCI/readme.azure.noprofile.md + - $(this-folder)/../../../azure-rest-api-specs/specification/dataprotection/resource-manager/readme.md +try-require: + - $(this-folder)/../../../azure-rest-api-specs/specification/dataprotection/resource-manager/readme.powershell.md +```