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

Make TrustedLaunch default in for VM and VMSS creation #22974

Merged
merged 45 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
3718004
dev and test
Sandido Oct 13, 2023
5e9f806
vmss dev and test
Sandido Oct 16, 2023
79fe744
initial disk play
Sandido Oct 18, 2023
401750e
disk defaulting dev and test
Sandido Oct 20, 2023
ebe31cf
test play for new vm managed disk scenario
Sandido Oct 20, 2023
84db246
tl disk testing trying
Sandido Oct 23, 2023
27a61ee
clean
Sandido Oct 23, 2023
2e209b1
disk clean test good
Sandido Oct 24, 2023
428c920
vm rerecorded tests raw success
Sandido Oct 25, 2023
983af18
clean
Sandido Oct 26, 2023
7e79157
test
Sandido Oct 26, 2023
20c2a00
trying managed disk vm scenario, vmss stuff too
Sandido Nov 1, 2023
74e064e
stuff
Sandido Nov 2, 2023
1e214e6
vmss and vm tests
Sandido Nov 2, 2023
d939427
2 rerecorded tests
Sandido Nov 2, 2023
87dcbf8
tests so far
Sandido Nov 3, 2023
045dde0
fixing most tests, enabling stnd
Sandido Nov 3, 2023
1f7a6f5
all compute tests fixed i think
Sandido Nov 5, 2023
e6c84e4
compute tests mostly fixed
Sandido Nov 5, 2023
994756b
clean
Sandido Nov 5, 2023
f7e5ed1
recovery services tests
Sandido Nov 5, 2023
9ec1b67
examples and disk standard parts and recoveryservices test fix
Sandido Nov 5, 2023
0f0beef
changelog
Sandido Nov 5, 2023
3240ca9
Merge branch 'main' into adsandor/tldefault
Sandido Nov 5, 2023
88c10a5
guestattestation removal
Sandido Nov 5, 2023
aba3f36
Merge branch 'adsandor/tldefault' of https://github.com/Azure/azure-p…
Sandido Nov 5, 2023
b165fb5
removed disableintegritymonitoring parameter
Sandido Nov 5, 2023
2d181e8
changelog clean
Sandido Nov 6, 2023
8f23b4f
Update BreakingChangeIssues.csv
Sandido Nov 6, 2023
4c37514
Update BreakingChangeIssues.csv
Sandido Nov 6, 2023
d32a179
example fix
Sandido Nov 6, 2023
64f8d18
Merge branch 'adsandor/tldefault' of https://github.com/Azure/azure-p…
Sandido Nov 6, 2023
dd2c61b
added back in guest attestation logic
Sandido Nov 6, 2023
d6decbf
Update BreakingChangeIssues.csv
Sandido Nov 6, 2023
389c9b0
put back guest attestation, fixed tests for that.
Sandido Nov 6, 2023
6174e57
Update VirtualMachineScaleSetCreateOrUpdateMethod.cs
Sandido Nov 6, 2023
0726a70
Update New-AzVM.md
Sandido Nov 6, 2023
5af0023
Update New-AzVmss.md
Sandido Nov 6, 2023
3d64f4a
Merge branch 'adsandor/tldefault' of https://github.com/Azure/azure-p…
Sandido Nov 6, 2023
40ecee1
rerecord tests
Sandido Nov 6, 2023
f564f1f
fix ssh test
Sandido Nov 6, 2023
32be162
vm test cleanup
Sandido Nov 6, 2023
c772b7b
cleanups and error safety
Sandido Nov 6, 2023
95999ad
simplify based on comments. Match VM images with vmss images
Sandido Nov 7, 2023
4e3c519
cleanup mostly
Sandido Nov 7, 2023
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
Prev Previous commit
Next Next commit
Merge branch 'main' into adsandor/tldefault
Sandido authored Nov 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3240ca99c641e0ab27731304df82fc56f0542e1a
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@
* [Breaking Change] Added defaulting logic for VM and VMSS creation to set SecurityType to TrustedLaunch and SecureBootEnabled and VTpmEnalbed to true when those are not set by the user.
* [Breaking Change] Added defaulting logic for Disk creation to default to TrustedLaunch when able. Allows the user to turn this off by setting the SecurityType to Standard.
* Removed the GuestAttestation extension installation by default for VM and VMSS resources. The feature team wants this rolled back.
* Added new parameters `-ElasticSanResourceId` and `-OptimizedForFrequentAttach` to `New-AzDiskConfig` cmdlet.
* Added new parameter `-ElasticSanResourceId` to `New-AzSnapshotConfig` cmdlet.

## Version 6.3.0
* Added `-Hibernate` switch parameter to `Stop-AzVmss` default parameter set.
You are viewing a condensed version of this merge commit. You can view the full changes here.