From 41720acfe21c101414bfa605f4b7800b6806684b Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 31 Jan 2023 09:08:36 +0000 Subject: [PATCH] CodeGen from PR 22350 in Azure/azure-rest-api-specs Merge 13c5f0c89fa27c5ebcf23deba83dfb9265ded141 into 630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f --- 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 +```