Skip to content

Commit 8d77e59

Browse files
authored
Merge branch 'main' into update-readme
2 parents ca7606a + 2efba2c commit 8d77e59

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"main",
44
"main",
55
"main",
6+
"main",
67
"main"
78
],
89
"json.schemas": [

changelog/Manual.NonWorkloadChanges.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "3fc40a97-d690-4253-ad11-7d00f9900bb1",
7+
"ApiChange": "Resource",
8+
"ChangedApiName": "user",
9+
"ChangeType": "Addition",
10+
"Description": "Added the Microsoft Graph Bicep resource for deploying the [user](https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0) resource type using Bicep templates for Microsoft Graph resources in infrastructure-as-code (IaC) scenarios. For more information, see [Microsoft.Graph users resource](https://learn.microsoft.com/en-us/graph/templates/reference/users).",
11+
"Target": "user"
12+
}
13+
],
14+
"Id": "3fc40a97-d690-4253-ad11-7d00f9900bb1",
15+
"Cloud": "Prod",
16+
"Version": "v1.0",
17+
"CreatedDateTime": "2025-01-30T00:00:00.5014179Z",
18+
"WorkloadArea": "Users",
19+
"SubArea": ""
20+
},
321
{
422
"ChangeList": [
523
{

concepts/whats-new-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
1919
2020
## January 2025: New and generally available
2121

22+
### Microsoft Graph Bicep templates
23+
24+
You can now deploy the user resource in a Bicep template for your infrastructure as code (IaC) projects. For more information, see the [Microsoft.Graph users](/graph/templates/reference/users) Bicep reference.
25+
2226
### Files
2327

2428
Updated the endpoint of the [fileStorageContainer: restore](/graph/api/filestoragecontainer-restore) method.

0 commit comments

Comments
 (0)