Skip to content

Commit e79fac9

Browse files
Bump version to v1.7.48
1 parent 161b232 commit e79fac9

42 files changed

Lines changed: 63 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PSSailpoint/Build.ps1

Lines changed: 6 additions & 6 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.7.47'
58+
ModuleVersion = '1.7.48'
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,11 +65,11 @@ $Manifest = @{
6565
FunctionsToExport = $FunctionPath | Get-ChildItem -Filter *.ps1 | Get-FunctionsToExport
6666

6767
RequiredModules = @(
68-
@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.7.47'; },
69-
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.7.47'; },
70-
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.7.47'; },
71-
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.7.47'; },
72-
@{ModuleName = 'PSSailpoint.V2026'; RequiredVersion = '1.7.47'; }
68+
@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.7.48'; },
69+
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.7.48'; },
70+
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.7.48'; },
71+
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.7.48'; },
72+
@{ModuleName = 'PSSailpoint.V2026'; RequiredVersion = '1.7.48'; }
7373
)
7474

7575
VariablesToExport = @()

PSSailpoint/PSSailpoint.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Sailpoint Developer Relations
55
#
6-
# Generated on: 04/08/2026
6+
# Generated on: 04/09/2026
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.7.47'
15+
ModuleVersion = '1.7.48'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,11 +51,11 @@ 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.7.47'; },
55-
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.7.47'; },
56-
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.7.47'; },
57-
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.7.47'; },
58-
@{ModuleName = 'PSSailpoint.V2026'; RequiredVersion = '1.7.47'; })
54+
RequiredModules = @(@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.7.48'; },
55+
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.7.48'; },
56+
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.7.48'; },
57+
@{ModuleName = 'PSSailpoint.V2025'; RequiredVersion = '1.7.48'; },
58+
@{ModuleName = 'PSSailpoint.V2026'; RequiredVersion = '1.7.48'; })
5959

6060
# Assemblies that must be loaded prior to importing this module
6161
# 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.7.47'
58+
ModuleVersion = '1.7.48'
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.7.47
8+
- SDK version: 1.7.48
99
- Generator version: 7.12.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.7.47"}
34+
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.Beta"; ModuleVersion = "1.7.48"}
3535
```
3636

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

PSSailpoint/beta/docs/Methods/Index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: methods
33
title: Methods
44
pagination_label: Methods
55
sidebar_label: Methods
6+
sidebar_key: beta-powershell-methods
67
sidebar_position: 3
78
sidebar_class_name: methods
89
keywords: ['powershell', 'PowerShell', 'sdk', 'methods']

PSSailpoint/beta/docs/Models/Index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: models
33
title: Models
44
pagination_label: Models
55
sidebar_label: Models
6+
sidebar_key: beta-powershell-models
67
sidebar_position: 3
78
sidebar_class_name: models
89
keywords: ['powershell', 'PowerShell', 'sdk', 'models']

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: 04/08/2026
6+
# Generated on: 04/09/2026
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.7.47'
15+
ModuleVersion = '1.7.48'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function Invoke-BetaApiClient {
7777
}
7878

7979
# Build User-Agent header
80-
$UserAgent = "SailPoint-SDK-PowerShell/1.7.47"
80+
$UserAgent = "SailPoint-SDK-PowerShell/1.7.48"
8181
if ($Configuration["ConsumerIdentifier"] -and $Configuration["ConsumerVersion"]) {
8282
$UserAgent = "$UserAgent ($($Configuration["ConsumerIdentifier"])/$($Configuration["ConsumerVersion"]))"
8383
}

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.7.47
13+
- SDK version: 1.7.48
1414
- Generator version: 7.12.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.7.47'
58+
ModuleVersion = '1.7.48'
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

0 commit comments

Comments
 (0)