Skip to content

Commit 55fcf7c

Browse files
committed
change output
1 parent 7969c9d commit 55fcf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/Extension/AEM/SetAzureRmVMAEMExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public override void ExecuteCmdlet()
338338
}).GetAwaiter().GetResult();
339339

340340
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.");
341-
this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-VMConfigForSAP_GUI commandlet.");
341+
this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-AzureRmVMAEMExtension commandlet.");
342342

343343
var result = Mapper.Map<PSAzureOperationResponse>(op);
344344
WriteObject(result);

0 commit comments

Comments
 (0)