Azure / Azure/RDS-Templates

VERSION 1.22 - When we Publish App from Path (CommandLineSetting is not configured properly)

Open
#395 0 comments 0 reactions 0 assignees View on GitHub
3-wvd-management-ux
Dominant language
PowerShell
Stars
524
Forks
610
PR merge metrics
No merged PRs in 30d

Description

When adding new APP from Path - CommandLine Argument when it sets to **DoNotAllow** while it should be setted to Require, this has been a bug since version 1.20, upgraded to 1.21 and 1.22 without any luck. Version 1.22 report new APP version 1.20 as well..

APP CREATED WITH Management UX
TenantGroupName : Default Tenant Group
**CommandLineSetting : DoNotAllow**
Description :
FriendlyName : Chrome WEB
IconIndex : 0
IconPath : C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
RequiredCommandLine : "outlook.office.com"
ShowInWebFeed : True

To fix the issue i have to update the rules
Set-RdsRemoteApp -AppGroupName $APPGROUP -HostPoolName $HostPoolApps -Name ChromeWEB -CommandLineSetting **Require**

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the app-from-path publishing flow described in the issue and the Set-RdsRemoteApp command shown in the workaround. Reproduce the reported CommandLineSetting value of DoNotAllow, then compare it with the expected Require setting and the reported application version. The issue does not name a source file or test, so locating the relevant template or management entry point is part of the investigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.