sdk/messaging/azeventhubs/internal/constants.go (3 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package internal
// Version is the semantic version number
const Version = "v2.0.0-beta.2"
// CapabilityGeoDRReplication is passed as part of our desired capabilities when creating links.
const CapabilityGeoDRReplication = "com.microsoft:georeplication"