-
Notifications
You must be signed in to change notification settings - Fork 437
[Modules] Update ML Workspace to latest API #1359
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
cd53944
Update ML workspace API + capabilities
AlexanderSehr be87ed0
Merge branch 'main' into users/alsehr/mlwAPI
AlexanderSehr f7af257
Merge branch 'main' into users/alsehr/mlwAPI
AlexanderSehr 189ec03
Minor fixes
AlexanderSehr 487ed7e
Fixed test + fixed typo
AlexanderSehr baa7d2b
Update to latest
AlexanderSehr 43b1e85
Added min
AlexanderSehr d6d4d5c
Update to latest
AlexanderSehr b40ad8c
Update to latest
AlexanderSehr 260c037
Small fix
AlexanderSehr 9726dc9
Update to latest
AlexanderSehr 1446001
Enabled system assigned for min
AlexanderSehr 37f446d
Update to latest
AlexanderSehr f6858a1
Added private endpoint to test
AlexanderSehr 0791491
Update to latest
AlexanderSehr a52ce40
Update to latest
AlexanderSehr 9be3a64
Changed formatting of shared
AlexanderSehr 27f05f1
Update to latest
AlexanderSehr 9e79b8f
Undid last changes for testing
AlexanderSehr 67512db
Added shared link test
AlexanderSehr afd9bbb
Removed shared connection
AlexanderSehr 9f1b5a4
Changed private link res
AlexanderSehr f37f89a
Update to latest
AlexanderSehr f883c33
Updated pipeline
AlexanderSehr 8e79abe
Update to latest
AlexanderSehr 8e01b7c
removed test param
AlexanderSehr 2da1b75
Test with user assigned
AlexanderSehr b3e86b7
Extended user assigned identity test
AlexanderSehr 878b9b6
After successful evaluation switched to system assigned (to simplify)
AlexanderSehr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
24 changes: 24 additions & 0 deletions
24
arm/Microsoft.MachineLearningServices/workspaces/.parameters/min.parameters.json
This file contains hidden or 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,24 @@ | ||
| { | ||
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", | ||
| "contentVersion": "1.0.0.0", | ||
| "parameters": { | ||
| "name": { | ||
| "value": "<<namePrefix>>-az-mls-min-001" | ||
| }, | ||
| "sku": { | ||
| "value": "Basic" | ||
| }, | ||
| "associatedStorageAccountResourceId": { | ||
| "value": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Storage/storageAccounts/adp<<namePrefix>>azsax001" | ||
| }, | ||
| "associatedKeyVaultResourceId": { | ||
| "value": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.KeyVault/vaults/adp-<<namePrefix>>-az-kv-x-001" | ||
| }, | ||
| "associatedApplicationInsightsResourceId": { | ||
| "value": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Insights/components/adp-<<namePrefix>>-az-appi-x-001" | ||
| }, | ||
| "systemAssignedIdentity": { | ||
| "value": true | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.