Skip to content

Commit

Permalink
Fixing breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imshashwataggarwal committed Aug 17, 2020
1 parent 62b21d8 commit 64526f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ discoverbackup
diskmigrationjobs
diskoperations
Distcp
Distro
DMTS
Dnat
dnsname
Expand All @@ -483,6 +484,8 @@ Domainful
domainname
domainservices
DOTALL
dras
DRAs
DRMs
dsmax
DTDL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12891,7 +12891,7 @@
},
"lastHeartbeatUtc": {
"format": "date-time",
"description": "The time of the last heartbeat recieved from the agent.",
"description": "The time of the last heartbeat received from the agent.",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -16760,11 +16760,13 @@
},
"machineId": {
"description": "The machine Id.",
"type": "string"
"type": "string",
"readOnly":true
},
"machineName": {
"description": "The machine name.",
"type": "string"
"type": "string",
"readOnly":true
},
"authenticationIdentityDetails": {
"$ref": "#/definitions/IdentityProviderDetails",
Expand All @@ -16776,7 +16778,8 @@
},
"dataPlaneAuthenticationIdentityDetails": {
"$ref": "#/definitions/IdentityProviderDetails",
"description": "The data plane authentication identity details."
"description": "The data plane authentication identity details.",
"readOnly":true
},
"providerVersionDetails": {
"$ref": "#/definitions/VersionDetails",
Expand Down

0 comments on commit 64526f6

Please sign in to comment.