Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java mgmt, mitigate machine learning services 2024-04 breaking change #30280

Merged
merged 1 commit into from
Aug 22, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,27 @@ These settings apply only when `--java` is specified on the command line.

``` yaml $(java)
service-name: Machine Learning
title: Azure Machine Learning Workspaces
resource-collection-associations:
- resource: ComponentContainer
collection: ComponentContainers
- resource: DataContainer
collection: DataContainers
- resource: EnvironmentContainer
collection: EnvironmentContainers
- resource: ModelContainer
collection: ModelContainers
- resource: CodeContainer
collection: CodeContainers
- resource: CodeVersion
collection: CodeVersions
- resource: ComponentVersion
collection: ComponentVersions
- resource: DataVersionBase
collection: DataVersions
- resource: EnvironmentVersion
collection: EnvironmentVersions
- resource: ModelVersion
collection: ModelVersions
remove-inner: WorkspaceUpdateParameters
```