Skip to content
Prev Previous commit
Next Next commit
suppressing lint
  • Loading branch information
priyjain358 committed Oct 6, 2023
commit d714f54dc499de7e4448320665c5012cf9419d63
4 changes: 4 additions & 0 deletions specification/azurestackhci/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ suppressions:
from: virtualMachineInstances.json
- code: TopLevelResourcesListBySubscription
reason: There is a 1:1 relationship between HybridCompute Machines and AzureStackHCI VirtualMachineInstances

- code: PropertiesTypeObjectNoDefinition
reason: These are existing properties already supported as part of PUT extensions call. Same properties are being supported for extensions Patch now.
from: extensions.json
```


Expand Down