-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[AutoPR] storage/resource-manager #2642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[Storage] modify as review comments
|
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-storageYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
Codecov Report
@@ Coverage Diff @@
## master #2642 +/- ##
=========================================
- Coverage 55.89% 55.79% -0.1%
=========================================
Files 7139 7161 +22
Lines 150351 151154 +803
=========================================
+ Hits 84036 84335 +299
- Misses 66315 66819 +504
Continue to review full report at Codecov.
|
Fix storage Python conf
| return OperationClass(self._client, self.config, Serializer(self._models_dict(api_version)), Deserializer(self._models_dict(api_version))) | ||
|
|
||
| @property | ||
| def usages(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this new api version have usages instead of usage?
Is this a spelling mistake or is this a conscious change?
Doesn't seem to be a very useful change.
Created to accumulate context: storage/resource-manager