Skip to content

Address UX study feedback - #31831

Merged
ki1729 merged 3 commits into
Azure:mainfrom
ki1729:krajasekar/monitor_feedback
Nov 1, 2022
Merged

Address UX study feedback#31831
ki1729 merged 3 commits into
Azure:mainfrom
ki1729:krajasekar/monitor_feedback

Conversation

@ki1729

@ki1729 ki1729 commented Oct 30, 2022

Copy link
Copy Markdown
Contributor

Description

Fixed issues reported in #30859
Also made modifications based on recommendations from Arch board review , crew discussion.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@azure-sdk

Copy link
Copy Markdown
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-monitor-ingestion

Comment thread sdk/monitor/azure-monitor-ingestion/README.md Outdated
@ki1729
ki1729 enabled auto-merge (squash) October 31, 2022 20:14
@ki1729
ki1729 requested a review from srnagar October 31, 2022 20:29
Objects.requireNonNull(dataCollectionRuleId, "'logs' cannot be null.");
String ruleId, String streamName, BinaryData logs, RequestOptions requestOptions) {
Objects.requireNonNull(ruleId, "'ruleId' cannot be null.");
Objects.requireNonNull(ruleId, "'streamName' cannot be null.");

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
Objects.requireNonNull(ruleId, "'streamName' cannot be null.");
Objects.requireNonNull(streamName, "'streamName' cannot be null.");

String ruleId, String streamName, BinaryData logs, RequestOptions requestOptions) {
Objects.requireNonNull(ruleId, "'ruleId' cannot be null.");
Objects.requireNonNull(ruleId, "'streamName' cannot be null.");
Objects.requireNonNull(ruleId, "'logs' cannot be null.");

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
Objects.requireNonNull(ruleId, "'logs' cannot be null.");
Objects.requireNonNull(logs, "'logs' cannot be null.");

@ki1729
ki1729 merged commit 360b485 into Azure:main Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants