Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
companyName should be filled in if it is not assigned in parameter (#…
…3293) @freddydk Added filling in companyName no matter if it is added as parameter in Publish-PerTenantExtensionApps.ps1. Empty companyName could give issues, so in my opinion it should be not empty. Before the change if someone don't add the parameter then the next line of code: `Write-Host "Company '$companyName' has id $companyId"` is missing companyName. Co-authored-by: Marek Busse <[email protected]>
- Loading branch information