We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d539326 commit 2e79bd7Copy full SHA for 2e79bd7
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-ExecOnboardTenantQueue.ps1
@@ -364,7 +364,7 @@ function Push-ExecOnboardTenantQueue {
364
$Table = Get-CippTable -tablename 'templates'
365
$ExistingTemplates = Get-CippazDataTableEntity @Table -Filter "PartitionKey eq 'StandardsTemplateV2'" | Where-Object { $_.JSON -match 'AllTenants' }
366
foreach ($AllTenantsTemplate in $ExistingTemplates) {
367
- $object = $AllTenantesTemplate.JSON | ConvertFrom-Json
+ $object = $AllTenantsTemplate.JSON | ConvertFrom-Json
368
$NewExcludedTenants = [system.collections.generic.list[object]]::new()
369
if (!$object.excludedTenants) {
370
$object | Add-Member -MemberType NoteProperty -Name 'excludedTenants' -Value @() -Force
0 commit comments