Skip to content

Commit

Permalink
This updates the filter rules for ARM connections in task inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
romil07 committed May 6, 2019
1 parent 5c6d88f commit 211c882
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"helpMarkDown": "Azure Resource Manager subscription to configure before running PowerShell",
"visibleRule": "ConnectedServiceNameSelector = ConnectedServiceNameARM",
"properties": {
"EndpointFilterRule": "ScopeLevel == ManagementGroup || ScopeLevel != ManagementGroup"
"EndpointFilterRule": "ScopeLevel != AzureMLWorkspace"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"helpMarkDown": "ms-resource:loc.input.help.ConnectedServiceNameARM",
"visibleRule": "ConnectedServiceNameSelector = ConnectedServiceNameARM",
"properties": {
"EndpointFilterRule": "ScopeLevel == ManagementGroup || ScopeLevel != ManagementGroup"
"EndpointFilterRule": "ScopeLevel != AzureMLWorkspace"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"required": true,
"helpMarkDown": "Azure Resource Manager subscription to configure before running PowerShell",
"properties": {
"EndpointFilterRule": "ScopeLevel == ManagementGroup || ScopeLevel != ManagementGroup"
"EndpointFilterRule": "ScopeLevel != AzureMLWorkspace"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.ConnectedServiceNameARM",
"properties": {
"EndpointFilterRule": "ScopeLevel == ManagementGroup || ScopeLevel != ManagementGroup"
"EndpointFilterRule": "ScopeLevel != AzureMLWorkspace"
}
},
{
Expand Down

0 comments on commit 211c882

Please sign in to comment.