-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Java V2 Removed outdated calls from IoT Sitewise #7651
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
base: main
Are you sure you want to change the base?
Conversation
4ee17b4 to
8c5c997
Compare
| logger.info("Test 6 passed"); | ||
| } | ||
|
|
||
| @Test |
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.
Should the numbering be adjusted since these tests are removed?
| logger.info(DASHES); | ||
|
|
||
| logger.info(DASHES); | ||
| logger.info("6. Create an IoT SiteWise Portal"); |
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.
The outdated actions are removed from the scenario, but they remain in SitewiseActions.java, shouldn't they be removed there also?
| - description: | ||
| snippet_tags: | ||
| - sitewise.java2.describe.portal.main | ||
| Python: |
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.
Is there a separate ticket to remove the actual code for Python and JavaScript?
This pull request removed outdated calls from Sitewise to address ticket V1994760354.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.