-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(OpenPipeline): Remove
version
and updateToken
on download
Both fields prevent a re-upload to the target environment, thus we remove them. Neither of them are required to correctly reupload them, the Dynatrace system takes care of it.
- Loading branch information
Showing
4 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"id": "events" | ||
"id": "events", | ||
"version": "1234567890-12345678890", | ||
"updateToken": "VGhpcyBpcyBub3QgYSByZWFsIHVwZGF0ZVRva2VuICjila/CsOKWocKwKeKVr++4tSDilLvilIHilLs=" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"id": "logs" | ||
"id": "logs", | ||
"version": "1234567890-12345678890", | ||
"updateToken": "VGhpcyBpcyBub3QgYSByZWFsIHVwZGF0ZVRva2VuICjila/CsOKWocKwKeKVr++4tSDilLvilIHilLs=" | ||
} |