Skip to content

Commit

Permalink
Do not omit type and name while serializing the resource object. (#4007)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttlcgl authored and dsgouda committed Sep 26, 2018
1 parent b900e9e commit 07af8ad
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1456,12 +1456,10 @@
},
"name": {
"type": "string",
"readOnly": true,
"description": "The name of the resource"
},
"type": {
"type": "string",
"readOnly": true,
"description": "The type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles."
}
},
Expand Down

0 comments on commit 07af8ad

Please sign in to comment.