Skip to content

Commit

Permalink
Merge branch 'main' into tejaswis/releaseRulesToProd
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswiMinnu authored Sep 4, 2024
2 parents 80f381f + 3f5b0c2 commit f6e3655
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/rulesets/generated/spectral/az-arm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3458,7 +3458,6 @@ const ruleset = {
description: "PATCH request body must only contain properties present in the corresponding PUT request body, and must contain at least one property.",
message: "{{error}}",
severity: "error",
stagingOnly: true,
resolved: true,
formats: [oas2],
given: ["$[paths,'x-ms-paths'].*"],
Expand Down
1 change: 0 additions & 1 deletion packages/rulesets/src/spectral/az-arm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ const ruleset: any = {
"PATCH request body must only contain properties present in the corresponding PUT request body, and must contain at least one property.",
message: "{{error}}",
severity: "error",
stagingOnly: true,
resolved: true,
formats: [oas2],
given: ["$[paths,'x-ms-paths'].*"],
Expand Down

0 comments on commit f6e3655

Please sign in to comment.