Skip to content

Commit

Permalink
Again employs "Microsoft.Storage/storageAccounts/blobServices" as dat…
Browse files Browse the repository at this point in the history
…asourceType
  • Loading branch information
Valentin J. Hauner committed Jan 27, 2023
1 parent 97cb2b6 commit 9242872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybridcloud/backends/azureblob.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def create_or_update_bucket(self, namespace, name, spec):
parameters={
"properties": {
"dataSourceInfo": {
"datasourceType": "Microsoft.Storage/storageAccounts",
"datasourceType": "Microsoft.Storage/storageAccounts/blobServices",
"objectType": "Datasource",
"resourceID": storage_account.id,
"resourceLocation": "",
Expand Down

0 comments on commit 9242872

Please sign in to comment.