File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/IotCentral/IotCentral Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
## Version 0.7.2
22
- * Remove subdomain check for create new IotCentral application, it will be handled by resource provider for idempotent
22
+ * Remove subdomain and resource name checks for create new IotCentral application, it will be handled by resource provider for idempotent
23
23
24
24
## Version 0.7.1
25
25
* Added subdomain parameter to Set-AzureRmIoTCentralApp for updating subdomain
Original file line number Diff line number Diff line change @@ -43,13 +43,5 @@ public static AppPatch CreateAppPatch(App iotCentralApp)
43
43
} ;
44
44
return copiedIotCenralApp ;
45
45
}
46
-
47
- public static void EnsureAvailabilityOrThrow ( AppAvailabilityInfo availabilityInfo )
48
- {
49
- if ( availabilityInfo . NameAvailable != true )
50
- {
51
- throw new PSArgumentException ( availabilityInfo . Message ) ;
52
- }
53
- }
54
46
}
55
47
}
You can’t perform that action at this time.
0 commit comments