Skip to content

Commit e131478

Browse files
authored
Add prompt to user about features turned on/off
1 parent ea6b284 commit e131478

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Registration/RegisterWithAzure.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Param (
8484
Import-Module C:\CloudDeployment\ECEngine\EnterpriseCloudEngine.psm1 -Force
8585
cd C:\CloudDeployment\Setup\Activation\Bridge
8686

87+
Read-Host "This script will turn marketplace syndication $marketplaceSyndication and usage reporting $reportUsage. You can change this by running the script using different flags. Press Enter to continue."
88+
8789
#
8890
# Step 1: Configure Bridge identity
8991
#

0 commit comments

Comments
 (0)