Skip to content
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

[metricsadvisor] get pylint clean #14094

Merged
merged 5 commits into from
Sep 29, 2020
Merged

Conversation

kristapratico
Copy link
Member

No description provided.

@@ -612,7 +621,7 @@ def list_metric_dimension_values(self, metric_id, dimension_name, **kwargs):
**kwargs)

@distributed_trace
def list_metrics_series_data(self, metric_id, start_time, end_time, filter, **kwargs):
def list_metrics_series_data(self, metric_id, start_time, end_time, series_to_filter, **kwargs):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

original parameter name filter was overshadowing the built-in filter. Other languages call this parameter series_to_filter so I renamed it.

@xiangyan99
Copy link
Member

/azp run python - storage - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@xiangyan99
Copy link
Member

/azp run python - core - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

xiangyan99
xiangyan99 previously approved these changes Sep 28, 2020
@kristapratico
Copy link
Member Author

/azp run python - metricsadvisor - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kristapratico kristapratico merged commit 832a035 into Azure:master Sep 29, 2020
@kristapratico kristapratico deleted the ma-pylint branch September 29, 2020 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants