Skip to content

Commit 9ffb26b

Browse files
committed
Fix module version/id.
1 parent 0d1a215 commit 9ffb26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/SubscriptionDefinition/AzureRM.SubscriptionDefinition.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.5'
15+
ModuleVersion = '0.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
1919

2020
# ID used to uniquely identify this module
21-
GUID = 'd72f2aef-79c8-4119-9fef-36710708712d'
21+
GUID = 'bb985428-37c8-42cc-9193-58523906bd6d'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'

0 commit comments

Comments
 (0)