Skip to content

Commit

Permalink
bump to 1.4.5 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Sep 12, 2024
1 parent e445e3b commit 3a3c8fd
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 5,427 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build V2024 SDK
id: buildV2024
run: |
rm -rf ./PSSailpoint/v2024
rm -rf ./Tm/v2024
java -jar openapi-generator-cli.jar generate -i api-specs/idn/sailpoint-api.v2024.yaml -g powershell -o Tm/v2024 --global-property skipFormModel=false --config sdk-resources/v2024-config.yaml
node sdk-resources/postscript.js ./Tm/v2024
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
run: |
$DebugPreference="Continue"
./Tm/Build.ps1
./Tm/v3/src/Tm.V3/Build.ps1
./Tm/v2024/src/Tm.V2024/Build.ps1
./Tm/beta/src/Tm.Beta/Build.ps1
./Tm/v3/Build.ps1
./Tm/v2024/Build.ps1
./Tm/beta/Build.ps1
Import-Module -Name '.\Tm\beta\src\Tm.Beta' -Verbose
Import-Module -Name '.\Tm\v3\src\Tm.V3' -Verbose
Expand Down
2 changes: 1 addition & 1 deletion Tm/beta/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'Tm.Beta - the PowerShell module for Identity Security Cloud Beta API'

ModuleVersion = '1.4.3'
ModuleVersion = '1.4.5'

RootModule = 'Tm.Beta.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 Tm/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.3
- SDK version: 1.4.5
- 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 = "Tm.Beta"; ModuleVersion = "1.4.3"}
Remove-Module -FullyQualifiedName @{ModuleName = "Tm.Beta"; ModuleVersion = "1.4.5"}
```

<a id="tests"></a>
Expand Down
4 changes: 2 additions & 2 deletions Tm/beta/src/Tm.Beta/Private/BetaApiClient.ps1
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.4.3"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.3/ps"
$HeaderParameters['X-SailPoint-SDK'] = "Powershell-1.4.5"
$HeaderParameters['User-Agent'] = "OpenAPI-Generator/1.4.5/ps"


$HasFormData = $False
Expand Down
1,981 changes: 0 additions & 1,981 deletions Tm/beta/src/Tm.Beta/Tm.Beta.psd1

This file was deleted.

2 changes: 1 addition & 1 deletion Tm/beta/src/Tm.Beta/en-US/about_Tm.Beta.help.txt
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.3
- SDK version: 1.4.5
- 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 Tm/v2024/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $Manifest = @{
CompanyName = 'SailPoint Technologies'
Description = 'Tm.V2024 - the PowerShell module for Identity Security Cloud V2024 API'

ModuleVersion = '1.4.3'
ModuleVersion = '1.4.5'

RootModule = 'Tm.V2024.psm1'
Guid = '51EC9F24-1977-40CE-A990-D0186150E0A2' # Has to be static, otherwise each new build will be considered different module
Expand Down
4 changes: 2 additions & 2 deletions Tm/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.3
- SDK version: 1.4.5
- 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 = "Tm.V2024"; ModuleVersion = "1.4.3"}
Remove-Module -FullyQualifiedName @{ModuleName = "Tm.V2024"; ModuleVersion = "1.4.5"}
```

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

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


$HasFormData = $False
Expand Down
Loading

0 comments on commit 3a3c8fd

Please sign in to comment.