Skip to content

Commit

Permalink
updating_the_managedVirtualNetworkSettings_property
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Bhol committed Oct 20, 2020
1 parent 6e52d5c commit e82b25d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"identity": {
"type": "SystemAssigned"
},
"managedVirtualNetworkSettings": {
"preventDataExfiltration": false,
"linkedAccessCheckOnTargetResource": false,
"allowedAadTenantIdsForLinking": [
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
},
"properties": {
"sqlAdministratorLoginPassword": "password"
"sqlAdministratorLoginPassword": "password",
"managedVirtualNetworkSettings": {
"preventDataExfiltration": false,
"linkedAccessCheckOnTargetResource": false,
"allowedAadTenantIdsForLinking": [
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -841,28 +841,6 @@
"description": "The identity of the workspace",
"$ref": "#/definitions/ManagedIdentity"
},
"managedVirtualNetworkSettings": {
"description": "Managed Virtual Network Settings",
"type": "object",
"properties": {
"preventDataExfiltration": {
"description": "Prevent Data Exfiltration",
"type": "boolean"
},
"linkedAccessCheckOnTargetResource": {
"description": "Linked Access Check On Target Resource",
"type": "boolean"
},
"allowedAadTenantIdsForLinking": {
"description": "Allowed Aad Tenant Ids For Linking",
"type": "array",
"items": {
"type": "string",
"description": "Tenant Id"
}
}
}
},
"properties": {
"description": "Workspace patch properties",
"$ref": "#/definitions/WorkspacePatchProperties",
Expand All @@ -878,6 +856,10 @@
"description": "SQL administrator login password",
"type": "string"
},
"managedVirtualNetworkSettings": {
"description": "Managed Virtual Network Settings",
"$ref": "#/definitions/ManagedVirtualNetworkSettings"
},
"provisioningState": {
"description": "Resource provisioning state",
"type": "string",
Expand Down

0 comments on commit e82b25d

Please sign in to comment.