github Azure/azure-sdk-for-js @azure/app-configuration_1.2.0-beta.2

latest releases: @azure/template_1.0.12-beta.3640012, @azure/notification-hubs_1.2.0, @azure/template_1.0.12-beta.3640011...
pre-release2 years ago

1.2.0-beta.2 (2021-06-08)

  • With #15136, if the key of a feature flag(setting with contentType="application/vnd.microsoft.appconfig.ff+json;charset=utf-8") doesn't start with ".appconfig.featureflag/" (featureFlagPrefix), SDK adds the prefix before sending the request.
  • New design for feature flags and secret references,
    • New types for FeatureFlag and SecretReference - ConfigurationSetting<FeatureFlagValue> and ConfigurationSetting<SecretReferenceValue>
    • Upon using getConfigurationSetting(or add/update), use parseFeatureFlag and parseSecretReference methods to access the properties(to translate ConfigurationSetting into the types above).
    • Helper method isFeatureFlag (and isSecretReference) checks the contentType and return boolean values.

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

NewReleases is sending notifications on new releases.