forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 31135 in Azure/azure-rest-api-specs
Merge 7e50bf88cb50b3192912230e27ef9c1b29639c2b into 4a10268338c5edaacf2134a85a8e7d8a485451b2
- Loading branch information
SDKAuto
committed
Oct 21, 2024
1 parent
4ad1ac1
commit 751a73a
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/machinelearningservices/resource-manager/readme.md | ||
try-require: | ||
- $(this-folder)/../../../azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.powershell.md | ||
``` |