Skip to content

Commit

Permalink
More fixes for Azure data
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Mar 14, 2024
1 parent d8540dd commit 8f70085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/azure_process_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
spec = json.loads(f.read())
except:
print("ERROR: failure to process " + 'azure-rest-api-specs/specification/' + rootitem + '/resource-manager/' + servicenamewithsubresource + '/' + stability + '/' + apiversion + '/' + versionfile)
continue
for pathname, pathdetail in spec['paths'].items():
for httpmethodname, httpmethoddetail in pathdetail.items():
if httpmethodname == "parameters":
Expand Down

0 comments on commit 8f70085

Please sign in to comment.