Skip to content

Commit 974126d

Browse files
authored
Remove update cmdlets from get->put (#23718)
Service team does not need them now.
1 parent ebb15ce commit 974126d

File tree

1 file changed

+5
-1
lines changed
  • src/PaloAltoNetworks/PaloAltoNetworks.Autorest

1 file changed

+5
-1
lines changed

src/PaloAltoNetworks/PaloAltoNetworks.Autorest/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@ directive:
153153
- where:
154154
subject: RevertGlobalRulestack
155155
remove: true
156-
156+
# Remove update cmdlets generated from get->put, since service team does not need them now.
157+
- where:
158+
verb: Update
159+
subject: ^CertificateObjectLocalRulestack$|^FqdnListLocalRulestack$|^PrefixListLocalRulestack$|^LocalRule$
160+
remove: true
157161
- where:
158162
parameter-name: StackName
159163
set:

0 commit comments

Comments
 (0)