You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the function core tools in a CI/CD pipeline to publish some functions and would very much like to not have the function key (code=... ) shown as part of the logs in clear text.
Ideally add a switch to the publish command to show/not show the code or the entire URL. Neither is needed for CI/CD pipeline runs.
This issue has been resolved by PR #2938 and #2941. By default, the function key should not be exposed now when publishing. If this behavior is desired, then the switch --show-keys has been included.
We are using the function core tools in a CI/CD pipeline to publish some functions and would very much like to not have the function key (
code=...
) shown as part of the logs in clear text.Ideally add a switch to the publish command to show/not show the code or the entire URL. Neither is needed for CI/CD pipeline runs.
Function core tools version: 3.0.3785
Like here I guess :)
azure-functions-core-tools/src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs
Line 364 in 6a070fb
The text was updated successfully, but these errors were encountered: