Skip to content

Commit

Permalink
Updating Swagger for new xlsAccountServiceMetada EnableExtendedGroups (
Browse files Browse the repository at this point in the history
  • Loading branch information
cagrawal-msft authored May 29, 2024
1 parent 10c505d commit b692152
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"properties": {
"isHnsEnabled": true,
"isNfsV3Enabled": true,
"enableExtendedGroups": true,
"supportsHttpsTrafficOnly": false,
"networkAcls": {
"bypass": "AzureServices",
Expand All @@ -37,6 +38,7 @@
"properties": {
"isHnsEnabled": true,
"isNfsV3Enabled": true,
"enableExtendedGroups": true,
"supportsHttpsTrafficOnly": false,
"networkAcls": {
"bypass": "AzureServices",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"allowBlobPublicAccess": false,
"isSftpEnabled": true,
"isLocalUserEnabled": true,
"enableExtendedGroups": true,
"defaultToOAuthAuthentication": false,
"minimumTlsVersion": "TLS1_2",
"allowSharedKeyAccess": true,
Expand Down Expand Up @@ -73,6 +74,7 @@
"allowBlobPublicAccess": false,
"isSftpEnabled": true,
"isLocalUserEnabled": true,
"enableExtendedGroups": true,
"minimumTlsVersion": "TLS1_2",
"allowSharedKeyAccess": true,
"creationTime": "2017-06-01T02:42:41.7633306Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3215,6 +3215,11 @@
"x-ms-client-name": "IsLocalUserEnabled",
"description": "Enables local users feature, if set to true"
},
"enableExtendedGroups": {
"type": "boolean",
"x-ms-client-name": "EnableExtendedGroups",
"description": "Enables extended group support with local users feature, if set to true"
},
"isHnsEnabled": {
"type": "boolean",
"x-ms-client-name": "IsHnsEnabled",
Expand Down Expand Up @@ -3882,6 +3887,11 @@
"x-ms-client-name": "IsLocalUserEnabled",
"description": "Enables local users feature, if set to true"
},
"enableExtendedGroups": {
"type": "boolean",
"x-ms-client-name": "EnableExtendedGroups",
"description": "Enables extended group support with local users feature, if set to true"
},
"isHnsEnabled": {
"type": "boolean",
"x-ms-client-name": "IsHnsEnabled",
Expand Down Expand Up @@ -4222,6 +4232,11 @@
"x-ms-client-name": "IsLocalUserEnabled",
"description": "Enables local users feature, if set to true"
},
"enableExtendedGroups": {
"type": "boolean",
"x-ms-client-name": "EnableExtendedGroups",
"description": "Enables extended group support with local users feature, if set to true"
},
"networkAcls": {
"description": "Network rule set",
"x-ms-client-name": "NetworkRuleSet",
Expand Down

0 comments on commit b692152

Please sign in to comment.