github Azure/azure-sdk-for-go sdk/keyvault/azsecrets/v0.6.0

latest releases: sdk/resourcemanager/trustedsigning/armtrustedsigning/v0.1.0, sdk/resourcemanager/computeschedule/armcomputeschedule/v0.1.0, sdk/resourcemanager/containerservice/armcontainerservice/v6.2.0-beta.1...
pre-release2 years ago

0.6.0 (2022-03-08)

Breaking Changes

  • Changes Attributes to Properties
  • Changes Secret.KID to Secret.KeyID
  • Changes DeletedSecretBundle to DeletedSecret
  • Changes DeletedDate to DeletedOn, Created to CreatedOn, and Updated to UpdatedOn
  • Changes the signature of Client.UpdateSecretProperties to have all alterable properties in the UpdateSecretPropertiesOptions parameter, removing the parameters Properties parameter.
  • Changes Item to SecretItem
  • Pollers and pagers are structs instead of interfaces
  • Prefixed all DeletionRecoveryLevel constants with "DeletionRecoveryLevel"
  • Changed pager APIs for ListSecretVersionsPager, ListDeletedSecretsPager, and ListSecretsPager
    • Use the More() method to determine if there are more pages to fetch
    • Use the NextPage(context.Context) to fetch the next page of results
  • Removed all RawResponse *http.Response fields from response structs.

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.