Skip to content

Commit

Permalink
resolving s360 item (#16476)
Browse files Browse the repository at this point in the history
* resloving s360 itme

* added prettier-fix changes

Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
  • Loading branch information
banggaurav and Gaurav Bang authored Oct 26, 2021
1 parent 348665d commit 79cb50a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,11 @@
"effectiveDate": {
"format": "date-time",
"description": "date when plan was applied",
"type": "string"
"type": "string",
"x-ms-mutability": [
"create",
"read"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,11 @@
"effectiveDate": {
"format": "date-time",
"description": "date when plan was applied",
"type": "string"
"type": "string",
"x-ms-mutability": [
"create",
"read"
]
}
}
},
Expand Down

0 comments on commit 79cb50a

Please sign in to comment.