Skip to content

sdk/resourcemanager/appconfiguration/armappconfiguration/v2.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 20 Nov 08:25
f601bad

2.2.0 (2024-11-20)

Features Added

  • New enum type AuthenticationMode with values AuthenticationModeLocal, AuthenticationModePassThrough
  • New enum type CompositionType with values CompositionTypeKey, CompositionTypeKeyLabel
  • New enum type PrivateLinkDelegation with values PrivateLinkDelegationDisabled, PrivateLinkDelegationEnabled
  • New enum type SnapshotStatus with values SnapshotStatusArchived, SnapshotStatusFailed, SnapshotStatusProvisioning, SnapshotStatusReady
  • New function *ClientFactory.NewSnapshotsClient() *SnapshotsClient
  • New function NewSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SnapshotsClient, error)
  • New function *SnapshotsClient.BeginCreate(context.Context, string, string, string, Snapshot, *SnapshotsClientBeginCreateOptions) (*runtime.Poller[SnapshotsClientCreateResponse], error)
  • New function *SnapshotsClient.Get(context.Context, string, string, string, *SnapshotsClientGetOptions) (SnapshotsClientGetResponse, error)
  • New struct DataPlaneProxyProperties
  • New struct KeyValueFilter
  • New struct Snapshot
  • New struct SnapshotProperties
  • New field DataPlaneProxy in struct ConfigurationStoreProperties
  • New field DataPlaneProxy in struct ConfigurationStorePropertiesUpdateParameters