fix formatting
This commit is contained in:
Родитель
d451df12a0
Коммит
74239cc193
|
@ -199,11 +199,11 @@ function UpdateResourceGroupState()
|
|||
$tags.IoTSuiteState = $state
|
||||
$updated = $true
|
||||
}
|
||||
if ($tags.ContainsKey("IoTSuiteVersion") -and $tags.IoTSuiteVersion -ne $global:version)
|
||||
{
|
||||
if ($tags.ContainsKey("IoTSuiteVersion") -and $tags.IoTSuiteVersion -ne $global:version)
|
||||
{
|
||||
$tags.IoTSuiteVersion = $global:version
|
||||
$updated = $true
|
||||
}
|
||||
}
|
||||
if (!$updated)
|
||||
{
|
||||
$tags += @{"IoTSuiteState" = $state}
|
||||
|
|
Загрузка…
Ссылка в новой задаче