Skip to content

Commit 2ff5426

Browse files
authored
Merge branch 'main' into users-otherMails-limi
2 parents 601fe9e + 3030aa4 commit 2ff5426

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
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": [

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Thank you for your interest in Microsoft Graph documentation! For the best exper
44

55
## Give us your feedback
66

7-
**Coming soon:** In March 2024, we will be phasing out the current feedback mechanism for content (GitHub issues) described below and replacing it with a new feedback system. For more information, see https://aka.ms/ContentUserFeedback.
8-
97
Your feedback is important to us.
108

119
- To let us know about any questions or issues you find in the documentation, [leave feedback using the standard experience](https://learn.microsoft.com/en-us/contribute/content/provide-feedback#use-the-standard-experience).

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)