forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert changes to TypeError, ValueError, etc.
Add a specific exception for service bus missing resource error, since that doesn't come back as an azure http error, but rather a parsing error. For some reason service bus is happy to give you some results even when there are none.
- Loading branch information
huguesv
committed
Jul 13, 2015
1 parent
1896238
commit dc37977
Showing
30 changed files
with
446 additions
and
494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
184 changes: 92 additions & 92 deletions
184
azure-mgmt-compute/azure/mgmt/compute/computemanagement.py
Large diffs are not rendered by default.
Oops, something went wrong.
290 changes: 145 additions & 145 deletions
290
azure-mgmt-network/azure/mgmt/network/networkresourceprovider.py
Large diffs are not rendered by default.
Oops, something went wrong.
218 changes: 109 additions & 109 deletions
218
azure-mgmt-resource/azure/mgmt/resource/resourcemanagement.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.