Skip to content

Commit bacbadf

Browse files
authored
chore: update examples (#262)
- Updated VMware.CloudFoundation.Reporting.psd1 doc to update version. - Updated VMware.CloudFoundation.Reporting.psm1 doc to sanitize all the example variables, add brackets and punctuation. - Updated Invoke-VcfUpgradePrecheck.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-BackupStatus.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-CertificateHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-ClusterConfiguration.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-ClusterDrsRule.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-ComponentConnectivityHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-ComponentConnectivityHealthNonSOS.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-ConnectivityHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-DnsHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-EsxiAlert.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-EsxiConnectionHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-EsxiCoreDumpConfig.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-EsxiHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-HardwareCompatibilityHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-NsxtCombinedHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-NsxtEdgeClusterHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-NsxtEdgeNodeHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-NsxtHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-NsxtHealthNonSOS.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-NtpHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-PasswordHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-PingConnectivityHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-ResourcePool.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-SddcManagerFreePool.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-ServiceHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-StorageCapacityHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-VcenterAlert.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-VcenterHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-VersionHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-VmConnectedCdrom.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-StorageCapacityHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-VsanHealth.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Publish-VsanStoragePolicy.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Request-ClusterDrsRule.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Request-SddcManagerFreePool.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Request-SoSHealthJson.md doc to sanitize all the example variables, add brackets and punctuation. - Updated Request-VcfOverview.md doc to sanitize all the example variables, add brackets and punctuation. - Updated alert-report.md doc to sanitize all the example variables, add brackets and punctuation. - Updated configuration-report.md doc to sanitize all the example variables, add brackets and punctuation. - Updated health-report.md doc to sanitize all the example variables, add brackets and punctuation. - Updated overview-report.md doc to sanitize all the example variables, add brackets and punctuation. - Updated vars-domain.ps1 doc to sanitize all the example variables, add brackets and punctuation. - Updated vars-health.ps1 doc to sanitize all the example variables, add brackets and punctuation. - Updated vars-vcf.ps1 doc to sanitize all the example variables, add brackets and punctuation. - Updated vars-windows.ps1 doc to sanitize all the example variables, add brackets and punctuation. Signed-off-by: Andy Beltz <andy.beltz@broadcom.com>
1 parent 424a50b commit bacbadf

46 files changed

Lines changed: 946 additions & 957 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

VMware.CloudFoundation.Reporting.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.7.0.1000'
15+
ModuleVersion = '2.7.0.1001'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '043bbd4d-206a-4520-87f5-070450379d72'

VMware.CloudFoundation.Reporting.psm1

Lines changed: 842 additions & 854 deletions
Large diffs are not rendered by default.

docs/documentation/functions/Invoke-VcfUpgradePrecheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Synopsis
44

5-
Perform upgrade precheck.
5+
Perform an upgrade precheck.
66

77
## Syntax
88

docs/documentation/functions/Publish-BackupStatus.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ The cmdlet connects to the SDDC Manager using the `-server`, `-user`, and `-pass
2525

2626
- Validates that network connectivity is available to the SDDC Manager instance.
2727
- Performs checks on the backup status and outputs the results.
28-
- outputJson parameter takes in name of the folder to save the json.
29-
Filename is autogenerated.
28+
- outputJson parameter takes in name of the folder to save the json. Filename is autogenerated.
3029

3130
## Examples
3231

docs/documentation/functions/Publish-CertificateHealth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Synopsis
44

5-
Formats the certificate health data from the SOS JSON output.
5+
Formats the certificate health data from the SoS JSON output.
66

77
## Syntax
88

@@ -12,7 +12,7 @@ Publish-CertificateHealth [-json] <String> [-html] [-failureOnly] [<CommonParame
1212

1313
## Description
1414

15-
The `Publish-CertificateHealth` cmdlet formats the certificate health data from the SOS JSON output and publishes it as either a standard PowerShell object or an HTML object.
15+
The `Publish-CertificateHealth` cmdlet formats the certificate health data from the SoS JSON output and publishes it as either a standard PowerShell object or an HTML object.
1616

1717
## Examples
1818

@@ -44,7 +44,7 @@ This example extracts and formats the certificate health data as a PowerShell ob
4444

4545
### -json
4646

47-
The path to the JSON file containing the SOS health summary data.
47+
The path to the JSON file containing the SoS health summary data.
4848

4949
```yaml
5050
Type: String

docs/documentation/functions/Publish-ClusterConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The cmdlet connects to the SDDC Manager using the `-server`, `-user`, and `-pass
3535
Publish-ClusterConfiguration -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -allDomains
3636
```
3737

38-
This example will return cluster configuration from all clusters in vCenter Server managed by SDDC Manager for all workload domains.
38+
This example will return cluster configuration from all clusters in vCenter managed by SDDC Manager for all workload domains.
3939

4040
### Example 2
4141

docs/documentation/functions/Publish-ClusterDrsRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ The cmdlet connects to the SDDC Manager using the `-server`, `-user`, and `-pass
3535
Publish-ClusterDrsRule -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -allDomains
3636
```
3737

38-
This example will return cluster DRS rules from all clusters in vCenter managed by SDDC Manager for all workload domains.
38+
This example will return cluster DRS rules from all clusters in vCenters managed by SDDC Manager for all workload domains.
3939

4040
### Example 2
4141

4242
```powershell
4343
Publish-ClusterDrsRule -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -workloadDomain [workload_domain_name]
4444
```
4545

46-
This example will return cluster DRS rules from all clusters in vCenter managed by SDDC Manager for a specified workload domain named.
46+
This example will return cluster DRS rules from all clusters in vCenter managed by SDDC Manager for a specified workload domain.
4747

4848
## Parameters
4949

docs/documentation/functions/Publish-ComponentConnectivityHealth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ The cmdlet connects to the SDDC Manager using the `-server`, `-user`, and `-pass
3131
### Example 1
3232

3333
```powershell
34-
Publish-ComponentConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -allDomains
34+
Publish-ComponentConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -json [json-file] -allDomains
3535
```
3636

3737
This example checks the component connectivity for all workload domains across the VMware Cloud Foundation instance.
3838

3939
### Example 2
4040

4141
```powershell
42-
Publish-ComponentConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -workloadDomain [workload_domain_name]
42+
Publish-ComponentConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -json [json-file] -workloadDomain [workload_domain_name]
4343
```
4444

4545
This example checks the component connectivity for a specified workload domain in a VMware Cloud Foundation instance.
4646

4747
### Example 3
4848

4949
```powershell
50-
Publish-ComponentConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -allDomains -failureOnly
50+
Publish-ComponentConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -json [json-file] -allDomains -failureOnly
5151
```
5252

5353
This example checks the component connectivity for all workload domains across the VMware Cloud Foundation instance but only reports issues.

docs/documentation/functions/Publish-ComponentConnectivityHealthNonSOS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Synopsis
44

5-
Request and publish component connectivity health only for health checks which are not a part of SOS Utility health.
5+
Request and publish component connectivity health only for health checks which are not a part of SoS Utility health.
66
Data obtained is a subset of Publish-ComponentConnectivityHealth cmdlet.
77

88
## Syntax
@@ -35,31 +35,31 @@ The cmdlet connects to the SDDC Manager using the `-server`, `-user`, and `-pass
3535
Publish-ComponentConnectivityHealthNonSOS -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -allDomains
3636
```
3737

38-
This example checks the component connectivity outside of SOS utility for all workload domains across the VMware Cloud Foundation instance.
38+
This example checks the component connectivity outside of SoS utility for all workload domains across the VMware Cloud Foundation instance.
3939

4040
### Example 2
4141

4242
```powershell
4343
Publish-ComponentConnectivityHealthNonSOS -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -workloadDomain [workload_domain_name]
4444
```
4545

46-
This example checks the component connectivity outside of SOS utility for a single workload domain in a VMware Cloud Foundation instance.
46+
This example checks the component connectivity outside of SoS utility for a single workload domain in a VMware Cloud Foundation instance.
4747

4848
### Example 3
4949

5050
```powershell
5151
Publish-ComponentConnectivityHealthNonSOS -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -allDomains -failureOnly
5252
```
5353

54-
This example checks the component connectivity outside of SOS utility for all workload domains across the VMware Cloud Foundation instance but only reports issues.
54+
This example checks the component connectivity outside of SoS utility for all workload domains across the VMware Cloud Foundation instance but only reports issues.
5555

5656
### Example 4
5757

5858
```powershell
5959
Publish-ComponentConnectivityHealthNonSOS -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -allDomains -jsonOutput [report_path]
6060
```
6161

62-
This example checks the component connectivity outside of SOS utility for all workload domains across the VMware Cloud Foundation instance and saves it under [report_path] with filename `<timestamp>-componentconnectivityhealthnonsos-status.json`.
62+
This example checks the component connectivity outside of SoS utility for all workload domains across the VMware Cloud Foundation instance and saves it under [report_path] with filename `<timestamp>-componentconnectivityhealthnonsos-status.json`.
6363

6464
## Parameters
6565

docs/documentation/functions/Publish-ConnectivityHealth.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Synopsis
44

5-
Formats the connectivity health data from the SOS JSON output.
5+
Formats the connectivity health data from the SoS JSON output.
66

77
## Syntax
88

@@ -12,30 +12,30 @@ Publish-ConnectivityHealth [-json] <String> [-html] [-failureOnly] [<CommonParam
1212

1313
## Description
1414

15-
The `Publish-ConnectivityHealth` cmdlet formats the connectivity health data from the SOS JSON output and publishes it as either a standard PowerShell object or an HTML object.
15+
The `Publish-ConnectivityHealth` cmdlet formats the connectivity health data from the SoS JSON output and publishes it as either a standard PowerShell object or an HTML object.
1616

1717
## Examples
1818

1919
### Example 1
2020

2121
```powershell
22-
Publish-ConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password]
22+
Publish-ConnectivityHealth -json [file_name]
2323
```
2424

2525
This example extracts and formats the connectivity health data as a PowerShell object from the JSON file.
2626

2727
### Example 2
2828

2929
```powershell
30-
Publish-ConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -html
30+
Publish-ConnectivityHealth -json [file_name] -html
3131
```
3232

3333
This example extracts and formats the connectivity health data as an HTML object from the JSON file.
3434

3535
### Example 3
3636

3737
```powershell
38-
Publish-ConnectivityHealth -server [sddc_manager_fqdn] -user [admin_username] -pass [admin_password] -failureOnly
38+
Publish-ConnectivityHealth -json [file_name] -failureOnly
3939
```
4040

4141
This example extracts and formats the connectivity health data as a PowerShell object from the JSON file for only the failed items.
@@ -44,7 +44,7 @@ This example extracts and formats the connectivity health data as a PowerShell o
4444

4545
### -json
4646

47-
The path to the JSON file containing the SOS health summary data.
47+
The path to the JSON file containing the SoS health summary data.
4848

4949
```yaml
5050
Type: String

0 commit comments

Comments
 (0)