File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
src/MachineLearningServices/MachineLearningServices.Autorest
swaggerci/machinelearningservices.DefaultTag Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ For information on how to develop for `Az.MachineLearningServices`, see [how-to.
2929``` yaml
3030commit : d4782cf23e78d441b42d06defad8116fc85d8459
3131require :
32- - $(this-folder)/../.. /readme.azure.noprofile.md
33- - $(repo) /specification/machinelearningservices/resource-manager/readme.md
32+ - /mnt/vss/_work/1/s/azure-powershell/tools/SwaggerCI /readme.azure.noprofile.md
33+ - /mnt/vss/_work/1/s/azure-rest-api-specs /specification/machinelearningservices/resource-manager/readme.md
3434# input-file:
35- # - $(repo) /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/machineLearningServices.json
36- # - $(repo) /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/mfe.json
37- # - $(repo) /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/workspaceFeatures.json
38- # - $(repo) /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/registries.json
35+ # - /mnt/vss/_work/1/s/azure-rest-api-specs /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/machineLearningServices.json
36+ # - /mnt/vss/_work/1/s/azure-rest-api-specs /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/mfe.json
37+ # - /mnt/vss/_work/1/s/azure-rest-api-specs /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/workspaceFeatures.json
38+ # - /mnt/vss/_work/1/s/azure-rest-api-specs /specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/registries.json
3939
4040subject-prefix : MLWorkspace
4141title : MachineLearningServices
@@ -631,3 +631,4 @@ directive:
631631 # - ServicePrincipalAuthTypeWorkspaceConnectionProperties
632632 # - UsernamePasswordAuthTypeWorkspaceConnectionProperties
633633```
634+
Original file line number Diff line number Diff line change 1+ ### AutoRest Configuration
2+ > see https://aka.ms/autorest
3+
4+ ``` yaml
5+ require :
6+ - $(this-folder)/../../tools/SwaggerCI/readme.azure.noprofile.md
7+ - $(this-folder)/../../../azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.md
8+ try-require :
9+ - $(this-folder)/../../../azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.powershell.md
10+ ` ` `
You can’t perform that action at this time.
0 commit comments