You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azure_service_enum.py script throws an error on line number 73 when only one API version is available.
Please find below screenshot for your reference:
RECOMMENDATION
Check the length of 'apiversionlist' array before use.
To resolve the problem, add the following code before #L61:
iflen(apiversionlist) >1 :
The text was updated successfully, but these errors were encountered:
ISSUE SUMMARY
azure_service_enum.py script throws an error on line number 73 when only one API version is available.
![Screenshot from 2020-05-12 16-06-10](https://user-images.githubusercontent.com/12781459/81680531-d3ddd500-9470-11ea-9ca2-71dcd5423c7d.png)
Please find below screenshot for your reference:
RECOMMENDATION
Check the length of 'apiversionlist' array before use.
To resolve the problem, add the following code before #L61:
The text was updated successfully, but these errors were encountered: