Skip to content

Commit

Permalink
fix typos (#20020)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburleigh authored Nov 8, 2022
1 parent f2bf081 commit 45771ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ $EndTime = $StartTime.AddHours(2.0)
$SasToken = New-AzServiceBusAuthorizationRuleSASToken -AuthorizationRuleId $updatedAuthRule.Id -KeyType Primary -ExpiryTime $EndTime
```

Generate SAS token for the given authorixation rule for Namespace with expiry time.
Generate SAS token for the given authorization rule for Namespace with expiry time.

## PARAMETERS

### -AuthorizationRuleId
ARM ResourceId of the Authoraization Rule
ARM ResourceId of the Authorization Rule

```yaml
Type: System.String
Expand Down

0 comments on commit 45771ce

Please sign in to comment.