Reply to post: Re: and cannot be offensive or derogatory

Geneticists throw hands in the air, change gene naming rules to finally stop Microsoft Excel eating their data

Anonymous Coward
Anonymous Coward

Re: and cannot be offensive or derogatory

From Azure Function Host (https://github.com/Azure/azure-functions-host/issues/6480):

Update terminology used in runtime source #6480

@@ -75,30 +75,30 @@ public bool TryGetFunctionMetadata(string functionName, out FunctionMetadata fun

/// Gets the function metadata array from all providers.

/// </summary>

/// <param name="forceRefresh">Forces reload from all providers.</param>

- /// <param name="applyWhitelist">Apply functions whitelist filter.</param>

+ /// <param name="applyAllowList">Apply functions allow list filter.</param>

/// <returns> An Immmutable array of FunctionMetadata.</returns>

public ImmutableArray<FunctionMetadata> GetFunctionMetadata(bool forceRefresh, bool applyWhitelist = true)

public ImmutableArray<FunctionMetadata> GetFunctionMetadata(bool forceRefresh, bool applyAllowList = true)

1K issues to deal with just with the Azure Function Host, and this one bubbles to the top of the list.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon