From fc82403a95958a9afb3fa6ae053e78985b56c3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Szek=C3=A9r?= Date: Mon, 9 Oct 2023 10:22:28 +0200 Subject: [PATCH] sps: Bump version Scope: SafeguardSessions Bump version to the final release version. --- SafeguardSessions/Src/Res/Resources.resx | 2 +- SafeguardSessions/Test/Integration/TestFetchSessions.query.pq | 2 +- SafeguardSessions/Test/Integration/TestGetData.query.pq | 2 +- SafeguardSessions/Test/Unit/TestFetchInfo.query.pq | 2 +- SafeguardSessions/Test/Unit/TestLogger.query.pq | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SafeguardSessions/Src/Res/Resources.resx b/SafeguardSessions/Src/Res/Resources.resx index fad30277..d4747287 100644 --- a/SafeguardSessions/Src/Res/Resources.resx +++ b/SafeguardSessions/Src/Res/Resources.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - v1.1.1pre2+sps7.4.0 + v1.1.1+sps7.4.0 One Identity Safeguard diff --git a/SafeguardSessions/Test/Integration/TestFetchSessions.query.pq b/SafeguardSessions/Test/Integration/TestFetchSessions.query.pq index f8056d22..2a3bbdf8 100644 --- a/SafeguardSessions/Test/Integration/TestFetchSessions.query.pq +++ b/SafeguardSessions/Test/Integration/TestFetchSessions.query.pq @@ -143,7 +143,7 @@ TestFetchingSessionsWithFromSPSWithUnsupportedVersion = () => HasError = true, Error = [ Reason = "Not Supported Version", - Message = "Error 10001: Your version of the connector (v1.1.1pre2+sps7.4.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases", + Message = "Error 10001: Your version of the connector (v1.1.1+sps7.4.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases", Detail = [ Version = "unsupported_version", SupportedVersions = "7.3, 7.4", diff --git a/SafeguardSessions/Test/Integration/TestGetData.query.pq b/SafeguardSessions/Test/Integration/TestGetData.query.pq index c7ea0c97..2a3dd079 100644 --- a/SafeguardSessions/Test/Integration/TestGetData.query.pq +++ b/SafeguardSessions/Test/Integration/TestGetData.query.pq @@ -444,7 +444,7 @@ TestGetDataReturnsWithErrorInCaseOfUnsupportedSPSVersion = () => HasError = true, Error = [ Reason = "Not Supported Version", - Message = "Error 10001: Your version of the connector (v1.1.1pre2+sps7.4.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases", + Message = "Error 10001: Your version of the connector (v1.1.1+sps7.4.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases", Detail = [ Version = "unsupported_version", SupportedVersions = "7.3, 7.4", diff --git a/SafeguardSessions/Test/Unit/TestFetchInfo.query.pq b/SafeguardSessions/Test/Unit/TestFetchInfo.query.pq index 13fb060b..3bb43946 100644 --- a/SafeguardSessions/Test/Unit/TestFetchInfo.query.pq +++ b/SafeguardSessions/Test/Unit/TestFetchInfo.query.pq @@ -9,7 +9,7 @@ TestFetchInfoContainsConnectorVersion = () => actualInfo = Utils.FetchInfo("dummy_status", "dummy_message", null, 0, false, "dummy_url"), expectedInfo = #table( type table [Url = any, ConnectorVersion = any, Status = any, ExpectedCount = any, Message = any, Failed = any], - {{"dummy_url", "v1.1.1pre2+sps7.4.0", "dummy_status", 0, "dummy_message", false}} + {{"dummy_url", "v1.1.1+sps7.4.0", "dummy_status", 0, "dummy_message", false}} ) in TestFetchInfoContentWithoutStartTime(expectedInfo, actualInfo); diff --git a/SafeguardSessions/Test/Unit/TestLogger.query.pq b/SafeguardSessions/Test/Unit/TestLogger.query.pq index 1bec3046..08b670b2 100644 --- a/SafeguardSessions/Test/Unit/TestLogger.query.pq +++ b/SafeguardSessions/Test/Unit/TestLogger.query.pq @@ -21,7 +21,7 @@ TestErrorLogWithSPSResultInput = () => ], expectedLogValues = [ LogLevel = TraceLevel.Error, - Output = "error: #table( type table [Name = any, Data = any, ItemKind = any, ItemName = any, IsLeaf = any] , {{""Sessions"", ""error"", ""Table"", ""Table"", true} , {""Info"", #table( type table [Start = any, Url = any, ConnectorVersion = any, Status = any, ExpectedCount = any, Message = any, Failed = any] , {{#datetimezone(2023, 1, 18, 9, 47, 55, 2, 0), ""query"", ""v1.1.1pre2+sps7.4.0"", ""status"", 42, ""message"", true} } ) , ""Table"", ""Table"", true} } ) ", + Output = "error: #table( type table [Name = any, Data = any, ItemKind = any, ItemName = any, IsLeaf = any] , {{""Sessions"", ""error"", ""Table"", ""Table"", true} , {""Info"", #table( type table [Start = any, Url = any, ConnectorVersion = any, Status = any, ExpectedCount = any, Message = any, Failed = any] , {{#datetimezone(2023, 1, 18, 9, 47, 55, 2, 0), ""query"", ""v1.1.1+sps7.4.0"", ""status"", 42, ""message"", true} } ) , ""Table"", ""Table"", true} } ) ", Value = #table( type table [Name = any, Data = any, ItemKind = any, ItemName = any, IsLeaf = any], { @@ -42,7 +42,7 @@ TestErrorLogWithSPSResultInput = () => { #datetimezone(2023, 1, 18, 9, 47, 55, 2, 0), "query", - "v1.1.1pre2+sps7.4.0", + "v1.1.1+sps7.4.0", "status", 42, "message",