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 b0a7b57f6dff3e6296ef82a05bc02ad5f6b3bc54 into 83a54687d2b523b537ad86b0c78b56c84687eee8
  • Loading branch information
SDKAuto committed Mar 28, 2021
1 parent 2eab0f2 commit d81d00d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion schemas/2018-04-01/Microsoft.Databricks.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,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 Expand Up @@ -670,4 +692,4 @@
"description": "Microsoft.Databricks/workspaces/virtualNetworkPeerings"
}
}
}
}

0 comments on commit d81d00d

Please sign in to comment.