Skip to content

Commit

Permalink
added suppressions (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatneil authored and jianghaolu committed Mar 26, 2018
1 parent dafef18 commit 5df86f2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,33 @@ directive:
- $.definitions.VirtualMachineScaleSetUpdate
suppress:
- RequiredPropertiesMissingInResourceModel

- where:
- $.definitions.VirtualMachineScaleSetVM
suppress:
- TrackedResourcePatchOperation
- where:
- $.definitions.VirtualMachineExtensionImage
suppress:
- TrackedResourcePatchOperation
- where:
- $.definitions.RollingUpgradeStatusInfo
suppress:
- TrackedResourcePatchOperation
- where:
- $.definitions.VirtualMachineImageResource
suppress:
- TrackedResourcePatchOperation
- where:
- $.definitions.VirtualMachineImage
suppress:
- TrackedResourcePatchOperation

- where:
- $.definitions.VirtualMachineImageResource
suppress:
- TrackedResourceGetOperation

```
### Tag: package-2018-04
Expand Down

0 comments on commit 5df86f2

Please sign in to comment.