Skip to content

Commit

Permalink
remove duplicated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiquanJiang-ms committed Oct 9, 2024
1 parent af36628 commit 5d47f5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions Commands/acat/report/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ List the AppComplianceAutomation report list for the tenant.

#### examples

- Report_List
```bash
acat report list --skip-token 1 --top 100 --offer-guid 00000000-0000-0000-0000-000000000000 --tenant 00000000-0000-0000-0000-000000000000
```

- Report_List
```bash
acat report list --skip-token 1 --top 100 --offer-guid 00000000-0000-0000-0000-000000000000 --tenant 00000000-0000-0000-0000-000000000000
Expand Down
5 changes: 0 additions & 5 deletions Commands/acat/report/webhook/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ List the AppComplianceAutomation webhook list.

#### examples

- Webhook_List
```bash
acat report webhook list --skip-token 1 --top 100 --report-name testReportName
```

- Webhook_List
```bash
acat report webhook list --skip-token 1 --top 100 --report-name testReportName
Expand Down
12 changes: 0 additions & 12 deletions Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@
"versions": [
{
"examples": [
{
"commands": [
"acat report webhook list --skip-token 1 --top 100 --report-name testReportName"
],
"name": "Webhook_List"
},
{
"commands": [
"acat report webhook list --skip-token 1 --top 100 --report-name testReportName",
Expand Down Expand Up @@ -339,12 +333,6 @@
"versions": [
{
"examples": [
{
"commands": [
"acat report list --skip-token 1 --top 100 --offer-guid 00000000-0000-0000-0000-000000000000 --tenant 00000000-0000-0000-0000-000000000000"
],
"name": "Report_List"
},
{
"commands": [
"acat report list --skip-token 1 --top 100 --offer-guid 00000000-0000-0000-0000-000000000000 --tenant 00000000-0000-0000-0000-000000000000",
Expand Down

0 comments on commit 5d47f5d

Please sign in to comment.