Skip to content

Commit

Permalink
[SRP] Add new storage account property largeFileSharesState (#7326)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfchen95 authored and tjprescott committed Sep 26, 2019
1 parent bc3f39b commit 8c82630
Showing 1 changed file with 36 additions and 0 deletions.
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

0 comments on commit 8c82630

Please sign in to comment.