Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imshashwataggarwal committed Aug 17, 2020
1 parent 64526f6 commit 1be8f90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16761,12 +16761,12 @@
"machineId": {
"description": "The machine Id.",
"type": "string",
"readOnly":true
"readOnly": true
},
"machineName": {
"description": "The machine name.",
"type": "string",
"readOnly":true
"readOnly": true
},
"authenticationIdentityDetails": {
"$ref": "#/definitions/IdentityProviderDetails",
Expand All @@ -16779,7 +16779,7 @@
"dataPlaneAuthenticationIdentityDetails": {
"$ref": "#/definitions/IdentityProviderDetails",
"description": "The data plane authentication identity details.",
"readOnly":true
"readOnly": true
},
"providerVersionDetails": {
"$ref": "#/definitions/VersionDetails",
Expand Down

0 comments on commit 1be8f90

Please sign in to comment.