Skip to content

Commit 6c59b75

Browse files
Merge pull request #312580 from guywi-ms/content-management-api-version-retirement
Content management api version retirement
2 parents dbc8262 + 5c365f2 commit 6c59b75

2 files changed

Lines changed: 76 additions & 1 deletion

File tree

articles/sentinel/ci-cd-custom-content.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ For more information on Sentinel content, see [About Microsoft Sentinel content
2828
> [!IMPORTANT]
2929
> The Microsoft Sentinel **Repositories** feature is currently in **PREVIEW**. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for more legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
3030
31-
3231
## How Microsoft Sentinel repositories work
3332

3433
You can deploy these Microsoft Sentinel custom content types from an external source control repository you connect to Microsoft Sentinel:
@@ -133,6 +132,13 @@ Once the workflow or pipeline is triggered, the deployment supports the followin
133132

134133
These options are available through a feature of the PowerShell deployment script called from the workflow or pipeline. For more information on how to implement these customizations, see [Customize repository deployments](ci-cd-custom-deploy.md#customize-your-connection-configuration).
135134

135+
## Manage Microsoft Sentinel repositories using the API
136+
137+
For information on managing Microsoft Sentinel repositories using the API, see the [Source Control](/rest/api/securityinsights/source-control) and [Source Controls](/rest/api/securityinsights/source-controls) actions in the Microsoft Sentinel REST API.
138+
139+
> [!IMPORTANT]
140+
> Starting **May 1, 2026**, older API versions used by Microsoft Sentinel repositories will no longer be supported. If you are using APIs to create and manage repository connections, transition to API version **2025-09-01**, **2025-06-01**, or **2025-07-01-preview** before June 1, 2026 to avoid service disruption. Existing repository connections aren't affected.
141+
136142
## Next steps
137143

138144
Get more examples and step by step instructions on deploying Microsoft Sentinel repositories.

articles/sentinel/whats-new.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,75 @@ The listed features were released in the last six months. For information about
1818

1919
[!INCLUDE [reference-to-feature-availability](includes/reference-to-feature-availability.md)]
2020

21+
## March 2026
22+
23+
- [Call to action: update older Microsoft Sentinel content as code (Sentinel repositories) API versions before June 2026](#call-to-action-update-older-microsoft-sentinel-content-as-code-sentinel-repositories-api-versions-before-june-2026)
24+
25+
### Call to action: update older Microsoft Sentinel content as code (Sentinel repositories) API versions before June 2026
26+
27+
Starting **June 1, 2026**, older API versions used by [Microsoft Sentinel repositories](ci-cd-custom-content.md) will no longer be supported. This change impacts all [Source Control](/rest/api/securityinsights/source-control) and [Source Controls](/rest/api/securityinsights/source-controls) actions in the Microsoft Sentinel REST API for the affected API versions.
28+
29+
The retired API versions will no longer be supported, and requests using them will fail. Existing repository connections created with those APIs aren't affected, and the repositories will continue to operate.
30+
31+
**Required action**
32+
33+
If you're using APIs to create or manage repository connections, transition to API version **2025-06-01** or **2025-07-01-preview** before May 1, 2026 to avoid service disruption.
34+
35+
**Affected API versions**
36+
37+
The following API versions will be retired on May 1, 2026:
38+
39+
<details>
40+
<summary><strong>Preview API versions (click to expand)</strong></summary>
41+
42+
- 2021-03-01-preview
43+
- 2021-09-01-preview
44+
- 2021-10-01-preview
45+
- 2022-01-01-preview
46+
- 2022-04-01-preview
47+
- 2022-05-01-preview
48+
- 2022-06-01-preview
49+
- 2022-07-01-preview
50+
- 2022-08-01-preview
51+
- 2022-09-01-preview
52+
- 2022-10-01-preview
53+
- 2022-11-01-preview
54+
- 2022-12-01-preview
55+
- 2023-02-01-preview
56+
- 2023-03-01-preview
57+
- 2023-04-01-preview
58+
- 2023-05-01-preview
59+
- 2023-06-01-preview
60+
- 2023-07-01-preview
61+
- 2023-08-01-preview
62+
- 2023-09-01-preview
63+
- 2023-10-01-preview
64+
- 2023-11-01-preview
65+
- 2023-12-01-preview
66+
- 2024-01-01-preview
67+
- 2024-04-01-preview
68+
- 2024-10-01-preview
69+
- 2025-01-01-preview
70+
- 2025-04-01-preview
71+
- 2025-07-01-preview
72+
73+
</details>
74+
75+
<details>
76+
<summary><strong>Stable API versions (click to expand)</strong></summary>
77+
78+
- 2023-11-01
79+
- 2024-03-01
80+
- 2024-09-01
81+
- 2025-03-01
82+
83+
</details>
84+
85+
**Recommended API versions to use:**
86+
- **2025-09-01** (stable)
87+
- **2025-06-01** (stable)
88+
- **2025-07-01-preview** (preview)
89+
2190
## February 2026
2291

2392
### Microsoft Sentinel UEBA behaviors layer is now generally available

0 commit comments

Comments
 (0)