Konrad Brunner
Konrad Brunner
In TrustFrameworkLocalization.xml we have the list of supported languages: ``` en ``` Please add there also the "Add more languages here" comment: ``` en ```
### Description Trying to login with: $AlyaAzureEnvironment = "AzureCloud" $AlyaTenantId = "YourTenantId" $SubscriptionName = "YourSubscriptionName" Connect-AzAccount -Environment $AlyaAzureEnvironment -Tenant $AlyaTenantId -Subscription $SubscriptionName I get a window with known windows accounts:...
### Describe the bug Trying to create a new Password Rule Directory Settings : ``` # Configuring settings template Write-Host "Configuring settings template" -ForegroundColor $CommandInfo $SettingTemplate = Get-MgBetaDirectorySettingTemplate | Where-Object...
### Describe the bug Trying to upload the company bradning backgound image with: ``` Set-MgBetaOrganizationBrandingBackgroundImage -OrganizationId $AlyaTenantId -InFile $uplFile ``` Getting following error: ``` Set-MgBetaOrganizationBrandingBackgroundImage_Set: D:\WindowsPowerShell\Modules\Microsoft.Graph.Beta.Identity.DirectoryManagement\2.26.1\exports\ProxyCmdletDefinitions.ps1:128845:23 Line | 128845 |...