Skip to content

Commit

Permalink
Merge pull request #24 from okta/lr-prepare-1.0.0-beta-release
Browse files Browse the repository at this point in the history
Update version to 1.0.0-beta and regenerate code
  • Loading branch information
laura-rodriguez authored Dec 4, 2023
2 parents 252cab0 + 67f6ccb commit 5a23242
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ $Manifest = @{
Description = 'Okta.PowerShell - the PowerShell module for Okta Management'


ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'


RootModule = 'Okta.PowerShell.psm1'
Guid = '{476B8907-43A6-447C-A02B-1E997982C701}' # Has to be static, otherwise each new build will be considered different module
Guid = '{1A768BB7-D2AE-4E58-8FCB-36A80DF99866}' # Has to be static, otherwise each new build will be considered different module

PowerShellVersion = '6.2'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This library uses semantic versioning and follows Okta's [library version policy

| Version | Status |
| ------- | ------------------------- |
| 0.x.0-beta | :warning: Beta |
| 1.0.0-beta | :warning: Beta |

The latest release can always be found on the [releases page][github-releases]. For more information about our SDKs' lifecycle, check out [our docs](https://developer.okta.com/code/library-versions/).

Expand All @@ -52,7 +52,7 @@ If you run into problems using the Okta PowerShell module, you can
This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 3.0.0
- SDK version: 0.1.0-beta
- SDK version: 1.0.0-beta
- Build package: org.openapitools.codegen.languages.PowerShellClientCodegen
For more information, please visit [https://developer.okta.com/](https://developer.okta.com/)

Expand All @@ -76,7 +76,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 = "Okta.PowerShell"; ModuleVersion = "0.1.0"}
Remove-Module -FullyQualifiedName @{ModuleName = "Okta.PowerShell"; ModuleVersion = "<MODULE_VERSION>"}
```

<a id="tests"></a>
Expand Down
2 changes: 1 addition & 1 deletion openapi3/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"templateDir": "./codegen-templates",
"outputDir" : "../",
"inputSpec" : "./management.yaml",
"packageVersion" : "0.1.0",
"packageVersion" : "1.0.0",
"packageDescription" : "Official PowerShell CLI for the Okta API",
"packageTitle" : "Official PowerShell for the Okta API",
"packageCompany" : "Okta, Inc.",
Expand Down
6 changes: 3 additions & 3 deletions src/Okta.PowerShell/Okta.PowerShell.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: OpenAPI Generator Team
#
# Generated on: 2023-11-21
# Generated on: 2023-12-04
#

@{
Expand All @@ -12,13 +12,13 @@
RootModule = 'Okta.PowerShell.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '476b8907-43a6-447c-a02b-1e997982c701'
GUID = '1a768bb7-d2ae-4e58-8fcb-36a80df99866'

# Author of this module
Author = 'OpenAPI Generator Team'
Expand Down
2 changes: 1 addition & 1 deletion src/Okta.PowerShell/Private/OktaApiClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function Invoke-OktaApiClient {
}
}

$OktaUserAgent = [Microsoft.PowerShell.Commands.PSUserAgent]::Chrome + " Okta.PowerShell/0.1.0"
$OktaUserAgent = [Microsoft.PowerShell.Commands.PSUserAgent]::Chrome + " Okta.PowerShell/1.0.0-beta"


# Setting up vars for retry
Expand Down
2 changes: 1 addition & 1 deletion src/Okta.PowerShell/en-US/about_Okta.PowerShell.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.0.0
- SDK version: 0.1.0
- SDK version: 1.0.0
- Build package: org.openapitools.codegen.languages.PowerShellClientCodegen
For more information, please visit [https://developer.okta.com/](https://developer.okta.com/)

Expand Down

0 comments on commit 5a23242

Please sign in to comment.