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

Added Support for EntraID identities #754

Merged
merged 52 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
befa09b
removed Key expiration
shawntmeyer Feb 19, 2025
8ecf2c6
Merge branch 'main' of https://github.com/shawntmeyer/avdaccelerator
shawntmeyer Feb 21, 2025
49ad8c2
updated Groups UI
shawntmeyer Feb 21, 2025
996a361
Merge branch 'main' of https://github.com/shawntmeyer/avdaccelerator
shawntmeyer Feb 22, 2025
288c2f2
entraid support
shawntmeyer Feb 22, 2025
15d9a7f
removed extra if
shawntmeyer Feb 22, 2025
9e860a6
testing with my branch
shawntmeyer Feb 22, 2025
14ba1fa
remove managementvm on entraid
shawntmeyer Feb 22, 2025
95f2bf2
update portal
shawntmeyer Feb 22, 2025
52c7105
updated ui
shawntmeyer Feb 22, 2025
5c620b6
changed EnterpriseApp to ServicePrincipal
shawntmeyer Feb 22, 2025
9806aa5
updated portal
shawntmeyer Feb 22, 2025
88176b0
fixed avdarm
shawntmeyer Feb 22, 2025
cad8072
update RBAC
shawntmeyer Feb 22, 2025
5f82f05
updated url for script
shawntmeyer Feb 23, 2025
241b647
updated ui
shawntmeyer Feb 23, 2025
7adf066
fixed createPrivateDNS parameter
shawntmeyer Feb 23, 2025
525960e
fixed identityDomainName in SessionHost Script
shawntmeyer Feb 23, 2025
81a38bb
added conditions for storage managed identity
shawntmeyer Feb 23, 2025
a105fd2
added logging to set session host
shawntmeyer Feb 23, 2025
8c785b4
changed to -command
shawntmeyer Feb 23, 2025
591be5b
configure baseuri back to azure
shawntmeyer Feb 23, 2025
6b0479e
updated doc for identity info
shawntmeyer Feb 23, 2025
b4c3202
settings
shawntmeyer Feb 23, 2025
7ca56ad
Merge branch 'main' into main
shawntmeyer Feb 24, 2025
b737533
new session host brownfield fix up
shawntmeyer Feb 25, 2025
114e010
merged files
shawntmeyer Feb 25, 2025
9f46c44
updated json files
shawntmeyer Feb 25, 2025
1af9ace
fixed reference to sub
shawntmeyer Feb 25, 2025
77334f1
fixed hostpool call
shawntmeyer Feb 25, 2025
5c61b21
updated reference
shawntmeyer Feb 25, 2025
4cc00b7
fixed portalui for new session hosts
shawntmeyer Feb 25, 2025
ddd09b8
fixed validation on deployment prefix
shawntmeyer Feb 25, 2025
803d2c8
fixed regex
shawntmeyer Feb 25, 2025
0558199
tag regex
shawntmeyer Feb 25, 2025
e07456e
fixed modulo function and portal
shawntmeyer Feb 25, 2025
106a889
fixed portal screen
shawntmeyer Feb 25, 2025
a84d195
update set-sessionhostconfig.ps1
shawntmeyer Feb 26, 2025
492bd5a
update allowed values for tags
shawntmeyer Feb 26, 2025
e1c0591
updated batch size
shawntmeyer Feb 26, 2025
b90edce
unified changes across baseline and new session hosts
shawntmeyer Feb 26, 2025
c2ad100
fixed keyvault ref
shawntmeyer Feb 26, 2025
8056d66
added index to UI
shawntmeyer Feb 26, 2025
4ac1e60
updated publisher reference for all lowercase
shawntmeyer Feb 26, 2025
868b936
added count to UI
shawntmeyer Feb 26, 2025
5238673
fixed vmsize count reference
shawntmeyer Feb 26, 2025
9f59ba7
fixed custom image in portal ui
shawntmeyer Feb 26, 2025
6febddd
updated docs and reverted script path to azure repo
shawntmeyer Feb 26, 2025
cea57f9
fixed the servicePrincpalApiCalls
shawntmeyer Feb 27, 2025
1428744
fixed condition on serviceprincipal blade controls and outputs.
shawntmeyer Feb 27, 2025
d52165f
updated to match azure repo in leue of sync
shawntmeyer Mar 5, 2025
d1d1d01
Update deploy.bicep
danycontre Mar 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
Loading