Skip to content

Commit 4696e67

Browse files
committed
Added a secure string comment
1 parent c977e7c commit 4696e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/azure-hybrid-benefit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The script accepts the following command line parameters:
5252
|-Server|[protocol:]server[instance_name][,port]|Required to save data to the database|
5353
|-Database|database_name|Required to save data to the database|
5454
|-Username|user_name|Required to save data to the database|
55-
|-Password|password|Required to save data to the database, must be passed as secure string|
55+
|-Password|password|Required to save data to the database, must be passed as a *[SecureString]* variable|
5656
|-FilePath|csv_file_name|Required to save data in a .csv format. Ignored if database parameters are specified|
5757

5858
<sup>1</sup>You can create a .csv file using the following command and then edit to remove the subscriptions you don't want to scan.

0 commit comments

Comments
 (0)