Skip to content

Commit 318ce13

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3e83465 commit 318ce13

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

tools/azsdk-cli/docs/cli-commands-guidelines.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,13 @@ For creating, updating, and running tests for SDK packages:
8383
- `package generate --typespec-project ./specification/storage`
8484
- `package readme generate --package-path ./sdk/compute`
8585
- `package readme update --package-path ./sdk/keyvault --section getting-started`
86-
- `pacakge release --package-name azure-core`
86+
- `package release --package-name azure-core`
8787
- `package sample generate --package-path ./sdk/compute`
8888
- `package sample update --package-path ./sdk/storage --sample-name basic-usage`
8989
- `package show-details`
9090
- `package test generate --package-path ./sdk/storage --test-type <type>`
9191
- `package test run --package-path ./sdk/keyvault --test-suite integration`
9292
- `package validate --package-path ./sdk/keyvault`
93-
-
9493

9594
### 3. **github** - GitHub Operations
9695
**Namespace:** `Azure.Sdk.Tools.Cli.Tools.GitHub`

tools/azsdk-cli/docs/new-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,6 @@ catch (Exception ex)
618618
}
619619
```
620620

621-
## CLI command hierachy
621+
## CLI command hierarchy
622622

623623
Refer to [CLI command hierarchy](cli-commands-guidelines.md) for guidelines on CLI command structure.

0 commit comments

Comments
 (0)