# Functions
AMAVersionStatusToString converts a HashicorpCloudConsulamaAmaVersionStatus to a string.
FederationTokensHaveSamePrimary determines if two federation tokens (base64 encoded JWTs) have the same 'Primary' claim, which denotes that the tokens belong to the same primary HCS cluster.
FlattenTags converts a tag map of *string values to interface{} values.
IsAutoRestResponseCodeAccepted determines if an AutoRest response code was 202 Accepted.
IsAutoRestResponseCodeNotFound determines if an AutoRest response code was 404 not found.
ParseResourceGroupNameFromID takes an Azure id string and parses the Azure Resource Group name.
ParseNameFromID takes an Azure id string and parses the Resource name.
No description provided by the author
TagValueToString converts a tag interface{} to string.
ToError will convert the passed in diag.Diagnostics d to an error if it is non-nil and contains an error.