Skip to content

Commit

Permalink
updating_the_managedVirtualNetworkSettings_property (#11300)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhishek Bhol <abhol@microsoft.com>
  • Loading branch information
abhishekbhol and Abhishek Bhol committed Oct 27, 2020
1 parent 84b2b02 commit f42bd83
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 f42bd83

Please sign in to comment.