-
Notifications
You must be signed in to change notification settings - Fork 13
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
Db/azure integration #443
Db/azure integration #443
Conversation
--------- Co-authored-by: Taimoor <taimoor@opslevel.com>
"createdAt": "2024-07-04T16:25:29.574450Z", | ||
"installedAt": "2024-07-04T16:25:28.541124Z", |
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.
these are here but not in the AzureResourcesIntegrationFragment
?
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.
createdAt
and installedAt
are fields in the Integration struct
integration_test.go
Outdated
"installedAt": "2024-07-04T16:25:28.541124Z", | ||
"tenantId": "12345678-1234-1234-1234-123456789abc", | ||
"subscriptionId": "12345678-1234-1234-1234-123456789def", | ||
"lastSyncedAt": null, |
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.
this does not appear in the public API
integration.go
Outdated
Aliases []string `graphql:"aliases"` | ||
OwnershipTagKeys []string `graphql:"ownershipTagKeys"` | ||
SubscriptionId string `graphql:"subscriptionId"` | ||
TagsOverrideOwnership bool `graphql:"awsTagsOverrideOwnership"` |
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.
TagsOverrideOwnership bool `graphql:"awsTagsOverrideOwnership"` | |
TagsOverrideOwnership bool `graphql:"tagsOverrideOwnership"` |
Issues
https://github.com/OpsLevel/team-platform/issues/414 - Originally completed by @taimoorgit see PR #430
Changelog
changie
entryTophatting