Skip to content

Commit

Permalink
Rename properties that caused breaking changes downstream in PowerShe…
Browse files Browse the repository at this point in the history
…ll (#9436)
  • Loading branch information
anpint authored May 14, 2020
1 parent f31cfff commit 48da908
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3864,22 +3864,22 @@
"readOnly": true
},
"uploadStatus": {
"$ref": "#/definitions/ServerEndpointSyncSessionStatus",
"$ref": "#/definitions/SyncSessionStatus",
"description": "Upload Status",
"readOnly": true
},
"downloadStatus": {
"$ref": "#/definitions/ServerEndpointSyncSessionStatus",
"$ref": "#/definitions/SyncSessionStatus",
"description": "Download Status",
"readOnly": true
},
"uploadActivity": {
"$ref": "#/definitions/ServerEndpointSyncActivityStatus",
"$ref": "#/definitions/SyncActivityStatus",
"description": "Upload sync activity",
"readOnly": true
},
"downloadActivity": {
"$ref": "#/definitions/ServerEndpointSyncActivityStatus",
"$ref": "#/definitions/SyncActivityStatus",
"description": "Download sync activity",
"readOnly": true
},
Expand All @@ -3890,7 +3890,7 @@
}
}
},
"ServerEndpointSyncSessionStatus": {
"SyncSessionStatus": {
"type": "object",
"description": "Sync Session status object.",
"properties": {
Expand Down Expand Up @@ -3943,7 +3943,7 @@
}
}
},
"ServerEndpointSyncActivityStatus": {
"SyncActivityStatus": {
"type": "object",
"description": "Sync Session status object.",
"properties": {
Expand Down

0 comments on commit 48da908

Please sign in to comment.