Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
CodeGen from PR 30112 in Azure/azure-rest-api-specs
Merge 28ebceadb670d9869cc686ae0ab1097affb24392 into 283930d97b13b4ef347a366035fcb8e9c6892f25
  • Loading branch information
SDKAuto committed Oct 25, 2024
commit 7b60de0810406c36e73335eacb16a7eea6e7dd8f
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ For information on how to develop for `Az.MachineLearningServices`, see [how-to.
``` yaml
commit: d4782cf23e78d441b42d06defad8116fc85d8459
require:
- $(this-folder)/../../readme.azure.noprofile.md
- $(repo)/specification/machinelearningservices/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-powershell/tools/SwaggerCI/readme.azure.noprofile.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.md
# input-file:
# - $(repo)/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/machineLearningServices.json
# - $(repo)/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/mfe.json
# - $(repo)/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/workspaceFeatures.json
# - $(repo)/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/registries.json
# - /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/machineLearningServices.json
# - /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/mfe.json
# - /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/workspaceFeatures.json
# - /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/registries.json

subject-prefix: MLWorkspace
title: MachineLearningServices
Expand Down Expand Up @@ -631,3 +631,4 @@ directive:
# - ServicePrincipalAuthTypeWorkspaceConnectionProperties
# - UsernamePasswordAuthTypeWorkspaceConnectionProperties
```

10 changes: 10 additions & 0 deletions swaggerci/machinelearningservices.DefaultTag/readme.md
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
```