Skip to content

Commit

Permalink
Removing read only property to allow update operations as per the act…
Browse files Browse the repository at this point in the history
…ual implementation (#9874)

* Correcting the swagger to accept downloadToken similar to other download operations

Correcting the swagger to accept downloadToken similar to other download operations

* Adding the missing api-version parameter for move and validate move apis. IT is already part of the examples.

Adding the missing api-version parameter for move and validate move apis. IT is already part of the examples.

* Removing reonly property to allow update operations

Removing reonly property to allow update operations

Co-authored-by: Anirban Sarkar <[email protected]>
  • Loading branch information
asarkar84 and Anirban Sarkar authored Jun 25, 2020
1 parent f487ebc commit 5e3fc2e
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5689,18 +5689,15 @@
},
"principalId": {
"description": "The principal id of the user to whom the role was assigned.",
"type": "string",
"readOnly": true
"type": "string"
},
"principalTenantId": {
"description": "The principal tenant id of the user to whom the role was assigned.",
"type": "string",
"readOnly": true
"type": "string"
},
"roleDefinitionId": {
"description": "The ID of the role definition.",
"type": "string",
"readOnly": true
"type": "string"
},
"scope": {
"description": "The scope at which the role was assigned.",
Expand All @@ -5709,13 +5706,11 @@
},
"userAuthenticationType": {
"description": "The authentication type.",
"type": "string",
"readOnly": true
"type": "string"
},
"userEmailAddress": {
"description": "The email address of the user.",
"type": "string",
"readOnly": true
"type": "string"
}
}
},
Expand Down

0 comments on commit 5e3fc2e

Please sign in to comment.