From 2fb2c4398d9f4711c7d813265f056feaf120a916 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 2 Sep 2022 22:57:55 +0000 Subject: [PATCH] CodeGen from PR 20575 in Azure/azure-rest-api-specs Merge ccb578d12bc412df55e93806848f8a0205290ae1 into d7c9be23749467be1aea18f02ba2f4948a39db6a --- 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 +```