Skip to content

Commit

Permalink
Bump version to v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp authored and developer-relations-sp committed Dec 6, 2024
1 parent 00b9607 commit 5cee38a
Show file tree
Hide file tree
Showing 29 changed files with 48 additions and 48 deletions.
8 changes: 4 additions & 4 deletions PSSailpoint/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'PSSailpoint - the PowerShell module for IdentityNow'

ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

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

RequiredModules = @(
@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.4.5'; },
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.4.5'; },
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.4.5'; }
@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.4.6'; },
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.4.6'; },
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.4.6'; }
)

VariablesToExport = @()
Expand Down
10 changes: 5 additions & 5 deletions PSSailpoint/PSSailpoint.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Sailpoint Developer Relations
#
# Generated on: 12/03/2024
# Generated on: 12/06/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSSailpoint.psm1'

# Version number of this module.
ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -51,9 +51,9 @@ PowerShellVersion = '6.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.4.5'; },
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.4.5'; },
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.4.5'; })
RequiredModules = @(@{ModuleName = 'PSSailpoint.Beta'; RequiredVersion = '1.4.6'; },
@{ModuleName = 'PSSailpoint.V3'; RequiredVersion = '1.4.6'; },
@{ModuleName = 'PSSailpoint.V2024'; RequiredVersion = '1.4.6'; })

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/beta/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'PSSailpoint.Beta - the PowerShell module for Identity Security Cloud Beta API'

ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

RootModule = 'PSSailpoint.Beta.psm1'
Guid = '61785CF2-2EB2-4FB6-9F7C-C5BD5B1733E8' # Has to be static, otherwise each new build will be considered different module
Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.5
- SDK version: 1.4.6
- Generator version: 7.10.0
- 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)
Expand All @@ -31,7 +31,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.Beta"; ModuleVersion = "1.4.5"}
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.Beta"; ModuleVersion = "1.4.6"}
```

<a id="tests"></a>
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/beta/docs/AccountUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes

- Prepare the resource
```powershell
$AccountUsage = Initialize-PSSailpoint.BetaAccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
$AccountUsage = Initialize-PSSailpoint.BetaAccountUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $NonEmployeeRequestWithoutApprovalItem = Initialize-PSSailpoint.BetaNonEmployeeR
-ApprovalStatus null `
-Comment approved `
-CompletionDate 2020-03-24T11:11:41.139-05:00 `
-StartDate Mon Mar 23 20:00:00 EDT 2020 `
-EndDate Wed Mar 24 20:00:00 EDT 2021 `
-StartDate Tue Mar 24 00:00:00 UTC 2020 `
-EndDate Thu Mar 25 00:00:00 UTC 2021 `
-Modified 2020-03-24T11:11:41.139-05:00 `
-Created 2020-03-24T11:11:41.139-05:00
```
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/beta/docs/SourceUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes

- Prepare the resource
```powershell
$SourceUsage = Initialize-PSSailpoint.BetaSourceUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
$SourceUsage = Initialize-PSSailpoint.BetaSourceUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10.45
```

Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/beta/src/PSSailpoint.Beta/PSSailpoint.Beta.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: OpenAPI Generator Team
#
# Generated on: 12/5/2024
# Generated on: 12/06/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSSailpoint.Beta.psm1'

# Version number of this module.
ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function Invoke-BetaApiClient {
}

# Add Custom Header
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.5"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.5/ps"
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.6"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.6/ps"


$HasFormData = $False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.5
- SDK version: 1.4.6
- Generator version: 7.10.0
- 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)
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v2024/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'PSSailpoint.V2024 - the PowerShell module for Identity Security Cloud V2024 API'

ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

RootModule = 'PSSailpoint.V2024.psm1'
Guid = '51EC9F24-1977-40CE-A990-D0186150E0A1' # Has to be static, otherwise each new build will be considered different module
Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/v2024/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.5
- SDK version: 1.4.6
- Generator version: 7.10.0
- 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)
Expand All @@ -31,7 +31,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.V2024"; ModuleVersion = "1.4.5"}
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.V2024"; ModuleVersion = "1.4.6"}
```

<a id="tests"></a>
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v2024/docs/AccountUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes

