Skip to content

Commit

Permalink
Add Managed Identity envelope to SitePatchResource (#5542)
Browse files Browse the repository at this point in the history
Add Managed Identity envelope to SitePatchResource object to allow PATCH identity operations to a site through Swagger
  • Loading branch information
Hamster-Huey authored and praries880 committed Apr 3, 2019
1 parent 238347b commit 80e5972
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20928,6 +20928,9 @@
}
},
"x-ms-client-flatten": true
},
"identity": {
"$ref": "./CommonDefinitions.json#/definitions/ManagedServiceIdentity"
}
}
},
Expand Down

0 comments on commit 80e5972

Please sign in to comment.