Skip to content

Commit 4ef2053

Browse files
author
Amogh Natu
committed
Updated Managed resource group to be non-readonly
Updated Managed resource group to be non-readonly
1 parent 847615b commit 4ef2053

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/examples/CreateOrUpdateWorkspace.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"sqlAdministratorLogin": "login",
1717
"sqlAdministratorLoginPassword": "password",
18-
"managedVirtualNetwork": "default"
18+
"managedVirtualNetwork": "default",
19+
"managedResourceGroupName": "workspaceManagedResourceGroupUnique"
1920
},
2021
"location": "East US",
2122
"tags": {
@@ -46,7 +47,7 @@
4647
},
4748
"sqlAdministratorLogin": "login",
4849
"sqlAdministratorLoginPassword": "password",
49-
"managedResourceGroupName": "resourceGroup2",
50+
"managedResourceGroupName": "workspaceManagedResourceGroupUnique",
5051
"managedVirtualNetwork": "default",
5152
"provisioningState": "Succeeded",
5253
"privateEndpointConnections": [
@@ -90,7 +91,7 @@
9091
},
9192
"sqlAdministratorLogin": "login",
9293
"sqlAdministratorLoginPassword": "password",
93-
"managedResourceGroupName": "resourceGroup2",
94+
"managedResourceGroupName": "workspaceManagedResourceGroupUnique",
9495
"managedVirtualNetwork": "default",
9596
"provisioningState": "Provisioning"
9697
},

specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/workspace.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,7 @@
756756
"type": "string"
757757
},
758758
"managedResourceGroupName": {
759-
"description": "Workspace managed resource group",
760-
"readOnly": true,
759+
"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 '.'",
761760
"type": "string"
762761
},
763762
"provisioningState": {

0 commit comments

Comments
 (0)