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

Renamed colums to add prefix that stores logging information for queue service. Closes #91 #94

Merged
merged 3 commits into from
Apr 22, 2021

Conversation

Subhajit97
Copy link
Contributor

@Subhajit97 Subhajit97 commented Apr 15, 2021

Integration test logs

Logs
N/A

Example query results

Results

List of storage accounts with logging enabled for Queue service for read, write, and delete requests

select
  name,
  queue_logging_delete,
  queue_logging_read,
  queue_logging_write
from
  azure_storage_account
where
  queue_logging_delete
  and queue_logging_read
  and queue_logging_write;
+--------------------+----------------------+--------------------+---------------------+
| name               | queue_logging_delete | queue_logging_read | queue_logging_write |
+--------------------+----------------------+--------------------+---------------------+
| sqlva4pz6nakavj3mi | true                 | true               | true                |
+--------------------+----------------------+--------------------+---------------------+

@Subhajit97 Subhajit97 self-assigned this Apr 15, 2021
@Subhajit97 Subhajit97 changed the title Renamed colums to add prefix that stores logging information for que… Renamed colums to add prefix that stores logging information for queue service. Closes #91 Apr 16, 2021
@Subhajit97 Subhajit97 linked an issue Apr 16, 2021 that may be closed by this pull request
Copy link
Contributor

@LalitLab LalitLab left a comment

Choose a reason for hiding this comment

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

LGTM

@LalitLab LalitLab requested a review from cbruno10 April 16, 2021 07:24
@cbruno10 cbruno10 merged commit 8e6eebd into main Apr 22, 2021
@cbruno10 cbruno10 deleted the issue-91 branch April 22, 2021 19:19
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.

Update listed column names in "azure_storage_account" table.
3 participants