Skip to content

Commit 0e9d742

Browse files
Merge branch 'main' into snippet-generation/172206
2 parents 39c3aab + 72dbab0 commit 0e9d742

8 files changed

+127
-19
lines changed

api-reference/beta/api/dailyuserinsightmetricsroot-list-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
}
3131
-->
3232
``` http
33-
daily GET /userInsightsRoot/daily/summary
33+
GET /userInsightsRoot/daily/summary
3434
```
3535

3636
## Optional query parameters

api-reference/beta/api/sitepage-createfromtemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2828
<!-- { "blockType": "ignored" } -->
2929

3030
```http
31-
POST /sites/{site-id}/pages/microsoft.graph.sitePage/createFromTemplate
31+
POST /sites/{site-id}/pages/createFromTemplate
3232
```
3333
## Request headers
3434

@@ -55,7 +55,7 @@ The following example shows how to create a new page from the page template.
5555
<!-- { "blockType": "request", "name": "createFromTemplate", "scopes": "sites.readwrite.all" } -->
5656

5757
```http
58-
POST /sites/dd00d52e-0db7-4d5f-8269-90060ac688d1/pages/microsoft.graph.sitePage/createFromTemplate
58+
POST /sites/dd00d52e-0db7-4d5f-8269-90060ac688d1/pages/createFromTemplate
5959
Content-Type: application/json
6060
6161
{

api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-pc"
77
doc_type: resourcePageType
8+
ms.date: 11/26/2024
89
---
910

1011
# cloudPcOnPremisesConnectionHealthCheck resource type
@@ -62,6 +63,7 @@ Represents the result of a Cloud PC Azure network connection health check.
6263
|endpointConnectivityCheckIntuneUrlNotAllowListed|During provisioning, one or more required Intune URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
6364
|endpointConnectivityCheckAzureADUrlNotAllowListed|During provisioning, one or more required Microsoft Entra URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
6465
|endpointConnectivityCheckLocaleUrlNotAllowListed|During provisioning, one or more language pack URLs couldn't be contacted. If you choose a non-English (United States) **Language & Region** setting in a provisioning policy, the language pack might not be successfully installed. Make sure that all of the required URLs are allowed through your firewalls and proxies. For a list or required URLs, see [Azure network connections health checks](https://go.microsoft.com/fwlink/?linkid=2156206).|
66+
|endpointConnectivityCheckVMAgentEndPointCommunicationError|The VM extension provisioning failed because the VM-agent-related endpoints were unreachable. Review the onboarding policy settings to ensure the endpoints are reachable for joining the domain.|
6567
|endpointConnectivityCheckUnknownError|During provisioning, one or more required URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
6668
|azureAdDeviceSyncCheckDeviceNotFound|The Cloud PC object can't be found in Microsoft Entra ID. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|
6769
|azureAdDeviceSyncCheckLongSyncCircle|The check whether the Cloud PC object has been synced to Microsoft Entra ID has timed out. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|

api-reference/beta/resources/user.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ This resource supports:
224224
| isResourceAccount | Boolean | Do not use – reserved for future use. |
225225
| jobTitle | String | The user's job title. Maximum length is 128 characters. <br><br>Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, `startsWith`, and `eq` on `null` values).|
226226
| lastPasswordChangeDateTime | DateTimeOffset | When this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Read-only. <br><br>Returned only on `$select`. |
227-
| legalAgeGroupClassification | [legalAgeGroupClassification](#legalagegroupclassification-values) | Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions). <br><br>Returned only on `$select`. |
227+
| legalAgeGroupClassification | [legalAgeGroupClassification](#legalagegroupclassification-values) | Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `Undefined`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions). <br><br>Returned only on `$select`. |
228228
| licenseAssignmentStates | [licenseAssignmentState](licenseassignmentstate.md) collection | State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. <br><br>Returned only on `$select`. |
229229
| mail | String | The SMTP address for the user, for example, `admin@contoso.com`. Changes to this property also update the user's **proxyAddresses** collection to include the value as an SMTP address. This property can't contain accent characters. <br/> **NOTE:** We don't recommend updating this property for Azure AD B2C user profiles. Use the **otherMails** property instead. <br><br> Supports `$filter` (`eq`, `ne`, `not`, `ge`, `le`, `in`, `startsWith`, `endsWith`, and `eq` on `null` values). |
230230
| mailboxSettings | [mailboxSettings](mailboxsettings.md) | Settings for the primary mailbox of the signed-in user. You can [get](../api/user-get-mailboxsettings.md) or [update](../api/user-update-mailboxsettings.md) settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see [User preferences for languages and regional formats](#user-preferences-for-languages-and-regional-formats). <br><br>Returned only on `$select`. |
@@ -306,6 +306,7 @@ For example, Cameron is an administrator of a directory for an elementary school
306306
| Member | Description|
307307
|:---------------|:----------|
308308
|null|Default value, no **ageGroup** has been set for the user.|
309+
|Undefined|No **ageGroup** is set for the user but **consentProvidedForMinor** is either `Granted`, `Denied`, or `NotRequired`.|
309310
|MinorWithoutParentalConsent |(Reserved for future use)|
310311
|MinorWithParentalConsent| The user is considered a minor based on the age-related regulations of their country or region, and the administrator of the account has obtained appropriate consent from a parent or guardian.|
311312
|Adult|The user is considered an adult based on the age-related regulations of their country or region.|

api-reference/v1.0/api/entitlementmanagement-post-assignmentrequests.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,3 +932,81 @@ Content-type: application/json
932932
"status": "Accepted"
933933
}
934934
```
935+
936+
### Example 9: Request a package on behalf of a direct employee
937+
938+
The following example shows how a manager can request an access package assignment on behalf of their direct employee.
939+
940+
> [!NOTE]
941+
> The requestor (manager) is extracted from the token, and the target object is determined by the `id` of the direct employee who is receiving access.
942+
943+
#### Request
944+
945+
The following example shows a request.
946+
947+
<!-- {
948+
"blockType": "request",
949+
"name": "update_accesspackageassignmentrequest_request_behalf"
950+
}-->
951+
```http
952+
POST https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/assignmentRequests
953+
Content-type: application/json
954+
955+
{
956+
"assignment": {
957+
"accessPackageId": "5b98f958-0dea-4a5b-836e-109dccbd530c",
958+
"schedule": {
959+
"startDateTime": null,
960+
"stopDateTime": null
961+
},
962+
"assignmentPolicyId": "c5f7847f-83a8-4315-a754-d94a6f39b875",
963+
"target": {
964+
"displayName": "Idris Ibrahim",
965+
"email": "IdrisIbrahim@woodgrovebank.com",
966+
"objectId": "21aceaba-fe13-4e3b-aa8c-4c588d5e7387",
967+
"subjectType": "user"
968+
}
969+
},
970+
"justification": "Access for direct employee",
971+
"requestType": "UserAdd",
972+
"answers": []
973+
}
974+
```
975+
976+
#### Response
977+
978+
The following example shows the response.
979+
980+
> **Note:** The response object shown here might be shortened for readability. All the properties are returned from an actual call.
981+
982+
<!-- {
983+
"blockType": "response",
984+
"truncated": true,
985+
"@odata.type": "microsoft.graph.accessPackageAssignmentRequest"
986+
} -->
987+
988+
```http
989+
HTTP/1.1 201 Created
990+
Content-type: application/json
991+
992+
{
993+
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#identityGovernance/entitlementManagement/assignmentRequests/$entity",
994+
"id": "445a3118-6bf2-4a19-94ad-5660295963fd",
995+
"requestType": "userAdd",
996+
"state": "submitted",
997+
"status": "Accepted",
998+
"createdDateTime": null,
999+
"completedDateTime": null,
1000+
"schedule": {
1001+
"startDateTime": null,
1002+
"recurrence": null,
1003+
"expiration": {
1004+
"endDateTime": null,
1005+
"duration": null,
1006+
"type": "notSpecified"
1007+
}
1008+
},
1009+
"answers": [],
1010+
"customExtensionCalloutInstances": []
1011+
}
1012+
```

