-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename azure_storage_table to azure_storage_table_service. Closes #9
- Loading branch information
1 parent
d04ac04
commit 7426b20
Showing
16 changed files
with
33 additions
and
40 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ts/azure_storage_table/test-get-query.sql → ..._storage_table_service/test-get-query.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
select name, id, storage_account_name, type, cors_rules | ||
from azure.azure_storage_table | ||
from azure.azure_storage_table_service | ||
where resource_group = '{{resourceName}}' and storage_account_name = '{{resourceName}}' |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...zure_storage_table/test-hydrate-query.sql → ...rage_table_service/test-hydrate-query.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
select name, id, storage_account_name, type, cors_rules | ||
from azure.azure_storage_table | ||
from azure.azure_storage_table_service | ||
where resource_group = '{{resourceName}}' and storage_account_name = '{{resourceName}}' |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/azure_storage_table/test-list-query.sql → ...storage_table_service/test-list-query.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
select name, id | ||
from azure.azure_storage_table | ||
from azure.azure_storage_table_service | ||
where id = '{{ output.resource_id.value }}' |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...re_storage_table/test-not-found-query.sql → ...ge_table_service/test-not-found-query.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
select name, id | ||
from azure.azure_storage_table | ||
from azure.azure_storage_table_service | ||
where resource_group = '{{resourceName}}' and storage_account_name = 'dummy-{{resourceName}}' |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...azure_storage_table/test-turbot-query.sql → ...orage_table_service/test-turbot-query.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
select title, akas | ||
from azure.azure_storage_table | ||
from azure.azure_storage_table_service | ||
where resource_group = '{{resourceName}}' and storage_account_name = '{{resourceName}}' |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters