Skip to content

Commit

Permalink
Bump version to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp authored and developer-relations-sp committed Jul 2, 2024
1 parent a1a055c commit 21a5e3a
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 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.3.0'
ModuleVersion = '1.3.1'

RootModule = 'PSSailpoint.psm1'
Guid = '7A197170-97E8-4DCD-A171-271D4AEC2F36' # Has to be static, otherwise each new build will be considered different module
Expand Down
4 changes: 2 additions & 2 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: 07/01/2024
# Generated on: 07/02/2024
#

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

# Version number of this module.
ModuleVersion = '1.3.0'
ModuleVersion = '1.3.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/beta/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'PSSailpointBeta - the PowerShell module for Identity Security Cloud Beta API'

ModuleVersion = '1.3.0'
ModuleVersion = '1.3.1'

RootModule = 'PSSailpointBeta.psm1'
Guid = '61785CF2-2EB2-4FB6-9F7C-C5BD5B1733EB' # 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.3.0
- SDK version: 1.3.1
- 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 @@ -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.0"}
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpointBeta"; ModuleVersion = "1.3.1"}
```

<a id="tests"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ function Invoke-BetaApiClient {
}

# Add Custom Header
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.3.0"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.3.0/ps"
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.3.1"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.3.1/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.3.0
- SDK version: 1.3.1
- 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 @@ -54,7 +54,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'PSSailpoint - the PowerShell module for Identity Security Cloud V3 API'

ModuleVersion = '1.3.0'
ModuleVersion = '1.3.1'

RootModule = 'PSSailpoint.psm1'
Guid = '7A197170-97E8-4DCD-A171-271D4AEC2F36' # 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.3.0
- SDK version: 1.3.1
- 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 @@ -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.0"}
Remove-Module -FullyQualifiedName @{ModuleName = "PSSailpoint"; ModuleVersion = "1.3.1"}
```

<a id="tests"></a>
Expand Down
4 changes: 2 additions & 2 deletions PSSailpoint/v3/src/PSSailpoint/Private/ApiClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ function Invoke-ApiClient {
}

# Add Custom Header
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.3.0"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.3.0/ps"
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.3.1"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.3.1/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.3.0
- SDK version: 1.3.1
- 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: PSSailpointBeta
packageVersion: 1.3.0
packageVersion: 1.3.1
apiNamePrefix: Beta
apiVersion: beta
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
packageVersion: 1.3.0
packageVersion: 1.3.1
apiVersion: v3
companyName: SailPoint Technologies
packageGuid: 7A197170-97E8-4DCD-A171-271D4AEC2F36
Expand Down

0 comments on commit 21a5e3a

Please sign in to comment.