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

feat(alpha): monitoring task add source and sourceId props - [AH-1863] #1020

Merged
merged 6 commits into from
Sep 20, 2023

Conversation

absqueued
Copy link
Contributor

@absqueued absqueued commented Sep 20, 2023

Updating type of monitoring task to accept source and sourceId optional props.

Bonus:

  • Fix broken links in docs

Copy link
Collaborator

@polomani polomani left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -441,4 +441,4 @@ await client.authenticate(); // Returns the received token
## Next steps
To read more about authentication, see [authentication process](https://doc.cognitedata.com/dev/guides/iam/external-application.html#tokens).
To read more about authentication, see [authentication process](https://developer.cognite.com/dev/guides/iam/external-application.html#tokens).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
To read more about authentication, see [authentication process](https://developer.cognite.com/dev/guides/iam/external-application.html#tokens).
To read more about authentication, see [authentication process](https://developer.cognite.com/dev/guides/iam/external-application#tokens).

@@ -181,4 +181,4 @@ const client = new CogniteClient({

## More

Read more about the [authentication process](https://doc.cognitedata.com/dev/guides/iam/external-application.html#tokens).
Read more about the [authentication process](https://developer.cognite.com/dev/guides/iam/external-application.html#tokens).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Read more about the [authentication process](https://developer.cognite.com/dev/guides/iam/external-application.html#tokens).
Read more about the [authentication process](https://developer.cognite.com/dev/guides/iam/external-application#tokens).

@@ -695,7 +695,7 @@ Co-authored-by: Vegard Økland <vegard.okland@cognite.com>
- TimeseriesClass
- TimeSeriesList

For replacements, see [MIGRATION_GUIDE_2xx_3xx.md](https://docs.cognite.com/dev/guides/sdk/js/migration.html#upgrade-javascript-sdk-2-x-to-3-x)
For replacements, see [MIGRATION_GUIDE_2xx_3xx.md](https://docs.cognite.com/dev/guides/sdk/js/migration.html#upgrade-javascript-sdk-2x-to-3x)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
For replacements, see [MIGRATION_GUIDE_2xx_3xx.md](https://docs.cognite.com/dev/guides/sdk/js/migration.html#upgrade-javascript-sdk-2x-to-3x)
For replacements, see [MIGRATION_GUIDE_2xx_3xx.md](https://docs.cognite.com/dev/guides/sdk/js/migration#upgrade-javascript-sdk-2x-to-3x)

@absqueued absqueued merged commit 506ad9b into master Sep 20, 2023
11 checks passed
@absqueued absqueued deleted the fix/ah-1863-sources-in-monitoring branch September 20, 2023 12:22
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.

4 participants