forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 4
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 32279 in Azure/azure-rest-api-specs
Merge 3b9c6ddc1cbe4694082b8675bd46e8c6f53cbcb5 into d8322344919f53f162e90fab01eb324b0c2eab30
- Loading branch information
SDKAuto
committed
Jan 22, 2025
1 parent
bd6445f
commit 377b96e
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 | ||
``` |