Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit c17e419

Browse files
committed
Added formatting for PowerShell functions / scripts
1 parent 5cf8e83 commit c17e419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick-start.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Secure XML files can only be decrypted by the user account that created them, th
150150

151151
![alt text](/img/image3.png)
152152

153-
It is also important to note that these files can only be created on Windows systems. Both PowerShell and PowerShell Core support storing credentials on disk. This functionality is not available on other operating systems because Export-Clixml cannot be used to encrypt credentials as seen in the following screenshot running PowerShell Core on Ubuntu.
153+
It is also important to note that these files can only be created on Windows systems. Both PowerShell and PowerShell Core support storing credentials on disk. This functionality is not available on other operating systems because `Export-Clixml` cannot be used to encrypt credentials as seen in the following screenshot running PowerShell Core on Ubuntu.
154154

155155
![alt text](/img/image4.png)
156156

@@ -263,7 +263,7 @@ To get started we will download the Build Validation package and extract it to a
263263
#### Configure Environment Files
264264
In the Environment files make sure that the correct IP addresses or FQDNs are listed for both the Rubrik Cluster as well as the vCenter cluster.
265265

266-
When specify the credentials, just the filename is required as we will specify the specific path when running the Invoke-Build function.
266+
When specify the credentials, just the filename is required as we will specify the specific path when running the `Invoke-Build` function.
267267

268268
#### Configure Config Files
269269
In the Config files a number of configuration options are available:
@@ -371,7 +371,7 @@ Get-RubrikVM | Get-Random | ForEach-Object {
371371
This will select a random virtual machine and create a `config.json` which can then be used for backup validation.
372372

373373
### Run `Invoke-Build`
374-
Once the Environment, Config, and Identity requirements are met, use the Invoke-Build function to execute a build. Here is a sample command using a PowerShell technique called splatting to store the parameters and arguments and execute `Invoke-Build`.
374+
Once the Environment, Config, and Identity requirements are met, use the `Invoke-Build` function to execute a build. Here is a sample command using a PowerShell technique called splatting to store the parameters and arguments and execute `Invoke-Build`.
375375

376376
```
377377
$Splat = @{

0 commit comments

Comments
 (0)