- Prepare the resource
```powershell
$AccountUsage = Initialize-PSSailpoint.V2024AccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
$AccountUsage = Initialize-PSSailpoint.V2024AccountUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $NonEmployeeRequestWithoutApprovalItem = Initialize-PSSailpoint.V2024NonEmployee
-ApprovalStatus null `
-Comment approved `
-CompletionDate 2020-03-24T11:11:41.139-05:00 `
-StartDate Mon Mar 23 20:00:00 EDT 2020 `
-EndDate Wed Mar 24 20:00:00 EDT 2021 `
-StartDate Tue Mar 24 00:00:00 UTC 2020 `
-EndDate Thu Mar 25 00:00:00 UTC 2021 `
-Modified 2020-03-24T11:11:41.139-05:00 `
-Created 2020-03-24T11:11:41.139-05:00
```
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v2024/docs/SourceUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes

- Prepare the resource
```powershell
$SourceUsage = Initialize-PSSailpoint.V2024SourceUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
$SourceUsage = Initialize-PSSailpoint.V2024SourceUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10.45
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: OpenAPI Generator Team
#
# Generated on: 12/5/2024
# Generated on: 12/06/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSSailpoint.V2024.psm1'

# Version number of this module.
ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function Invoke-V2024ApiClient {
}

# Add Custom Header
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.5"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.5/ps"
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.6"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.6/ps"


$HasFormData = $False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.5
- SDK version: 1.4.6
- Generator version: 7.10.0
- 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)
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v3/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'PSSailpoint.V3 - the PowerShell module for Identity Security Cloud V3 API'

ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

RootModule = 'PSSailpoint.V3.psm1'
Guid = '7A197170-97E8-4DCD-A171-271D4AEC2F34' # Has to be static, otherwise each new build will be considered different module
Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.5
- SDK version: 1.4.6
- Generator version: 7.10.0
- 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)
Expand All @@ -31,7 +31,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.V3"; ModuleVersion = "1.4.5"}
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint.V3"; ModuleVersion = "1.4.6"}
```

<a id="tests"></a>
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v3/docs/AccountUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes

- Prepare the resource
```powershell
$AccountUsage = Initialize-PSSailpoint.V3AccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
$AccountUsage = Initialize-PSSailpoint.V3AccountUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10
```

Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/v3/docs/NonEmployeeRequestWithoutApprovalItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $NonEmployeeRequestWithoutApprovalItem = Initialize-PSSailpoint.V3NonEmployeeReq
-ApprovalStatus null `
-Comment approved `
-CompletionDate 2020-03-24T11:11:41.139-05:00 `
-StartDate Mon Mar 23 20:00:00 EDT 2020 `
-EndDate Wed Mar 24 20:00:00 EDT 2021 `
-StartDate Tue Mar 24 00:00:00 UTC 2020 `
-EndDate Thu Mar 25 00:00:00 UTC 2021 `
-Modified 2020-03-24T11:11:41.139-05:00 `
-Created 2020-03-24T11:11:41.139-05:00
```
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v3/docs/SourceUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes

- Prepare the resource
```powershell
$SourceUsage = Initialize-PSSailpoint.V3SourceUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
$SourceUsage = Initialize-PSSailpoint.V3SourceUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10.45
```

Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/v3/src/PSSailpoint.V3/PSSailpoint.V3.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: OpenAPI Generator Team
#
# Generated on: 12/5/2024
# Generated on: 12/06/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSSailpoint.V3.psm1'

# Version number of this module.
ModuleVersion = '1.4.5'
ModuleVersion = '1.4.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/v3/src/PSSailpoint.V3/Private/ApiClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function Invoke-ApiClient {
}

# Add Custom Header
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.5"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.5/ps"
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.6"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.6/ps"


$HasFormData = $False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.5
- SDK version: 1.4.6
- Generator version: 7.10.0
- 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)
Expand Down
2 changes: 1 addition & 1 deletion sdk-resources/beta-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
templateDir: ./sdk-resources/resources
packageName: PSSailpoint.Beta
packageVersion: 1.4.5
packageVersion: 1.4.6
apiNamePrefix: Beta
apiVersion: beta
companyName: SailPoint Technologies
Expand Down
2 changes: 1 addition & 1 deletion sdk-resources/v2024-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
templateDir: ./sdk-resources/resources
packageName: PSSailpoint.V2024
packageVersion: 1.4.5
packageVersion: 1.4.6
apiNamePrefix: V2024
apiVersion: v2024
companyName: SailPoint Technologies
Expand Down
2 changes: 1 addition & 1 deletion sdk-resources/v3-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
templateDir: ./sdk-resources/resources
packageName: PSSailpoint.V3
packageVersion: 1.4.5
packageVersion: 1.4.6
apiVersion: v3
companyName: SailPoint Technologies
packageGuid: 7A197170-97E8-4DCD-A171-271D4AEC2F34
Expand Down

0 comments on commit 5cee38a

Please sign in to comment.