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

Fix AzureStorageApiModule bug #24419

Merged
merged 2 commits into from Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -13,7 +13,7 @@ class MicrosoftStorageClient(BaseClient):

def __init__(self, server_url, verify, proxy,
account_sas_token, storage_account_name,
api_version, managed_identities_client_id):
api_version, managed_identities_client_id: Optional[str] = None):
super().__init__(base_url=server_url, verify=verify, proxy=proxy)
self._account_sas_token = account_sas_token
self._storage_account_name = storage_account_name
Expand Down
4 changes: 4 additions & 0 deletions Packs/AzureStorageContainer/ReleaseNotes/1_0_8.md
@@ -0,0 +1,4 @@

#### Integrations
##### Azure Storage Container
Updated the MicrosoftAzureStorageApiModule.
2 changes: 1 addition & 1 deletion Packs/AzureStorageContainer/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Azure Storage Container",
"description": "Create and Manage Azure Storage Container services.",
"support": "xsoar",
"currentVersion": "1.0.7",
"currentVersion": "1.0.8",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
4 changes: 4 additions & 0 deletions Packs/AzureStorageFileShare/ReleaseNotes/1_0_6.md
@@ -0,0 +1,4 @@

#### Integrations
##### Azure Storage FileShare
Updated the MicrosoftAzureStorageApiModule.
2 changes: 1 addition & 1 deletion Packs/AzureStorageFileShare/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Azure Storage FileShare",
"description": "Create and Manage Azure FileShare Files and Directories.",
"support": "xsoar",
"currentVersion": "1.0.5",
"currentVersion": "1.0.6",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
4 changes: 4 additions & 0 deletions Packs/AzureStorageQueue/ReleaseNotes/1_0_6.md
@@ -0,0 +1,4 @@

#### Integrations
##### Azure Storage Queue
Updated the MicrosoftAzureStorageApiModule.
2 changes: 1 addition & 1 deletion Packs/AzureStorageQueue/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Azure Storage Queue",
"description": "Create and Manage Azure Storage Queues and Messages.",
"support": "xsoar",
"currentVersion": "1.0.5",
"currentVersion": "1.0.6",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
4 changes: 4 additions & 0 deletions Packs/AzureStorageTable/ReleaseNotes/1_0_6.md
@@ -0,0 +1,4 @@

#### Integrations
##### Azure Storage Table
Updated the MicrosoftAzureStorageApiModule.
2 changes: 1 addition & 1 deletion Packs/AzureStorageTable/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Azure Storage Table",
"description": "Create and Manage Azure Storage Tables and Entities.",
"support": "xsoar",
"currentVersion": "1.0.5",
"currentVersion": "1.0.6",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down