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 96d68983597fde6730ca4d4f9888255b8ccd38f9 into 5d89c9807d3e84a5890b381a68a308198f9ef141
  • Loading branch information
SDKAuto committed Apr 8, 2021
1 parent 27fd4d8 commit 1ea113e
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 1ea113e

Please sign in to comment.