Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing on-premise to on-premises #17974

Merged
merged 1 commit into from
Apr 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/StackHCI/help/Register-AzStackHCI.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Register-AzStackHCI

## SYNOPSIS
Register-AzStackHCI creates a Microsoft.AzureStackHCI cloud resource representing the on-premise cluster and registers the on-premise cluster with Azure.
Register-AzStackHCI creates a Microsoft.AzureStackHCI cloud resource representing the on-premises cluster and registers the on-premises cluster with Azure.

## SYNTAX

Expand All @@ -22,7 +22,7 @@ Register-AzStackHCI [-SubscriptionId] <String> [[-Region] <String>] [[-ResourceN
```

## DESCRIPTION
Register-AzStackHCI creates a Microsoft.AzureStackHCI cloud resource representing the on-premise cluster and registers the on-premise cluster with Azure.
Register-AzStackHCI creates a Microsoft.AzureStackHCI cloud resource representing the on-premises cluster and registers the on-premises cluster with Azure.

## EXAMPLES

Expand Down Expand Up @@ -132,7 +132,7 @@ Accept wildcard characters: False
```

### -ComputerName
Specifies the cluster name or one of the cluster node in on-premise cluster that is being registered to Azure.
Specifies the cluster name or one of the cluster node in on-premises cluster that is being registered to Azure.

```yaml
Type: System.String
Expand Down Expand Up @@ -274,7 +274,7 @@ Accept wildcard characters: False

### -ResourceName
Specifies the resource name of the resource created in Azure.
If not specified, on-premise cluster name is used.
If not specified, on-premises cluster name is used.

```yaml
Type: System.String
Expand Down