Skip to content

Commit

Permalink
Add "x-ms-is-hns-enabled" to ServiceGetAccountInfoResponse (#11871)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljian3377 authored Dec 1, 2020
1 parent 4ad6ab1 commit 434afe9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@
"modelAsString": false
},
"description": "Identifies the account kind"
},
"x-ms-is-hns-enabled": {
"x-ms-client-name": "IsHnsEnabled",
"type": "boolean",
"description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@
"modelAsString": false
},
"description": "Identifies the account kind"
},
"x-ms-is-hns-enabled": {
"x-ms-client-name": "IsHnsEnabled",
"type": "boolean",
"description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@
"modelAsString": false
},
"description": "Identifies the account kind"
},
"x-ms-is-hns-enabled": {
"x-ms-client-name": "IsHnsEnabled",
"type": "boolean",
"description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@
"modelAsString": false
},
"description": "Identifies the account kind"
},
"x-ms-is-hns-enabled": {
"x-ms-client-name": "IsHnsEnabled",
"type": "boolean",
"description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@
"modelAsString": false
},
"description": "Identifies the account kind"
},
"x-ms-is-hns-enabled": {
"x-ms-client-name": "IsHnsEnabled",
"type": "boolean",
"description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled."
}
}
},
Expand Down

0 comments on commit 434afe9

Please sign in to comment.