Skip to content

Commit

Permalink
Rebuild by #2460
Browse files Browse the repository at this point in the history
  • Loading branch information
AutorestCI committed Jun 6, 2018
1 parent eac2d5c commit 026a4e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions azure-mgmt-monitor/azure/mgmt/monitor/models/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ class Source(Model):
:param data_source_id: Required. The resource uri over which log search
query is to be run.
:type data_source_id: str
:param query_type: Set value to ResultCount if query should be returning
search result count. Set it to Number if its a metric query. Possible
values include: 'ResultCount'
:param query_type: Set value to 'ResultCount'. Possible values include:
'ResultCount'
:type query_type: str or ~azure.mgmt.monitor.models.QueryType
"""

Expand Down
5 changes: 2 additions & 3 deletions azure-mgmt-monitor/azure/mgmt/monitor/models/source_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ class Source(Model):
:param data_source_id: Required. The resource uri over which log search
query is to be run.
:type data_source_id: str
:param query_type: Set value to ResultCount if query should be returning
search result count. Set it to Number if its a metric query. Possible
values include: 'ResultCount'
:param query_type: Set value to 'ResultCount'. Possible values include:
'ResultCount'
:type query_type: str or ~azure.mgmt.monitor.models.QueryType
"""

Expand Down

0 comments on commit 026a4e1

Please sign in to comment.