From 55a75dcbbf131dae9c3dc5c128cf6852d5107c43 Mon Sep 17 00:00:00 2001 From: ilappe Date: Tue, 7 Feb 2023 12:43:00 +0200 Subject: [PATCH 1/2] fix arg default val --- .../MicrosoftAzureStorageApiModule.py | 2 +- Packs/AzureStorageContainer/ReleaseNotes/1_0_8.md | 4 ++++ Packs/AzureStorageContainer/pack_metadata.json | 2 +- Packs/AzureStorageFileShare/ReleaseNotes/1_0_6.md | 4 ++++ Packs/AzureStorageFileShare/pack_metadata.json | 2 +- Packs/AzureStorageQueue/ReleaseNotes/1_0_6.md | 4 ++++ Packs/AzureStorageQueue/pack_metadata.json | 2 +- Packs/AzureStorageTable/ReleaseNotes/1_0_6.md | 4 ++++ Packs/AzureStorageTable/pack_metadata.json | 2 +- 9 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 Packs/AzureStorageContainer/ReleaseNotes/1_0_8.md create mode 100644 Packs/AzureStorageFileShare/ReleaseNotes/1_0_6.md create mode 100644 Packs/AzureStorageQueue/ReleaseNotes/1_0_6.md create mode 100644 Packs/AzureStorageTable/ReleaseNotes/1_0_6.md diff --git a/Packs/ApiModules/Scripts/MicrosoftAzureStorageApiModule/MicrosoftAzureStorageApiModule.py b/Packs/ApiModules/Scripts/MicrosoftAzureStorageApiModule/MicrosoftAzureStorageApiModule.py index 6d82d50a2b23..af25b51eeaa8 100644 --- a/Packs/ApiModules/Scripts/MicrosoftAzureStorageApiModule/MicrosoftAzureStorageApiModule.py +++ b/Packs/ApiModules/Scripts/MicrosoftAzureStorageApiModule/MicrosoftAzureStorageApiModule.py @@ -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 diff --git a/Packs/AzureStorageContainer/ReleaseNotes/1_0_8.md b/Packs/AzureStorageContainer/ReleaseNotes/1_0_8.md new file mode 100644 index 000000000000..a579d5430dc7 --- /dev/null +++ b/Packs/AzureStorageContainer/ReleaseNotes/1_0_8.md @@ -0,0 +1,4 @@ + +#### Integrations +##### Azure Storage Container +Updated the MicrosoftAzureStorageApiModule. diff --git a/Packs/AzureStorageContainer/pack_metadata.json b/Packs/AzureStorageContainer/pack_metadata.json index 7bed6b89331f..a80b46755b29 100644 --- a/Packs/AzureStorageContainer/pack_metadata.json +++ b/Packs/AzureStorageContainer/pack_metadata.json @@ -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": "", diff --git a/Packs/AzureStorageFileShare/ReleaseNotes/1_0_6.md b/Packs/AzureStorageFileShare/ReleaseNotes/1_0_6.md new file mode 100644 index 000000000000..7be7aa805c3d --- /dev/null +++ b/Packs/AzureStorageFileShare/ReleaseNotes/1_0_6.md @@ -0,0 +1,4 @@ + +#### Integrations +##### Azure Storage FileShare +Updated the MicrosoftAzureStorageApiModule. diff --git a/Packs/AzureStorageFileShare/pack_metadata.json b/Packs/AzureStorageFileShare/pack_metadata.json index 53e55185c95d..73001a42964b 100644 --- a/Packs/AzureStorageFileShare/pack_metadata.json +++ b/Packs/AzureStorageFileShare/pack_metadata.json @@ -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": "", diff --git a/Packs/AzureStorageQueue/ReleaseNotes/1_0_6.md b/Packs/AzureStorageQueue/ReleaseNotes/1_0_6.md new file mode 100644 index 000000000000..6c1956dd4986 --- /dev/null +++ b/Packs/AzureStorageQueue/ReleaseNotes/1_0_6.md @@ -0,0 +1,4 @@ + +#### Integrations +##### Azure Storage Queue +Updated the MicrosoftAzureStorageApiModule. diff --git a/Packs/AzureStorageQueue/pack_metadata.json b/Packs/AzureStorageQueue/pack_metadata.json index 95fe5809eb94..9288d998f88f 100644 --- a/Packs/AzureStorageQueue/pack_metadata.json +++ b/Packs/AzureStorageQueue/pack_metadata.json @@ -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": "", diff --git a/Packs/AzureStorageTable/ReleaseNotes/1_0_6.md b/Packs/AzureStorageTable/ReleaseNotes/1_0_6.md new file mode 100644 index 000000000000..1e5f6c5325c8 --- /dev/null +++ b/Packs/AzureStorageTable/ReleaseNotes/1_0_6.md @@ -0,0 +1,4 @@ + +#### Integrations +##### Azure Storage Table +- %%UPDATE_RN%% diff --git a/Packs/AzureStorageTable/pack_metadata.json b/Packs/AzureStorageTable/pack_metadata.json index 4dd2c69e6657..80a848552346 100644 --- a/Packs/AzureStorageTable/pack_metadata.json +++ b/Packs/AzureStorageTable/pack_metadata.json @@ -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": "", From 3da51986c9006230047880c8e9cdf50d680e4a0b Mon Sep 17 00:00:00 2001 From: ilappe Date: Tue, 7 Feb 2023 12:46:10 +0200 Subject: [PATCH 2/2] fix arg default val --- Packs/AzureStorageTable/ReleaseNotes/1_0_6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packs/AzureStorageTable/ReleaseNotes/1_0_6.md b/Packs/AzureStorageTable/ReleaseNotes/1_0_6.md index 1e5f6c5325c8..d5edd142835d 100644 --- a/Packs/AzureStorageTable/ReleaseNotes/1_0_6.md +++ b/Packs/AzureStorageTable/ReleaseNotes/1_0_6.md @@ -1,4 +1,4 @@ #### Integrations ##### Azure Storage Table -- %%UPDATE_RN%% +Updated the MicrosoftAzureStorageApiModule.