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 94192ed22e06616c1d57f07f3858833f82f9b726 into 8830e8dc294fa2db59fa75081540d22b3fbfad34
  • Loading branch information
SDKAuto committed Mar 29, 2021
1 parent 2eab0f2 commit 3030f99
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 3030f99

Please sign in to comment.