in pkg/errors/armerrors.go [73:76]
func IsNicReservedForAnotherVM(err error) bool { azErr := IsResponseError(err) return azErr != nil && azErr.ErrorCode == NicReservedForAnotherVM }