api-reference/v1.0/resources/user.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: "iamut"
66
ms.localizationpriority: high
77
ms.subservice: entra-users
88
doc_type: resourcePageType
9-
ms.date: 10/17/2024
9+
ms.date: 11/26/2024
1010
---
1111

1212
# user resource type
@@ -188,7 +188,7 @@ This resource supports:
188188
|isResourceAccount|Boolean| Don't use – reserved for future use.|
189189
|jobTitle|String|The user's job title. Maximum length is 128 characters. <br><br>Returned by default. Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, `startsWith`, and `eq` on `null` values).|
190190
|lastPasswordChangeDateTime| DateTimeOffset | The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. <br><br>Returned only on `$select`.|
191-
|legalAgeGroupClassification|[legalAgeGroupClassification](#legalagegroupclassification-values)| Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions). <br><br>Returned only on `$select`.|
191+
|legalAgeGroupClassification|[legalAgeGroupClassification](#legalagegroupclassification-values)| Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `Undefined`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions). <br><br>Returned only on `$select`.|
192192
|licenseAssignmentStates|[licenseAssignmentState](licenseassignmentstate.md) collection|State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. <br><br>Returned only on `$select`.|
193193
|mail|String|The SMTP address for the user, for example, `jeff@contoso.com`. Changes to this property update the user's **proxyAddresses** collection to include the value as an SMTP address. This property can't contain accent characters. <br/> **NOTE:** We don't recommend updating this property for Azure AD B2C user profiles. Use the **otherMails** property instead. <br><br>Returned by default. Supports `$filter` (`eq`, `ne`, `not`, `ge`, `le`, `in`, `startsWith`, `endsWith`, and `eq` on `null` values).|
194194
|mailboxSettings|[mailboxSettings](mailboxsettings.md)|Settings for the primary mailbox of the signed-in user. You can [get](../api/user-get-mailboxsettings.md) or [update](../api/user-update-mailboxsettings.md) settings for sending automatic replies to incoming messages, locale, and time zone. <br><br>Returned only on `$select`.|
@@ -261,6 +261,7 @@ For example: Cameron is the administrator of a directory for an elementary schoo
261261
| Member | Description|
262262
|:---------------|:----------|
263263
|null|Default value, no **ageGroup** is set for the user.|
264+
|Undefined|No **ageGroup** is set for the user but **consentProvidedForMinor** is either `Granted`, `Denied`, or `NotRequired`.|
264265
|MinorWithoutParentalConsent |(Reserved for future use)|
265266
|MinorWithParentalConsent| The user is considered a minor based on the age-related regulations of their country or region, and the administrator of the account obtained appropriate consent from a parent or guardian.|
266267
|Adult|The user is considered an adult based on the age-related regulations of their country or region.|

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6067,6 +6067,24 @@
60676067
"CreatedDateTime": "2024-10-21T08:35:28.2259205Z",
60686068
"WorkloadArea": "Devices and apps",
60696069
"SubArea": "Cloud PC"
6070+
},
6071+
{
6072+
"ChangeList": [
6073+
{
6074+
"Id": "7e0f2eec-d724-422e-9d70-22a6ed500d21",
6075+
"ApiChange": "Member",
6076+
"ChangedApiName": "endpointConnectivityCheckVMAgentEndPointCommunicationError",
6077+
"ChangeType": "Addition",
6078+
"Description": "Added the `endpointConnectivityCheckVMAgentEndPointCommunicationError` member to the **cloudPcOnPremisesConnectionHealthCheckErrorType** enumeration.",
6079+
"Target": "cloudPcOnPremisesConnectionHealthCheckErrorType"
6080+
}
6081+
],
6082+
"Id": "7e0f2eec-d724-422e-9d70-22a6ed500d21",
6083+
"Cloud": "Prod",
6084+
"Version": "beta",
6085+
"CreatedDateTime": "2024-11-27T06:03:45.3975846Z",
6086+
"WorkloadArea": "Devices and apps",
6087+
"SubArea": "Cloud PC"
60706088
}
60716089
]
60726090
}

