# Functions
No description provided by the author
No description provided by the author
Base64EncodeIfNot encodes data if the input isn't already encoded using base64.StdEncoding.EncodeToString.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NormaliseNilableBool takes a pointer to a bool and returns a zero value or the real value if present.
NormaliseNilableInt takes a pointer to an int and returns a zero value or the real value if present.
NormaliseNilableInt32 takes a pointer to an int32 and returns a zero value or the real value if present.
NormaliseNilableInt64 takes a pointer to an int64 and returns a zero value or the real value if present.
No description provided by the author
No description provided by the author
NormalizeNilableString normalizes a nilable string into a string that is, if it's nil returns an empty string else the value.
NormalizeSSHKey attempts to remove invalid formatting and line breaks that can be present in some cases when querying the Azure APIs.
RemoveFromStringArray removes all matching values from a string array.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WasConflict returns true if the HttpResponse is non-nil and has a status code of Conflict.
WasNotFound returns true if the HttpResponse is non-nil and has a status code of NotFound.