Skip to content

Commit

Permalink
Fixed typos in Restore-AzApiManagement (#14770)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcoeissing authored Apr 19, 2021
1 parent 70d22da commit 5a79ab3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
# Restore-AzApiManagement

## SYNOPSIS
Restores an API Management Service from the specified Azure storage blob.
Restores an API Management Service from the specified Azure Storage blob.

## SYNTAX

Expand All @@ -20,7 +20,7 @@ Restore-AzApiManagement -ResourceGroupName <String> -Name <String> [-StorageCont
```

## DESCRIPTION
The **Restore-AzApiManagement** cmdlet restores an API Management Service from the specified backup residing in an Azurestorage blob.
The **Restore-AzApiManagement** cmdlet restores an API Management Service from the specified backup residing in an Azure Storage blob.

## EXAMPLES

Expand All @@ -37,7 +37,7 @@ This command restores an API Management service from Azure storage blob.
## PARAMETERS

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
The credentials, account, tenant, and subscription used for communication with Azure.

```yaml
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Expand Down

0 comments on commit 5a79ab3

Please sign in to comment.