Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q1 2025 - Updates #758

Open
wants to merge 73 commits into
base: main
Choose a base branch
from
Open

Q1 2025 - Updates #758

wants to merge 73 commits into from

Conversation

danycontre
Copy link
Collaborator

Overview/Summary

Replace this with a brief description of what this Pull Request fixes, changes, etc.

This PR fixes/adds/changes/removes

  1. Replace me
  2. Replace me
  3. Replace me

Breaking Changes

  1. Replace me
  2. Replace me

Testing Evidence

Replace this with any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).

As part of this Pull Request I have

  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Ensured the resource API versions in .bicep file/s I am adding/editing are using the latest API version possible
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues
  • (AVD LZA Team Only) Associated it with relevant ADO Items
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Performed testing and provided evidence.
  • Updated relevant and associated documentation (e.g. Contribution Guide, Module READMEs, Docs etc.)

Dany Contreras and others added 30 commits March 6, 2025 13:35
* removed Key expiration

* updated Groups UI

* entraid support

* removed extra if

* testing with my branch

* remove managementvm on entraid

* update portal

* updated ui

* changed EnterpriseApp to ServicePrincipal

* updated portal

* fixed avdarm

* update RBAC

* updated url for script

* updated ui

* fixed createPrivateDNS parameter

* fixed identityDomainName in SessionHost Script

* added conditions for storage managed identity

* added logging to set session host

* changed to -command

* configure baseuri back to azure

* updated doc for identity info

* settings

* new session host brownfield fix up

* merged files

* updated json files

* fixed reference to sub

* fixed hostpool call

* updated reference

* fixed portalui for new session hosts

* fixed validation on deployment prefix

* fixed regex

* tag regex

* fixed modulo function and portal

* fixed portal screen

* update set-sessionhostconfig.ps1

* update allowed values for tags

* updated batch size

* unified changes across baseline and new session hosts

* fixed keyvault ref

* added index to UI

* updated publisher reference for all lowercase

* added count to UI

* fixed vmsize count reference

* fixed custom image in portal ui

* updated docs and reverted script path to azure repo

* fixed the servicePrincpalApiCalls

* fixed condition on serviceprincipal blade controls and outputs.

* updated to match azure repo in leue of sync

* Update deploy.bicep

---------

Co-authored-by: Dany Contreras <[email protected]>
"location": "[parameters('location')]",
"properties": {
"source": {
"script": "param (\r\n [string]$StorageAccountName,\r\n [string]$StorageAccountSuffix,\r\n [string]$StorageAccountKey\r\n)\r\n\r\nStart-Process -FilePath 'cmdkey.exe' -ArgumentList \"/add:$($StorageAccountName).file.$($StorageAccountSuffix) /user:localhost\\$($StorageAccountName) /pass:$($StorageAccountKey)\" -NoNewWindow -Wait\r\n "

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
If ($FsLogixStorageAccountKey -ne '') {
$SAName = $FSLogixStorageFQDN.Split('.')[0]
Write-Log -Message "Adding Local Storage Account Key for '$FSLogixStorageFQDN' to Credential Manager" -Category 'Info'
$CMDKey = Start-Process -FilePath 'cmdkey.exe' -ArgumentList "/add:$FSLogixStorageFQDN /user:localhost\$SAName /pass:$FSLogixStorageAccountKey" -Wait -PassThru

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not debug code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants