diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductPackages.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductPackages.json index eeb8b9f74b0c..960d63b74188 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductPackages.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductPackages.json @@ -202,20 +202,21 @@ "$ref": "./common/ContentCommonTypes.json#/definitions/metadataVersion", "description": "The version of the installed package, null or absent means not installed." }, - "resourceId": { - "$ref": "./common/ContentCommonTypes.json#/definitions/metadataContentId", - "description": "The metadata resource id." + "metadataResourceId": { + "description": "The metadata resource id.", + "type": "string", + "format": "arm-id" }, "packagedContent": { "$ref": "#/definitions/packagedContent", - "description": "The json to deploy. Expandable." + "description": "The json of the ARM template to deploy. Expandable." } }, "type": "object" }, "packagedContent": { "type": "object", - "description": "the json to deploy" + "description": "The json of the ARM template to deploy" } }, "parameters": { diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductTemplates.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductTemplates.json index 43ea523bb34a..8f0da46c1169 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductTemplates.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-12-01-preview/ContentProductTemplates.json @@ -208,7 +208,7 @@ "properties": { "packagedContent": { "type": "object", - "description": "the json to deploy" + "description": "The json of the ARM template to deploy" } } }