Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.47 KB

File metadata and controls

78 lines (59 loc) · 2.47 KB

Upcoming Release

Version 2.0.1

  • Fixed GitHub issue #23731 'Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present'
    • Fixed NextLink property to give absolute URI, allowing subsequent pages of results to be retrieved.

Version 2.0.0

  • Introduced various new features by upgrading code generator. Please see detail here.

Version 1.4.1

  • The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement:
    • Get-AzAppConfigurationStore
    • New-AzAppConfigurationStore
    • Update-AzAppConfigurationStore

Version 1.4.0

  • Upgraded nuget package to signed package.

Version 1.3.2

  • Fixed secrets exposure in example documentation.

Version 1.3.1

  • Introduced secrets detection feature to safeguard sensitive data.

Version 1.3.0

  • Added cmdlets to support data plane operation:
    • Get-AzAppConfigurationKey
    • Get-AzAppConfigurationKeyValue
    • Get-AzAppConfigurationLabel
    • Get-AzAppConfigurationRevision
    • Remove-AzAppConfigurationKeyValue
    • Remove-AzAppConfigurationLock
    • Set-AzAppConfigurationKeyValue
    • Set-AzAppConfigurationLock
    • Test-AzAppConfigurationKeyValue

Version 1.2.0

  • Added cmdlets Get-AzAppConfigurationDeletedStore and Clear-AzAppConfigurationDeletedStore
  • Updated ApiVersion to 2022-05-01.

Version 1.1.0

  • Added parameter "PublicNetworkAccess" in New-AzAppConfigurationStore and Update-AzAppConfigurationStore

Version 1.0.0

  • General availability of 'Az.AppConfiguration' module

Version 0.2.0

  • Supported customer-managed keys and configuration of managed identity.

Version 0.1.4

Version 0.1.3

Version 0.1.2

Version 0.1.1

Version 0.1.0

  • the first preview release