diff --git a/Solutions/AWS_IAM/Data/Solution_AWSIAM.json b/Solutions/AWS_IAM/Data/Solution_AWSIAM.json index 4b53234851..6045e28a63 100644 --- a/Solutions/AWS_IAM/Data/Solution_AWSIAM.json +++ b/Solutions/AWS_IAM/Data/Solution_AWSIAM.json @@ -10,7 +10,7 @@ ], "Metadata": "SolutionMetadata.json", "BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\AWS_IAM", - "Version": "2.0.0", + "Version": "2.0.1", "TemplateSpec": true, "Is1PConnector": false } \ No newline at end of file diff --git a/Solutions/AWS_IAM/Package/2.0.1.zip b/Solutions/AWS_IAM/Package/2.0.1.zip new file mode 100644 index 0000000000..5950102e8e Binary files /dev/null and b/Solutions/AWS_IAM/Package/2.0.1.zip differ diff --git a/Solutions/AWS_IAM/Package/mainTemplate.json b/Solutions/AWS_IAM/Package/mainTemplate.json index 06c8c9cf5e..f90d9bd722 100644 --- a/Solutions/AWS_IAM/Package/mainTemplate.json +++ b/Solutions/AWS_IAM/Package/mainTemplate.json @@ -56,13 +56,13 @@ "_playbookContentId3": "[variables('playbookContentId3')]", "playbookId3": "[resourceId('Microsoft.Logic/workflows', variables('playbookContentId3'))]", "playbookTemplateSpecName3": "[concat(parameters('workspace'),'-pl-',uniquestring(variables('_playbookContentId3')))]", - "aws_iam_functionapp_id": "[[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/aws-iam-', uniqueString(resourceGroup().id))]", - "_aws_iam_functionapp_id": "[variables('aws_iam_functionapp_id')]" + "aws_iam_functionapp_id": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/aws-iam-', uniqueString(resourceGroup().id))]", + "_aws_iam_functionapp_id": "[variables('aws_iam_functionapp_id')]" }, "resources": [ { "type": "Microsoft.Resources/templateSpecs", - "apiVersion": "2021-05-01", + "apiVersion": "2022-02-01", "name": "[variables('playbookTemplateSpecName1')]", "location": "[parameters('workspace-location')]", "tags": { @@ -76,7 +76,7 @@ }, { "type": "Microsoft.Resources/templateSpecs/versions", - "apiVersion": "2021-05-01", + "apiVersion": "2022-02-01", "name": "[concat(variables('playbookTemplateSpecName1'),'/',variables('playbookVersion1'))]", "location": "[parameters('workspace-location')]", "tags": { @@ -87,7 +87,7 @@ "[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName1'))]" ], "properties": { - "description": "AWSIAM-AddTagToUser Playbook with template version 2.0.0", + "description": "AWSIAM-AddTagToUser Playbook with template version 2.0.1", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('playbookVersion1')]", @@ -371,7 +371,7 @@ }, { "type": "Microsoft.Resources/templateSpecs", - "apiVersion": "2021-05-01", + "apiVersion": "2022-02-01", "name": "[variables('playbookTemplateSpecName2')]", "location": "[parameters('workspace-location')]", "tags": { @@ -385,7 +385,7 @@ }, { "type": "Microsoft.Resources/templateSpecs/versions", - "apiVersion": "2021-05-01", + "apiVersion": "2022-02-01", "name": "[concat(variables('playbookTemplateSpecName2'),'/',variables('playbookVersion2'))]", "location": "[parameters('workspace-location')]", "tags": { @@ -396,7 +396,7 @@ "[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName2'))]" ], "properties": { - "description": "AWSIAM-DeleteAccessKeys Playbook with template version 2.0.0", + "description": "AWSIAM-DeleteAccessKeys Playbook with template version 2.0.1", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('playbookVersion2')]", @@ -710,7 +710,7 @@ }, { "type": "Microsoft.Resources/templateSpecs", - "apiVersion": "2021-05-01", + "apiVersion": "2022-02-01", "name": "[variables('playbookTemplateSpecName3')]", "location": "[parameters('workspace-location')]", "tags": { @@ -724,7 +724,7 @@ }, { "type": "Microsoft.Resources/templateSpecs/versions", - "apiVersion": "2021-05-01", + "apiVersion": "2022-02-01", "name": "[concat(variables('playbookTemplateSpecName3'),'/',variables('playbookVersion3'))]", "location": "[parameters('workspace-location')]", "tags": { @@ -735,7 +735,7 @@ "[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName3'))]" ], "properties": { - "description": "AWSIAM-EnrichIncidentWithUserInfo Playbook with template version 2.0.0", + "description": "AWSIAM-EnrichIncidentWithUserInfo Playbook with template version 2.0.1", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('playbookVersion3')]", @@ -1140,7 +1140,7 @@ "apiVersion": "2022-01-01-preview", "location": "[parameters('workspace-location')]", "properties": { - "version": "2.0.0", + "version": "2.0.1", "kind": "Solution", "contentSchemaVersion": "2.0.0", "contentId": "[variables('_solutionId')]", @@ -1187,7 +1187,7 @@ "categories": { "domains": [ "Identity", - "Security – Automation (SOAR)" + "Security - Automation (SOAR)" ] } }, diff --git a/Solutions/AWS_IAM/SolutionMetadata.json b/Solutions/AWS_IAM/SolutionMetadata.json index 32d6a43654..a919e3715a 100644 --- a/Solutions/AWS_IAM/SolutionMetadata.json +++ b/Solutions/AWS_IAM/SolutionMetadata.json @@ -4,7 +4,7 @@ "firstPublishDate": "2022-09-28", "providers": ["Microsoft"], "categories": { - "domains" : ["Identity","Security – Automation (SOAR)"] + "domains" : ["Identity","Security - Automation (SOAR)"] }, "support": { "name": "Microsoft Corporation",