diff --git a/src/Functions/Az.Functions.psd1 b/src/Functions/Az.Functions.psd1 index 00860635cf9d..ae0320118f56 100644 --- a/src/Functions/Az.Functions.psd1 +++ b/src/Functions/Az.Functions.psd1 @@ -12,7 +12,7 @@ RootModule = './Az.Functions.psm1' # Version number of this module. -ModuleVersion = '2.0.0' +ModuleVersion = '1.0.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Functions/ChangeLog.md b/src/Functions/ChangeLog.md index 0bc280e05dce..8803442286ba 100644 --- a/src/Functions/ChangeLog.md +++ b/src/Functions/ChangeLog.md @@ -18,8 +18,6 @@ - Additional information about change #1 --> ## Upcoming Release - -## Version 2.0.0 * Implemented Functions Stacks API which describes what runtimes and runtime versions are available for function app creation * Bug fixing diff --git a/tools/VersionController/MinimalVersion.csv b/tools/VersionController/MinimalVersion.csv index 7981e1639e14..1015f0fb4be1 100644 --- a/tools/VersionController/MinimalVersion.csv +++ b/tools/VersionController/MinimalVersion.csv @@ -1,2 +1,3 @@ "Module","Minimal Version" "Az.Databricks","1.0.0" +"Az.Functions","2.0.0"