Skip to content

Commit a50ea38

Browse files
committed
Update storage API version and release notes
Changed the storage account API version from '2022-09-01' to '2023-04-01' in mainTemplate.json for improved compatibility. Consolidated release notes entries for version 3.0.0 in ReleaseNotes.md. Updated 3.0.0.zip package file.
1 parent 0fbb9bf commit a50ea38

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
788 Bytes
Binary file not shown.

Solutions/Intel471/Package/mainTemplate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
},
157157
"parameterValues": {
158158
"accountName": "[[variables('StorageAccountName')]",
159-
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('StorageAccountName')), '2022-09-01').keys[0].value]"
159+
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('StorageAccountName')), '2023-04-01').keys[0].value]"
160160
}
161161
}
162162
},
@@ -1212,7 +1212,7 @@
12121212
},
12131213
"parameterValues": {
12141214
"accountName": "[[variables('StorageAccountName')]",
1215-
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('StorageAccountName')), '2022-09-01').keys[0].value]"
1215+
"accessKey": "[[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('StorageAccountName')), '2023-04-01').keys[0].value]"
12161216
}
12171217
}
12181218
},

Solutions/Intel471/ReleaseNotes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------|
3-
| 3.0.0 | 27-11-2023 | Added **Playbook** 'Intel 471 Malware Intelligence to Graph Security' using new upload indicators API to Intel 471 Solution. |
4-
| 3.0.0 | 02-12-2025 | Added the Verity471 backend in the Intel471 solution for ingesting malware indicators. |
3+
| 3.0.0 | 02-12-2025 | Added **Playbook** 'Intel 471 Malware Intelligence to Graph Security' using new upload indicators API to Intel 471 Solution. <br/> Added the Verity471 backend in the Intel471 solution for ingesting malware indicators.|

0 commit comments

Comments
 (0)