Skip to content

Commit 40879b9

Browse files
authored
Revert upgraded version of Az.Functions. (#13289)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 69c5435 commit 40879b9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Functions/Az.Functions.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.Functions.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.0.0'
15+
ModuleVersion = '1.0.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Functions/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
22-
## Version 2.0.0
2321
* Implemented Functions Stacks API which describes what runtimes and runtime versions are available for function app creation
2422
* Bug fixing
2523

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"Module","Minimal Version"
22
"Az.Databricks","1.0.0"
3+
"Az.Functions","2.0.0"

0 commit comments

Comments
 (0)