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
Copy file name to clipboardExpand all lines: src/Compute/Compute/ChangeLog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@
141
141
* Added new parameter `-VirtualMachineScaleSetId` to `Update-AzVm` cmdlet.
142
142
* Fixed `New-AzVmss` and `New-Azvm` to use `SharedGalleryImageId` parameter.
143
143
* Reduced File Permissions from 0644 to 0600 for SSH Private Key File in `New-AzVm`.
144
-
* Removed GuestAttestaion vm extension installation for Vmss and Vm creation cmdlets.
144
+
* Removed GuestAttestation vm extension installation for Vmss and Vm creation cmdlets.
145
145
146
146
147
147
## Version 6.3.0
@@ -288,7 +288,7 @@
288
288
* For `Add-AzVhd` upon upload failure using DirectUploadToManagedDisk parameter set, the SAS will be revoked and the created managed disk will be deleted.
289
289
* An unresolved path can be passed in for '-LocalFilePath' for `Add-AzVhd`. The cmdlet with unresolve the path itself.
290
290
* Added `-DataAccessAuthMode` parameter to Add-AzVhd DirectUploadToManagedDisk parameter set.
291
-
* Added `-EnabldUltraSSD` parameter to New-AzHostGroup.
291
+
* Added `-EnableUltraSSD` parameter to New-AzHostGroup.
292
292
293
293
## Version 4.27.0
294
294
* Edited `New-AzVm` cmdlet internal logic to use the `PlatformFaultDomain` value in the `PSVirtualMachine` object passed to it in the new virtual machine.
publicconststringMissingGuestAgentWarning="Provision Guest Agent is not installed on this Azure Virtual Machine. Please read the documentation on how to download and install the Provision Guest Agent. After you have installed the Provision Guest Agent, enable it with the Enable-ProvisionGuestAgent_GUI commandlet that is part of this Powershell Module.";
63
+
publicconststringMissingGuestAgentWarning="Provision Guest Agent is not installed on this Azure Virtual Machine. Please read the documentation on how to download and install the Provision Guest Agent. After you have installed the Provision Guest Agent, enable it with the Enable-ProvisionGuestAgent_GUI cmdlet that is part of this Powershell Module.";
this._Helper.WriteHost("[INFO] Azure Enhanced Monitoring Extension for SAP configuration updated. It can take up to 15 Minutes for the monitoring data to appear in the SAP system.");
814
-
this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-AzVMAEMExtension commandlet.");
814
+
this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-AzVMAEMExtension cmdlet.");
this._Helper.WriteHost("[INFO] Azure Enhanced Monitoring Extension for SAP configuration updated. It can take up to 15 Minutes for the monitoring data to appear in the SAP system.");
836
-
this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-AzVMAEMExtension commandlet.");
836
+
this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-AzVMAEMExtension cmdlet.");
Copy file name to clipboardExpand all lines: src/Compute/Compute/Extension/AEM/TestAzureRmVMAEMExtension.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ public override void ExecuteCmdlet()
159
159
160
160
if(!rootResult.Result)
161
161
{
162
-
this._Helper.WriteHost("The script found some configuration issues. Please run the Set-AzVMAEMExtension commandlet to update the configuration of the virtual machine!");
162
+
this._Helper.WriteHost("The script found some configuration issues. Please run the Set-AzVMAEMExtension cmdlet to update the configuration of the virtual machine!");
0 commit comments