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

Minor change to doc updating trail to trial. Closes #6040 #6041

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/docs/cmd/spe/containertype/containertype-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ m365 spe containertype add [options]
: Specify if the Container Type should be a trial.

`--azureSubscriptionId [azureSubscriptionId]`
: Azure Subscription Id. Required unless the `trail` option was specified.
: Azure Subscription Id. Required unless the `trial` option was specified.

`--resourceGroup [resourceGroup]`
: Azure Resource group for billing. Required unless the `trail` option was specified.
: Azure Resource group for billing. Required unless the `trial` option was specified.

`--region [region]`
: Region. Required unless the `trail` option was specified.
: Region. Required unless the `trial` option was specified.
```

<Global />
Expand Down