Skip to content

Commit 5f51093

Browse files
Merge pull request #84 from rupisure/patch-4
Add prompt to user about features turned on/off
2 parents c5da9a3 + e131478 commit 5f51093

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)