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 encryption_scope column in azure_storage_account table closes #391 #392

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Oct 7, 2021

Integration test logs

Logs
N/A

Example query results

Results
select name, jsonb_pretty(encryption_scope) as encryption_scope from azure_storage_account where name = 'testprimarystorage13';
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| name                 | encryption_scope                                                                                                                                                                 
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| testprimarystorage13 | [                                                                                                                                                                                
|                      |     {                                                                                                                                                                            
|                      |         "Id": "/subscriptions/d46d7416-f95f-4771-bbb5-529d4c76659c/resourceGroups/arnab-test-resource-group/providers/Microsoft.Storage/storageAccounts/testprimarystorage13/encr
|                      |         "Name": "cmk1",                                                                                                                                                          
|                      |         "Type": "Microsoft.Storage/storageAccounts/encryptionScopes",                                                                                                            
|                      |         "State": "Enabled",                                                                                                                                                      
|                      |         "KeyURI": "https://tesrt.vault.azure.net/keys/tets566",                                                                                                                  
|                      |         "Source": "Microsoft.Keyvault",                                                                                                                                          
|                      |         "CreationTime": "2021-10-07T11:54:09.4514714Z",                                                                                                                          
|                      |         "LastModifiedTime": "2021-10-07T11:54:09.4514714Z"                                                                                                                       
|                      |     },                                                                                                                                                                           
|                      |     {                                                                                                                                                                            
|                      |         "Id": "/subscriptions/d46d7416-f95f-4771-bbb5-529d4c76659c/resourceGroups/arnab-test-resource-group/providers/Microsoft.Storage/storageAccounts/testprimarystorage13/encr
|                      |         "Name": "testenc",                                                                                                                                                       
|                      |         "Type": "Microsoft.Storage/storageAccounts/encryptionScopes",                                                                                                            
|                      |         "State": "Enabled",                                                                                                                                                      
|                      |         "Source": "Microsoft.Storage",                                                                                                                                           
|                      |         "CreationTime": "2021-10-07T11:32:53.1709475Z",                                                                                                                          
|                      |         "LastModifiedTime": "2021-10-07T11:32:53.1709475Z"                                                                                                                       
|                      |     }                                                                                                                                                                            
|                      | ]                                                                                                                                                                                
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

@ParthaI ParthaI self-assigned this Oct 7, 2021
@ParthaI ParthaI linked an issue Oct 7, 2021 that may be closed by this pull request
Copy link
Contributor

@bigdatasourav bigdatasourav left a comment

Choose a reason for hiding this comment

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

LGTM

@bigdatasourav bigdatasourav merged commit 3b0a914 into main Oct 7, 2021
@bigdatasourav bigdatasourav deleted the issue-391 branch October 7, 2021 12:42
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 encryption_scope column in azure_storage_account table
2 participants