-
Notifications
You must be signed in to change notification settings - Fork 3k
[AutoPR commerce/resource-manager] Add type and format specifiers on quantity property. #1975
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
[AutoPR commerce/resource-manager] Add type and format specifiers on quantity property. #1975
Conversation
Add type and format specifiers on quantity property.
Codecov Report
@@ Coverage Diff @@
## restapi_auto_commerce/resource-manager #1975 +/- ##
==========================================================================
+ Coverage 53.17% 53.17% +<.01%
==========================================================================
Files 4714 4714
Lines 117148 117157 +9
==========================================================================
+ Hits 62295 62301 +6
- Misses 54853 54856 +3
Continue to review full report at Codecov.
|
Build SDK finished and cleaned |
@@ -62,7 +61,7 @@ class UsageAggregation(Model): | |||
'meter_id': {'key': 'properties.meterId', 'type': 'str'}, | |||
'usage_start_time': {'key': 'properties.usageStartTime', 'type': 'iso-8601'}, | |||
'usage_end_time': {'key': 'properties.usageEndTime', 'type': 'iso-8601'}, | |||
'quantity': {'key': 'properties.quantity', 'type': 'object'}, | |||
'quantity': {'key': 'properties.quantity', 'type': 'float'}, |
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.
bug fix
:ivar api_version: Client Api Version. Constant value: "2015-06-01-preview". | ||
""" | ||
|
||
models = models |
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.
models
:ivar api_version: Client Api Version. Constant value: "2015-06-01-preview". | ||
""" | ||
|
||
models = models |
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.
models
Merge and release as 1.0.1 |
Created to sync Azure/azure-rest-api-specs#2489