Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#320 from DChorn-ANS/patch-5
Browse files Browse the repository at this point in the history
Add PScustomobject to resolve error with add-azdatatableentity
  • Loading branch information
KelvinTegelaar authored Apr 12, 2023
2 parents bf79499 + 29a9262 commit abcb436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DomainAnalyser_GetTenantDomains/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if ($TenantCount -gt 0) {
$Domain = Get-AzDataTableEntity @DomainTable -Filter $Filter

if (!$Domain) {
$DomainObject = @{
$DomainObject = [pscustomobject]@{
DomainAnalyser = ''
TenantDetails = $TenantDetails
TenantId = $Tenant.Tenant
Expand Down

0 comments on commit abcb436

Please sign in to comment.