summaryrefslogtreecommitdiff
path: root/lib/azure_ex (follow)
Commit message (Expand)AuthorAgeFilesLines
* Automatic retry of token application failureHentioe2020-12-031-5/+13
* Fix error returnsHentioe2020-11-291-1/+1
* The request fails and returns an errorHentioe2020-11-272-4/+36
* Add some modelsHentioe2020-11-261-0/+9
* Added models for creating virtual machinesHentioe2020-11-261-1/+28
* Add ssh related APIsHentioe2020-11-211-0/+20
* Update configurationunknown2020-11-102-6/+6
* Add some APIsHentioe2020-11-042-0/+46
* Wrap remote errorHentioe2020-11-033-4/+40
* Added some resources to delete APIsHentioe2020-10-301-1/+7
* Add some APIs to create resourcesHentioe2020-10-293-2/+107
* Add some APIsHentioe2020-10-291-2/+15
* Delete all modelsHentioe2020-10-292-38/+0
* Fix token refresh intervalHentioe2020-10-281-5/+7
* Optimize DSLHentioe2020-10-282-17/+48
* Simplify the calling processHentioe2020-10-283-29/+24
* Add helper functionsHentioe2020-10-271-0/+8
* Fix module nameHentioe2020-10-272-3/+3
* Hosting token refreshHentioe2020-10-274-9/+135
* Independent endpoint constructionHentioe2020-10-263-23/+92
* Fix returns typeHentioe2020-10-261-1/+1
* Fix typespecsHentioe2020-10-261-2/+4
* Add basic request implementationHentioe2020-10-225-0/+109