Skip to content

Commit

Permalink
diabled rule TagsAreNotAllowedForProxyResources (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswiMinnu authored Sep 9, 2024
1 parent 5f8120d commit 400972e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/rulesets/generated/spectral/az-arm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3700,6 +3700,7 @@ const ruleset = {
rpcGuidelineCode: "RPC-Put-V1-31",
description: "Tags should not be specified in the properties bag for proxy resources. Consider using a Tracked resource instead.",
severity: "error",
stagingOnly: true,
message: "{{error}}",
resolved: true,
formats: [oas2],
Expand Down
2 changes: 1 addition & 1 deletion packages/rulesets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft.azure/openapi-validator-rulesets",
"version": "2.1.2",
"version": "2.1.3",
"description": "Azure OpenAPI Validator",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/rulesets/src/spectral/az-arm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ const ruleset: any = {
rpcGuidelineCode: "RPC-Put-V1-31",
description: "Tags should not be specified in the properties bag for proxy resources. Consider using a Tracked resource instead.",
severity: "error",
stagingOnly: true,
message: "{{error}}",
resolved: true,
formats: [oas2],
Expand Down

0 comments on commit 400972e

Please sign in to comment.