Skip to content

Commit

Permalink
fix dog food
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Aug 29, 2023
1 parent 5f300c3 commit 4bf4000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self) -> None:
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resources)

def scan_resource_conf(self, conf) -> CheckResult:

osprofile = None
if conf.get('properties') and isinstance(conf.get('properties'), dict):
properties = conf.get('properties')
if properties.get("virtualMachineProfile") and isinstance(properties.get("virtualMachineProfile"), dict):
Expand Down

0 comments on commit 4bf4000

Please sign in to comment.