fix(mbuild): upload size now taken properly

Previously, it would query the size from the wrong dict and obtain
the value 0 all the time. This would have made every upload fail with
`UploadSizeLimitExeeded`.
Now we obtain the actual size limit, and will ignore it if unset/0
for some reason.

Patch += 1
This commit is contained in:
Sebastian Thiel
2015-03-22 22:39:13 +01:00
parent 3bc930ae47
commit 04f4c95688
287 changed files with 1134 additions and 1648 deletions

View File

@@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-deploymentmanager2_beta1` library allows access to all features of the *Google deploymentmanager* service.
This documentation was generated from *deploymentmanager* crate version *0.1.0+20141215*, where *20141215* is the exact revision of the *deploymentmanager:v2beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.0*.
This documentation was generated from *deploymentmanager* crate version *0.1.1+20141215*, where *20141215* is the exact revision of the *deploymentmanager:v2beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.1*.
Everything else about the *deploymentmanager* *v2_beta1* API can be found at the
[official documentation site](https://developers.google.com/deployment-manager/).