Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,18 @@
"type": "boolean",
"x-ms-client-name": "IsHnsEnabled",
"description": "Account HierarchicalNamespace enabled if sets to true."
},
"largeFileSharesState": {
"type": "string",
"enum": [
"Disabled",
"Enabled"
],
"x-ms-enum": {
"name": "LargeFileSharesState",
"modelAsString": true
},
"description": "Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled."
}
},
"description": "The parameters used to create the storage account."
Expand Down Expand Up @@ -1656,6 +1668,18 @@
"x-ms-client-name": "FailoverInProgress",
"description": "If the failover is in progress, the value will be true, otherwise, it will be null.",
"readOnly": true
},
"largeFileSharesState": {
"type": "string",
"enum": [
"Disabled",
"Enabled"
],
"x-ms-enum": {
"name": "LargeFileSharesState",
"modelAsString": true
},
"description": "Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled."
}
},
"description": "Properties of the storage account."
Expand Down Expand Up @@ -1806,6 +1830,18 @@
"description": "Network rule set",
"x-ms-client-name": "NetworkRuleSet",
"$ref": "#/definitions/NetworkRuleSet"
},
"largeFileSharesState": {
"type": "string",
"enum": [
"Disabled",
"Enabled"
],
"x-ms-enum": {
"name": "LargeFileSharesState",
"modelAsString": true
},
"description": "Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled."
}
},
"description": "The parameters used when updating a storage account."
Expand Down