Skip to content

Commit

Permalink
update paloaltonetworks readme.go.md (#26731)
Browse files Browse the repository at this point in the history
* remove operationName

* fix
  • Loading branch information
Alancere authored Nov 23, 2023
1 parent 8263dd6 commit 4bb583b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specification/paloaltonetworks/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ module-name: sdk/resourcemanager/paloaltonetworksngfw/armpanngfw
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
directive:
- where-operation: LocalRulestacks_listAppIds
transform: delete $['x-ms-pageable'];
- where-operation: LocalRulestacks_listCountries
transform: delete $['x-ms-pageable'];
- where-operation: LocalRulestacks_listPredefinedUrlCategories
transform: delete $['x-ms-pageable'];
```

0 comments on commit 4bb583b

Please sign in to comment.