Skip to content

Commit

Permalink
Changes to Fix Swagger Correctness : part 1 (Azure#14335)
Browse files Browse the repository at this point in the history
Co-authored-by: v-ajnava <v-ajnava@microsoft.com>
  • Loading branch information
Ajit Navasare and v-ajnava authored May 25, 2021
1 parent 6dff109 commit 216931d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,11 @@
"type": "string",
"description": "Provisioning state of the namespace."
},
"status": {
"readOnly": true,
"type": "string",
"description": "Status of the namespace."
},
"createdAt": {
"readOnly": true,
"format": "date-time",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,11 @@
"type": "string",
"description": "Provisioning state of the namespace."
},
"status": {
"readOnly": true,
"type": "string",
"description": "Status of the namespace."
},
"createdAt": {
"readOnly": true,
"format": "date-time",
Expand Down

0 comments on commit 216931d

Please sign in to comment.