Skip to content

Commit faa6c60

Browse files
kazrael2119anushkasingh16
authored andcommitted
add directive for paloatlonetwork to avoid breakings (Azure#38706)
1 parent 683bab1 commit faa6c60

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

specification/paloaltonetworks/resource-manager/readme.typescript.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,19 @@ directive:
2424
}
2525
}
2626
}
27+
- from: PaloAltoNetworks.Cloudngfw.json
28+
where-operation: GlobalRulestack_commit
29+
transform: >
30+
$.responses["202"] =
31+
{
32+
"description": "The request has been received but not yet acted upon."
33+
}
34+
- from: PaloAltoNetworks.Cloudngfw.json
35+
where-operation: LocalRulestacks_commit
36+
transform: >
37+
$.responses["202"] =
38+
{
39+
"description": "The request has been received but not yet acted upon."
40+
}
41+
2742
```

0 commit comments

Comments
 (0)