Skip to content

Commit 203a041

Browse files
Bump version to v1.6.7
1 parent 6b40cec commit 203a041

26 files changed

+47
-47
lines changed

PSSailpoint/Build.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $Manifest = @{
5555
CompanyName = 'SailPoint Technologies'
5656
Description = 'PSSailpoint - the PowerShell module for IdentityNow'
5757

58-
ModuleVersion = '1.6.6'
58+
ModuleVersion = '1.6.7'
5959

6060
RootModule = 'PSSailpoint.psm1'
6161
Guid = '7A197170-97E8-4DCD-A171-271D4AEC2F36' # Has to be static, otherwise each new build will be considered different module
@@ -65,10 +65,10 @@ $Manifest = @{
6565
FunctionsToExport = $FunctionPath | Get-ChildItem -Filter *.ps1 | Get-FunctionsToExport
6666

6767
RequiredModules = @(
68-
@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.6.6'; },
69-
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.6.6'; },
70-
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.6.6'; },
71-
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.6.6'; }
68+
@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.6.7'; },
69+
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.6.7'; },
70+
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.6.7'; },
71+
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.6.7'; }
7272
)
7373

7474
VariablesToExport = @()

PSSailpoint/PSSailpoint.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Sailpoint Developer Relations
55
#
6-
# Generated on: 10/31/2025
6+
# Generated on: 11/03/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'PSSailpoint.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.6.6'
15+
ModuleVersion = '1.6.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,10 +51,10 @@ PowerShellVersion = '6.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.6.6'; },
55-
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.6.6'; },
56-
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.6.6'; },
57-
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.6.6'; })
54+
RequiredModules = @(@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.6.7'; },
55+
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.6.7'; },
56+
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.6.7'; },
57+
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.6.7'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
# RequiredAssemblies = @()

PSSailpoint/beta/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $Manifest = @{
5555
CompanyName = 'SailPoint Technologies'
5656
Description = 'PSSailpoint.Beta - the PowerShell module for Identity Security Cloud Beta API'
5757

58-
ModuleVersion = '1.6.6'
58+
ModuleVersion = '1.6.7'
5959

6060
RootModule = 'PSSailpoint.Beta.psm1'
6161
Guid = '61785CF2-2EB2-4FB6-9F7C-C5BD5B1733E8' # Has to be static, otherwise each new build will be considered different module

PSSailpoint/beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
55
This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 3.1.0-beta
8-
- SDK version: 1.6.6
8+
- SDK version: 1.6.7
99
- Generator version: 7.11.0
1010
- Build package: org.openapitools.codegen.languages.PowerShellClientCodegen
1111
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)
@@ -31,7 +31,7 @@ To avoid function name collision, one can use `-Prefix`, e.g. `Import-Module -Na
3131

3232
To uninstall the module, simply run:
3333
```powershell
34-
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.Beta"; ModuleVersion = "1.6.6"}
34+
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.Beta"; ModuleVersion = "1.6.7"}
3535
```
3636

3737
<a id="tests"></a>

PSSailpoint/beta/src/PSSailpoint.Beta/PSSailpoint.Beta.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 10/31/2025
6+
# Generated on: 11/03/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'PSSailpoint.Beta.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.6.6'
15+
ModuleVersion = '1.6.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

PSSailpoint/beta/src/PSSailpoint.Beta/Private/BetaApiClient.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ function Invoke-BetaApiClient {
7777
}
7878

7979
# Add Custom Header
80-
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.6.6"
81-
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.6.6/ps"
80+
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.6.7"
81+
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.6.7/ps"
8282

8383

8484
$HasFormData = $False

PSSailpoint/beta/src/PSSailpoint.Beta/en-US/about_PSSailpoint.Beta.help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LONG DESCRIPTION
1010
This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1111

1212
- API version: 3.1.0-beta
13-
- SDK version: 1.6.6
13+
- SDK version: 1.6.7
1414
- Generator version: 7.11.0
1515
- Build package: org.openapitools.codegen.languages.PowerShellClientCodegen
1616
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)

PSSailpoint/v2024/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $Manifest = @{
5555
CompanyName = 'SailPoint Technologies'
5656
Description = 'PSSailpoint.V2024 - the PowerShell module for Identity Security Cloud V2024 API'
5757

58-
ModuleVersion = '1.6.6'
58+
ModuleVersion = '1.6.7'
5959

6060
RootModule = 'PSSailpoint.V2024.psm1'
6161
Guid = '51EC9F24-1977-40CE-A990-D0186150E0A1' # Has to be static, otherwise each new build will be considered different module

PSSailpoint/v2024/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
55
This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: v2024
8-
- SDK version: 1.6.6
8+
- SDK version: 1.6.7
99
- Generator version: 7.11.0
1010
- Build package: org.openapitools.codegen.languages.PowerShellClientCodegen
1111
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)
@@ -31,7 +31,7 @@ To avoid function name collision, one can use `-Prefix`, e.g. `Import-Module -Na
3131

3232
To uninstall the module, simply run:
3333
```powershell
34-
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.V2024"; ModuleVersion = "1.6.6"}
34+
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.V2024"; ModuleVersion = "1.6.7"}
3535
```
3636

3737
<a id="tests"></a>

PSSailpoint/v2024/src/PSSailpoint.V2024/PSSailpoint.V2024.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 10/31/2025
6+
# Generated on: 11/03/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'PSSailpoint.V2024.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.6.6'
15+
ModuleVersion = '1.6.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)