Skip to content

Commit

Permalink
[HDInsight] Added suppression for capabilities API (#3508)
Browse files Browse the repository at this point in the history
* Added suppression for capabilities API

* Reduced scope of suppression to the old API version
  • Loading branch information
wawon-msft authored and hovsepm committed Aug 6, 2018
1 parent e5dfa80 commit b1f2510
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions specification/hdinsight/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ azure-arm: true
tag: package-2018-06-preview
```
## Suppression
``` yaml
directive:
- suppress: DefinitionsPropertiesNamesCamelCase
reason: This would require a breaking change, and the capabilities API was removed in version 2018-06-01-preview.
from: Microsoft.HDInsight/preview/2015-03-01-1/preview/locations.json
where:
- $.definitions.CapabilitiesResult.properties.vmSize_filters
- $.definitions.RegionalQuotaCapability.properties.cores_available
- $.definitions.RegionalQuotaCapability.properties.cores_used
- $.definitions.RegionalQuotaCapability.properties.region_name
- $.definitions.VmSizeCompatibilityFilter.properties.ClusterVersions
- $.definitions.VmSizeCompatibilityFilter.properties.NodeTypes
- $.definitions.VmSizeCompatibilityFilter.properties.ClusterFlavors
- $.definitions.VmSizeCompatibilityFilter.properties.Regions
- $.definitions.VmSizeCompatibilityFilter.properties.FilterMode
```
### Tag: package-2018-06-preview
Expand Down

0 comments on commit b1f2510

Please sign in to comment.