Skip to content

Commit

Permalink
Added readonly to storage account
Browse files Browse the repository at this point in the history
  • Loading branch information
djyou committed Oct 18, 2016
1 parent b8c1d9b commit a911b66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@
},
"storageAccount": {
"$ref": "#/definitions/StorageAccountBase",
"description": "The storage account base properties."
"description": "The storage account base properties.",
"readOnly": true
}
}
},
Expand Down

0 comments on commit a911b66

Please sign in to comment.