Skip to content

Commit

Permalink
Removing readonly for name
Browse files Browse the repository at this point in the history
  • Loading branch information
amolr authored and amolr committed Sep 22, 2016
1 parent 23f5f0a commit 9f68833
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,6 @@
"description": "Resource Id"
},
"name": {
"readOnly": true,
"type": "string",
"description": "Resource name"
},
Expand Down Expand Up @@ -1865,11 +1864,8 @@
"description": "Name of the notification hub sku",
"enum": [
"Free",
"free",
"Basic",
"basic",
"Standard",
"standard"
"Standard"
],
"x-ms-enum": {
"name": "SkuName",
Expand Down

0 comments on commit 9f68833

Please sign in to comment.