Skip to content

Commit

Permalink
Remove improperly applied flattening extension. (Azure#763)
Browse files Browse the repository at this point in the history
The x-ms-client-flatten extension has been applied in the wrong location.
Unfortunately fixing it would introduce a breaking change so instead we
will just remove the extension.
  • Loading branch information
jhendrixMSFT authored and amarzavery committed Jan 10, 2017
1 parent fdf8f01 commit c0fc85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arm-resources/resources/2016-09-01/swagger/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,6 @@
"DebugSetting": {
"properties": {
"detailLevel": {
"x-ms-client-flatten": true,
"type": "string",
"description": "Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations."
}
Expand Down

0 comments on commit c0fc85c

Please sign in to comment.