Skip to content

Commit

Permalink
CodeGen from PR 13683 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2986b005fde597495de6c765860b2f969d4f2269 into a9d1be862638de3e5225f26acac8204dcd688d93
  • Loading branch information
SDKAuto committed Apr 9, 2021
1 parent a81314f commit c28ba93
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions schemas/2018-04-01/Microsoft.Databricks.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,39 @@
],
"description": "The object that contains details of encryption used on the workspace."
},
"loadBalancerBackendPoolName": {
"oneOf": [
{
"$ref": "#/definitions/WorkspaceCustomStringParameter"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Value."
},
"loadBalancerId": {
"oneOf": [
{
"$ref": "#/definitions/WorkspaceCustomStringParameter"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Value."
},
"natGatewayName": {
"oneOf": [
{
"$ref": "#/definitions/WorkspaceCustomStringParameter"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Value."
},
"prepareEncryption": {
"oneOf": [
{
Expand All @@ -440,6 +473,17 @@
],
"description": "The value which should be used for this field."
},
"publicIpName": {
"oneOf": [
{
"$ref": "#/definitions/WorkspaceCustomStringParameter"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Value."
},
"requireInfrastructureEncryption": {
"oneOf": [
{
Expand All @@ -450,6 +494,28 @@
}
],
"description": "The value which should be used for this field."
},
"storageAccountName": {
"oneOf": [
{
"$ref": "#/definitions/WorkspaceCustomStringParameter"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Value."
},
"storageAccountSkuName": {
"oneOf": [
{
"$ref": "#/definitions/WorkspaceCustomStringParameter"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Value."
}
},
"description": "Custom Parameters used for Cluster Creation."
Expand Down

0 comments on commit c28ba93

Please sign in to comment.