Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"sqlAdministratorLogin": "login",
"sqlAdministratorLoginPassword": "password",
"managedVirtualNetwork": "default"
"managedVirtualNetwork": "default",
"managedResourceGroupName": "workspaceManagedResourceGroupUnique"
},
"location": "East US",
"tags": {
Expand Down Expand Up @@ -46,7 +47,7 @@
},
"sqlAdministratorLogin": "login",
"sqlAdministratorLoginPassword": "password",
"managedResourceGroupName": "resourceGroup2",
"managedResourceGroupName": "workspaceManagedResourceGroupUnique",
"managedVirtualNetwork": "default",
"provisioningState": "Succeeded",
"privateEndpointConnections": [
Expand Down Expand Up @@ -90,7 +91,7 @@
},
"sqlAdministratorLogin": "login",
"sqlAdministratorLoginPassword": "password",
"managedResourceGroupName": "resourceGroup2",
"managedResourceGroupName": "workspaceManagedResourceGroupUnique",
"managedVirtualNetwork": "default",
"provisioningState": "Provisioning"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,7 @@
"type": "string"
},
"managedResourceGroupName": {
"description": "Workspace managed resource group",
"readOnly": true,
"description": "Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and '-', '_', '(', ')' and'.'. Note that the name cannot end with '.'",
"type": "string"
},
"provisioningState": {
Expand Down