You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get-AzVMBootDiagnostics api change to use RetrieveBootDiagnosticsData() (#13233)
* initial dev
* intermediate work
* get-azvmbootdiagnosticsdata dev, testing (maybe) , and changelog. No help doc update needed.
* test if removing file path and cmd in test removes CI failures
* updating to 12.7.0
updating Azure.Storage.Blobs to 12.7.0 from 12.6.0 to address CI failure.
* adding test with local file path back in
* remove get cmd from test
* back to 12.6.0
* 12.7.0-preview.1
* Update Compute.csproj
* attempt 12.5.0
* 12.7.0-preview
* 12.7.0-preview.1
* added back in local file path test
to see if any effect on the CI checks.
* commented out boot
commented out the cmd utilizing the local file path to my personal computer. Seems to be causing a test error in Test windows > Test. Removing to test it.
* to parity
* adding required assemblies
* removed last test cmd recorded
* Update Az.Compute.psd1
* try 12.6.0 with required assemblies.
* 12.7.0-preview.1
* simplified to CloudBlob
* removed unnecessary assmblies
* test updates, LivOnly.
* fix linux
* windows serial log
Copy file name to clipboardExpand all lines: src/Compute/Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineTests/TestVirtualMachineBootDiagnostics.json
Copy file name to clipboardExpand all lines: src/Compute/Compute/ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
* New cmdlet `Get-AzDiskEncryptionSetAssociatedResource`
28
28
* Added `Tier` and `LogicalSectorSize` optional parameters to the New-AzDiskConfig cmdlet.
29
29
* Added `Tier`, `MaxSharesCount`, `DiskIOPSReadOnly`, and `DiskMBpsReadOnly` optional parameters to the `New-AzDiskUpdateConfig` cmdlet.
30
+
* Modified `Get-AzVmBootDiagnostics` cmdlet to use the new RetrieveBootDiagnosticsData API instead of directly accessing the BootDiagnostics properties on the virtual machine.
30
31
31
32
## Version 4.5.0
32
33
* Fixed issue in `Update-ASRRecoveryPlan` by populating FailoverTypes
0 commit comments