New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided #18192
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Functions
Service Attention
This issue is responsible by Azure service team.
Milestone
Description
New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided.
Previous verbose messages:
RuntimeVersion not specified. Setting default runtime version for '$Runtime' to '$RuntimeVersion'
FunctionsVersion not specified. Setting default FunctionsVersion to '$FunctionsVersion'
OSType for $Runtime is '$OSType'
New warning messages:
RuntimeVersion not specified. Setting default value to '< currentDefaultValue >'. This default value is subject to change over time. Please set this value explicitly to ensure the be behavior is not accidentally impacted by future changes.
FunctionsVersion not specified. Setting default FunctionsVersion to '< currentDefaultValue >'. This default value is subject to change over time. Please set this value explicitly to ensure the be behavior is not accidentally impacted by future changes.
OSType not specified. Setting default value to '< currentDefaultValue >'. This default value is subject to change over time. Please set this value explicitly to ensure the be behavior is not accidentally impacted by future changes.
Issue script & Debug output
N/A
Environment data
N/A
Module versions
N/A
Error output
N/A
The text was updated successfully, but these errors were encountered: