You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-10-01-preview/ContentPackages.json
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-10-01-preview/ContentProductPackages.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
"tags": [
45
45
"ContentProductPackages"
46
46
],
47
-
"description": "Gets all packages from the catalog.",
47
+
"description": "Gets all packages from the catalog.\nExpandable properties:\n- properties/installed\n- properties/packagedContent",
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-10-01-preview/ContentProductTemplates.json
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-10-01-preview/ContentTemplates.json
+26-3Lines changed: 26 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
"tags": [
45
45
"ContentTemplates"
46
46
],
47
-
"description": "Gets all installed templates.",
47
+
"description": "Gets all installed templates.\nExpandable properties:\n- properties/mainTemplate\n- properties/dependantTemplates",
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-10-01-preview/common/ContentCommonTypes.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -535,6 +535,11 @@
535
535
"packageName": {
536
536
"$ref": "#/definitions/metadataDisplayName",
537
537
"description": "the name of the package contains this template"
538
+
},
539
+
"isDeprecated": {
540
+
"$ref": "#/definitions/metadataTrueFalseFlag",
541
+
"description": "Flag indicates if this template is deprecated",
542
+
"readOnly": true
538
543
}
539
544
}
540
545
},
@@ -569,6 +574,10 @@
569
574
"$ref": "#/definitions/metadataTrueFalseFlag",
570
575
"description": "Flag indicates if this package is among the featured list."
571
576
},
577
+
"isDeprecated": {
578
+
"$ref": "#/definitions/metadataTrueFalseFlag",
579
+
"description": "Flag indicates if this template is deprecated"
580
+
},
572
581
"version": {
573
582
"$ref": "#/definitions/metadataVersion",
574
583
"description": "the latest version number of the package"
0 commit comments