changelog/Microsoft.Teams.GraphSvc.json

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,84 +2365,92 @@
23652365
{
23662366
"ChangeList": [
23672367
{
2368-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2368+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
23692369
"ApiChange": "Enumeration",
23702370
"ChangedApiName": "aiInteractionType",
23712371
"ChangeType": "Addition",
23722372
"Description": "Added the **aiInteractionType** enumeration type.",
23732373
"Target": "aiInteractionType"
23742374
},
23752375
{
2376-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2376+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
23772377
"ApiChange": "Resource",
23782378
"ChangedApiName": "aiInteractionAttachment",
23792379
"ChangeType": "Addition",
23802380
"Description": "Added the [aiInteractionAttachment](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionAttachment?view=graph-rest-beta) resource.",
23812381
"Target": "aiInteractionAttachment"
23822382
},
23832383
{
2384-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2384+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
23852385
"ApiChange": "Resource",
23862386
"ChangedApiName": "aiInteractionContext",
23872387
"ChangeType": "Addition",
23882388
"Description": "Added the [aiInteractionContext](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionContext?view=graph-rest-beta) resource.",
23892389
"Target": "aiInteractionContext"
23902390
},
23912391
{
2392-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2392+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
23932393
"ApiChange": "Resource",
23942394
"ChangedApiName": "aiInteractionLink",
23952395
"ChangeType": "Addition",
23962396
"Description": "Added the [aiInteractionLink](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionLink?view=graph-rest-beta) resource.",
23972397
"Target": "aiInteractionLink"
23982398
},
23992399
{
2400-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2400+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
24012401
"ApiChange": "Resource",
24022402
"ChangedApiName": "aiInteractionMention",
24032403
"ChangeType": "Addition",
24042404
"Description": "Added the [aiInteractionMention](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionMention?view=graph-rest-beta) resource.",
24052405
"Target": "aiInteractionMention"
24062406
},
24072407
{
2408-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2408+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
24092409
"ApiChange": "Resource",
24102410
"ChangedApiName": "aiInteractionMentionedIdentitySet",
24112411
"ChangeType": "Addition",
24122412
"Description": "Added the [aiInteractionMentionedIdentitySet](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionMentionedIdentitySet?view=graph-rest-beta) resource.",
24132413
"Target": "aiInteractionMentionedIdentitySet"
24142414
},
24152415
{
2416-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2416+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
24172417
"ApiChange": "Resource",
24182418
"ChangedApiName": "aiInteraction",
24192419
"ChangeType": "Addition",
24202420
"Description": "Added the [aiInteraction](https://learn.microsoft.com/en-us/graph/api/resources/aiInteraction?view=graph-rest-beta) resource.",
24212421
"Target": "aiInteraction"
24222422
},
24232423
{
2424-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2424+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
24252425
"ApiChange": "Resource",
24262426
"ChangedApiName": "aiInteractionHistory",
24272427
"ChangeType": "Addition",
24282428
"Description": "Added the [aiInteractionHistory](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionHistory?view=graph-rest-beta) resource.",
24292429
"Target": "aiInteractionHistory"
24302430
},
24312431
{
2432-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2432+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
2433+
"ApiChange": "Resource",
2434+
"ChangedApiName": "aiUser",
2435+
"ChangeType": "Addition",
2436+
"Description": "Added the [aiUser](https://learn.microsoft.com/en-us/graph/api/resources/aiUser?view=graph-rest-beta) resource.",
2437+
"Target": "aiUser"
2438+
},
2439+
{
2440+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
24332441
"ApiChange": "Method",
24342442
"ChangedApiName": "getAllEnterpriseInteractions",
24352443
"ChangeType": "Addition",
2436-
"Description": "Added the [getAllEnterpriseInteractions](https://learn.microsoft.com/en-us/graph/api/aiInteractionHistory-getAllEnterpriseInteractions?view=graph-rest-beta) method.",
2444+
"Description": "Added the [getAllEnterpriseInteractions](https://learn.microsoft.com/en-us/graph/api/aiInteractionHistory-getAllEnterpriseInteractions?view=graph-rest-beta) method to the [aiInteractionHistory](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionHistory?view=graph-rest-beta) resource.",
24372445
"Target": "aiInteractionHistory"
24382446
}
24392447
],
2440-
"Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
2448+
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
24412449
"Cloud": "Prod",
24422450
"Version": "beta",
2443-
"CreatedDateTime": "2024-11-21T22:39:38.6194554Z",
2451+
"CreatedDateTime": "2024-11-24T07:19:22.6793915Z",
24442452
"WorkloadArea": "Teamwork and communications",
2445-
"SubArea": ""
2453+
"SubArea": "Shift management"
24462454
}
24472455
]
24482456
}

0 commit comments

Comments
 (0)