Versions in this module Expand all Collapse all v1 v1.46.0 Nov 10, 2020 Changes in this version + func AllEquals(v ...interface{}) bool + func Base64EncodeIfNot(data string) string + func Bool(input bool) *bool + func ExpandFloatSlice(input []interface{}) *[]float64 + func ExpandInt32Slice(input []interface{}) *[]int32 + func ExpandMapStringPtrString(input map[string]interface{}) map[string]*string + func ExpandStringSlice(input []interface{}) *[]string + func FlattenFloatSlice(input *[]float64) []interface + func FlattenInt32Slice(input *[]int32) []interface + func FlattenMapStringPtrString(input map[string]*string) map[string]interface + func FlattenStringSlice(input *[]string) []interface + func Float(input float64) *float64 + func Int(input int) *int + func Int32(input int32) *int32 + func Int64(input int64) *int64 + func NormalizeIPv6Address(ipv6 interface{}) string + func NormalizeJson(jsonString interface{}) string + func RemoveFromStringArray(elements []string, remove string) []string + func ResponseErrorIsRetryable(err error) bool + func ResponseWasConflict(resp autorest.Response) bool + func ResponseWasForbidden(resp autorest.Response) bool + func ResponseWasNotFound(resp autorest.Response) bool + func ResponseWasStatusCode(resp autorest.Response, statusCode int) bool + func SliceContainsValue(input []string, value string) bool + func String(input string) *string