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

Db/azure integration #443

Merged
merged 4 commits into from
Jul 31, 2024
Merged

Db/azure integration #443

merged 4 commits into from
Jul 31, 2024

Conversation

davidbloss
Copy link
Contributor

Issues

https://github.com/OpsLevel/team-platform/issues/414 - Originally completed by @taimoorgit see PR #430

Changelog

  • List your changes here
  • Make a changie entry

Tophatting

input.go Show resolved Hide resolved
integration.go Outdated Show resolved Hide resolved
integration.go Outdated Show resolved Hide resolved
Comment on lines +57 to +58
"createdAt": "2024-07-04T16:25:29.574450Z",
"installedAt": "2024-07-04T16:25:28.541124Z",
Copy link
Collaborator

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 ?

Copy link
Contributor Author

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

"installedAt": "2024-07-04T16:25:28.541124Z",
"tenantId": "12345678-1234-1234-1234-123456789abc",
"subscriptionId": "12345678-1234-1234-1234-123456789def",
"lastSyncedAt": null,
Copy link
Collaborator

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"`
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
TagsOverrideOwnership bool `graphql:"awsTagsOverrideOwnership"`
TagsOverrideOwnership bool `graphql:"tagsOverrideOwnership"`

@davidbloss davidbloss merged commit 2a38962 into main Jul 31, 2024
6 checks passed
@davidbloss davidbloss deleted the db/azure-integration branch July 31, 2024 15:10
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.

2 participants