-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
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/AEnvironment data
N/AModule versions
N/AError output
N/A