Merge pull request #2251 from jakedt/fixaci
Fix port mapping for ACI conversion from newer Docker manifests.
This commit is contained in:
commit
6c84b9330b
7 changed files with 149 additions and 42 deletions
|
@ -74,3 +74,7 @@ class JSONPathDict(object):
|
|||
return JSONPathDict(match)
|
||||
|
||||
return match
|
||||
|
||||
def keys(self):
|
||||
return self._object.keys()
|
||||
|
||||
|
|
Reference in a new issue