From e21d7ae9dbd680b11d99a72016235cbef4163805 Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Tue, 6 Aug 2024 20:48:07 +0000 Subject: [PATCH] Bump version to v1.4.3 --- PSSailpoint/Build.ps1 | 2 +- PSSailpoint/PSSailpoint.psd1 | 2 +- PSSailpoint/beta/Build.ps1 | 2 +- PSSailpoint/beta/README.md | 4 ++-- .../beta/src/PSSailpointBeta/Private/BetaApiClient.ps1 | 4 ++-- .../src/PSSailpointBeta/en-US/about_PSSailpointBeta.help.txt | 2 +- PSSailpoint/v2024/Build.ps1 | 2 +- PSSailpoint/v2024/README.md | 4 ++-- .../v2024/src/PSSailpointV2024/Private/V2024ApiClient.ps1 | 4 ++-- .../PSSailpointV2024/en-US/about_PSSailpointV2024.help.txt | 2 +- PSSailpoint/v3/Build.ps1 | 2 +- PSSailpoint/v3/README.md | 4 ++-- PSSailpoint/v3/src/PSSailpoint/Private/ApiClient.ps1 | 4 ++-- .../v3/src/PSSailpoint/en-US/about_PSSailpoint.help.txt | 2 +- sdk-resources/beta-config.yaml | 2 +- sdk-resources/v2024-config.yaml | 2 +- sdk-resources/v3-config.yaml | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/PSSailpoint/Build.ps1 b/PSSailpoint/Build.ps1 index 4ce470f36..8c9819dee 100644 --- a/PSSailpoint/Build.ps1 +++ b/PSSailpoint/Build.ps1 @@ -55,7 +55,7 @@ $Manifest = @{ CompanyName = 'SailPoint Technologies' Description = 'PSSailpoint - the PowerShell module for IdentityNow' - ModuleVersion = '1.3.3' + ModuleVersion = '1.4.3' RootModule = 'PSSailpoint.psm1' Guid = '7A197170-97E8-4DCD-A171-271D4AEC2F36' # Has to be static, otherwise each new build will be considered different module diff --git a/PSSailpoint/PSSailpoint.psd1 b/PSSailpoint/PSSailpoint.psd1 index 3b5eb5626..97c506eb0 100644 --- a/PSSailpoint/PSSailpoint.psd1 +++ b/PSSailpoint/PSSailpoint.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSSailpoint.psm1' # Version number of this module. -ModuleVersion = '1.3.3' +ModuleVersion = '1.4.3' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/PSSailpoint/beta/Build.ps1 b/PSSailpoint/beta/Build.ps1 index 992c9f78a..d35e472db 100644 --- a/PSSailpoint/beta/Build.ps1 +++ b/PSSailpoint/beta/Build.ps1 @@ -54,7 +54,7 @@ $Manifest = @{ CompanyName = 'SailPoint Technologies' Description = 'PSSailpointBeta - the PowerShell module for Identity Security Cloud Beta API' - ModuleVersion = '1.3.3' + ModuleVersion = '1.4.3' RootModule = 'PSSailpointBeta.psm1' Guid = '61785CF2-2EB2-4FB6-9F7C-C5BD5B1733EB' # Has to be static, otherwise each new build will be considered different module diff --git a/PSSailpoint/beta/README.md b/PSSailpoint/beta/README.md index fcbcacb2e..054565b3c 100644 --- a/PSSailpoint/beta/README.md +++ b/PSSailpoint/beta/README.md @@ -5,7 +5,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.1.0-beta -- SDK version: 1.3.3 +- SDK version: 1.4.3 - Build package: org.openapitools.codegen.languages.PowerShellClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) @@ -30,7 +30,7 @@ To avoid function name collision, one can use `-Prefix`, e.g. `Import-Module -Na To uninstall the module, simply run: ```powershell -Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpointBeta"; ModuleVersion = "1.3.3"} +Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpointBeta"; ModuleVersion = "1.4.3"} ``` diff --git a/PSSailpoint/beta/src/PSSailpointBeta/Private/BetaApiClient.ps1 b/PSSailpoint/beta/src/PSSailpointBeta/Private/BetaApiClient.ps1 index f94e0e5c8..d51901b75 100644 --- a/PSSailpoint/beta/src/PSSailpointBeta/Private/BetaApiClient.ps1 +++ b/PSSailpoint/beta/src/PSSailpointBeta/Private/BetaApiClient.ps1 @@ -73,8 +73,8 @@ function Invoke-BetaApiClient { } # Add Custom Header - $HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.3.3" - $HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.3.3/ps" + $HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.3" + $HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.3/ps" $HasFormData = $False diff --git a/PSSailpoint/beta/src/PSSailpointBeta/en-US/about_PSSailpointBeta.help.txt b/PSSailpoint/beta/src/PSSailpointBeta/en-US/about_PSSailpointBeta.help.txt index 5d44efede..055d27e96 100644 --- a/PSSailpoint/beta/src/PSSailpointBeta/en-US/about_PSSailpointBeta.help.txt +++ b/PSSailpoint/beta/src/PSSailpointBeta/en-US/about_PSSailpointBeta.help.txt @@ -10,7 +10,7 @@ LONG DESCRIPTION This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.1.0-beta - - SDK version: 1.3.3 + - SDK version: 1.4.3 - Build package: org.openapitools.codegen.languages.PowerShellClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/PSSailpoint/v2024/Build.ps1 b/PSSailpoint/v2024/Build.ps1 index db91d93e3..d6e07d42f 100644 --- a/PSSailpoint/v2024/Build.ps1 +++ b/PSSailpoint/v2024/Build.ps1 @@ -54,7 +54,7 @@ $Manifest = @{ CompanyName = 'SailPoint Technologies' Description = 'PSSailpointV2024 - the PowerShell module for Identity Security Cloud V2024 API' - ModuleVersion = '1.3.1' + ModuleVersion = '1.4.3' RootModule = 'PSSailpointV2024.psm1' Guid = '51EC9F24-1977-40CE-A990-D0186150E0A2' # Has to be static, otherwise each new build will be considered different module diff --git a/PSSailpoint/v2024/README.md b/PSSailpoint/v2024/README.md index 339055189..ab71370ae 100644 --- a/PSSailpoint/v2024/README.md +++ b/PSSailpoint/v2024/README.md @@ -5,7 +5,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v2024 -- SDK version: 1.3.1 +- SDK version: 1.4.3 - Build package: org.openapitools.codegen.languages.PowerShellClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) @@ -30,7 +30,7 @@ To avoid function name collision, one can use `-Prefix`, e.g. `Import-Module -Na To uninstall the module, simply run: ```powershell -Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpointV2024"; ModuleVersion = "1.3.1"} +Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpointV2024"; ModuleVersion = "1.4.3"} ``` diff --git a/PSSailpoint/v2024/src/PSSailpointV2024/Private/V2024ApiClient.ps1 b/PSSailpoint/v2024/src/PSSailpointV2024/Private/V2024ApiClient.ps1 index d44f3fabf..5e22ce032 100644 --- a/PSSailpoint/v2024/src/PSSailpointV2024/Private/V2024ApiClient.ps1 +++ b/PSSailpoint/v2024/src/PSSailpointV2024/Private/V2024ApiClient.ps1 @@ -73,8 +73,8 @@ function Invoke-V2024ApiClient { } # Add Custom Header - $HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.3.1" - $HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.3.1/ps" + $HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.3" + $HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.3/ps" $HasFormData = $False diff --git a/PSSailpoint/v2024/src/PSSailpointV2024/en-US/about_PSSailpointV2024.help.txt b/PSSailpoint/v2024/src/PSSailpointV2024/en-US/about_PSSailpointV2024.help.txt index 3ebdc7abc..04acbbc1c 100644 --- a/PSSailpoint/v2024/src/PSSailpointV2024/en-US/about_PSSailpointV2024.help.txt +++ b/PSSailpoint/v2024/src/PSSailpointV2024/en-US/about_PSSailpointV2024.help.txt @@ -10,7 +10,7 @@ LONG DESCRIPTION This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v2024 - - SDK version: 1.3.1 + - SDK version: 1.4.3 - Build package: org.openapitools.codegen.languages.PowerShellClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/PSSailpoint/v3/Build.ps1 b/PSSailpoint/v3/Build.ps1 index e53db926f..8719fabbc 100644 --- a/PSSailpoint/v3/Build.ps1 +++ b/PSSailpoint/v3/Build.ps1 @@ -54,7 +54,7 @@ $Manifest = @{ CompanyName = 'SailPoint Technologies' Description = 'PSSailpoint - the PowerShell module for Identity Security Cloud V3 API' - ModuleVersion = '1.3.3' + ModuleVersion = '1.4.3' RootModule = 'PSSailpoint.psm1' Guid = '7A197170-97E8-4DCD-A171-271D4AEC2F36' # Has to be static, otherwise each new build will be considered different module diff --git a/PSSailpoint/v3/README.md b/PSSailpoint/v3/README.md index 8257537d7..76ac4c498 100644 --- a/PSSailpoint/v3/README.md +++ b/PSSailpoint/v3/README.md @@ -5,7 +5,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0.0 -- SDK version: 1.3.3 +- SDK version: 1.4.3 - Build package: org.openapitools.codegen.languages.PowerShellClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) @@ -30,7 +30,7 @@ To avoid function name collision, one can use `-Prefix`, e.g. `Import-Module -Na To uninstall the module, simply run: ```powershell -Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint"; ModuleVersion = "1.3.3"} +Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint"; ModuleVersion = "1.4.3"} ``` diff --git a/PSSailpoint/v3/src/PSSailpoint/Private/ApiClient.ps1 b/PSSailpoint/v3/src/PSSailpoint/Private/ApiClient.ps1 index e2949b0b1..b959e5a20 100644 --- a/PSSailpoint/v3/src/PSSailpoint/Private/ApiClient.ps1 +++ b/PSSailpoint/v3/src/PSSailpoint/Private/ApiClient.ps1 @@ -73,8 +73,8 @@ function Invoke-ApiClient { } # Add Custom Header - $HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.3.3" - $HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.3.3/ps" + $HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.3" + $HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.3/ps" $HasFormData = $False diff --git a/PSSailpoint/v3/src/PSSailpoint/en-US/about_PSSailpoint.help.txt b/PSSailpoint/v3/src/PSSailpoint/en-US/about_PSSailpoint.help.txt index c8782492c..c62d2be21 100644 --- a/PSSailpoint/v3/src/PSSailpoint/en-US/about_PSSailpoint.help.txt +++ b/PSSailpoint/v3/src/PSSailpoint/en-US/about_PSSailpoint.help.txt @@ -10,7 +10,7 @@ LONG DESCRIPTION This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0.0 - - SDK version: 1.3.3 + - SDK version: 1.4.3 - Build package: org.openapitools.codegen.languages.PowerShellClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/sdk-resources/beta-config.yaml b/sdk-resources/beta-config.yaml index 348dd3400..38c7993db 100644 --- a/sdk-resources/beta-config.yaml +++ b/sdk-resources/beta-config.yaml @@ -1,6 +1,6 @@ templateDir: ./sdk-resources/resources packageName: PSSailpointBeta -packageVersion: 1.3.3 +packageVersion: 1.4.3 apiNamePrefix: Beta apiVersion: beta companyName: SailPoint Technologies diff --git a/sdk-resources/v2024-config.yaml b/sdk-resources/v2024-config.yaml index 649deef7f..cf95ab588 100644 --- a/sdk-resources/v2024-config.yaml +++ b/sdk-resources/v2024-config.yaml @@ -1,6 +1,6 @@ templateDir: ./sdk-resources/resources packageName: PSSailpointV2024 -packageVersion: 1.3.1 +packageVersion: 1.4.3 apiNamePrefix: V2024 apiVersion: v2024 companyName: SailPoint Technologies diff --git a/sdk-resources/v3-config.yaml b/sdk-resources/v3-config.yaml index b2f518711..7ca2efcee 100644 --- a/sdk-resources/v3-config.yaml +++ b/sdk-resources/v3-config.yaml @@ -1,6 +1,6 @@ templateDir: ./sdk-resources/resources packageName: PSSailpoint -packageVersion: 1.3.3 +packageVersion: 1.4.3 apiVersion: v3 companyName: SailPoint Technologies packageGuid: 7A197170-97E8-4DCD-A171-271D4AEC2F36