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

Add column status and disable_local_auth in table azure_servicebus_namespace. Closes #714 #715

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

karanpopat
Copy link
Contributor

Example query results

Results
 select title, status, disable_local_auth  from  azure_servicebus_namespace
+--------------------+--------+--------------------+
| title              | status | disable_local_auth |
+--------------------+--------+--------------------+
| az-compliance-test | Active | true               |
+--------------------+--------+--------------------+

@madhushreeray30 madhushreeray30 merged commit c2d560c into main Jan 3, 2024
1 check passed
@madhushreeray30 madhushreeray30 deleted the azure_servicebus_namespace_columns branch January 3, 2024 09:02
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.

Add column status and disable_local_auth in table azure_servicebus_namespace
2 participants