diff --git a/Build.ps1 b/Build.ps1 index fa7dff0..704f212 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -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' diff --git a/README.md b/README.md index 48d5c81..2931933 100644 --- a/README.md +++ b/README.md @@ -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/). @@ -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/) @@ -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 = ""} ``` diff --git a/openapi3/config.json b/openapi3/config.json index 66742b8..eaa9c0a 100644 --- a/openapi3/config.json +++ b/openapi3/config.json @@ -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.", diff --git a/src/Okta.PowerShell/Okta.PowerShell.psd1 b/src/Okta.PowerShell/Okta.PowerShell.psd1 index 8c4c76d..4dc38bb 100644 --- a/src/Okta.PowerShell/Okta.PowerShell.psd1 +++ b/src/Okta.PowerShell/Okta.PowerShell.psd1 @@ -3,7 +3,7 @@ # # Generated by: OpenAPI Generator Team # -# Generated on: 2023-11-21 +# Generated on: 2023-12-04 # @{ @@ -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' diff --git a/src/Okta.PowerShell/Private/OktaApiClient.ps1 b/src/Okta.PowerShell/Private/OktaApiClient.ps1 index b1961e3..8a720cb 100644 --- a/src/Okta.PowerShell/Private/OktaApiClient.ps1 +++ b/src/Okta.PowerShell/Private/OktaApiClient.ps1 @@ -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 diff --git a/src/Okta.PowerShell/en-US/about_Okta.PowerShell.help.txt b/src/Okta.PowerShell/en-US/about_Okta.PowerShell.help.txt index 38d2fe9..d4950fb 100644 --- a/src/Okta.PowerShell/en-US/about_Okta.PowerShell.help.txt +++ b/src/Okta.PowerShell/en-US/about_Okta.PowerShell.help.txt @@ -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/)