Skip to content

Commit 7e6d2bc

Browse files
author
Teng Lu
committed
remove subdomain check for idempotent
1 parent 3d4f28a commit 7e6d2bc

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/IotCentral/IotCentral/Az.IotCentral.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.7.2'
15+
ModuleVersion = '0.7.1'
1616

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

src/IotCentral/IotCentral/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
2221
## Version 0.7.2
2322
* Remove subdomain check for create new IotCentral application, it will be handled by resource provider for idempotent
2423

src/IotCentral/IotCentral/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("0.7.2")]
35-
[assembly: AssemblyVersion("0.7.2")]
36-
[assembly: AssemblyFileVersion("0.7.2")]
34+
// [assembly: AssemblyVersion("0.7.1")]
35+
[assembly: AssemblyVersion("0.7.1")]
36+
[assembly: AssemblyFileVersion("0.7.1")]

0 commit comments

Comments
 (0)