From a606e4182a87909ae4961aa34d7c41e153185a33 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Tue, 14 Nov 2023 17:33:28 +0800 Subject: [PATCH 01/60] update api --- .../api/cloudpconpremisesconnection-get.md | 16 ++--- .../resources/cloudpconpremisesconnection.md | 6 +- .../cloudpconpremisesconnectionhealthcheck.md | 5 +- ...cloudpconpremisesconnectionstatusdetail.md | 60 +++++++++++++++++++ ...loudpconpremisesconnectionstatusdetails.md | 2 +- 5 files changed, 76 insertions(+), 13 deletions(-) create mode 100644 api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md diff --git a/api-reference/beta/api/cloudpconpremisesconnection-get.md b/api-reference/beta/api/cloudpconpremisesconnection-get.md index 298826f151b..8cc1dead4e2 100644 --- a/api-reference/beta/api/cloudpconpremisesconnection-get.md +++ b/api-reference/beta/api/cloudpconpremisesconnection-get.md @@ -125,7 +125,7 @@ Content-Type: application/json "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnection", "id": "9ec90ff8-fd63-4fb9-ab5a-aa4fdccffff", "managedBy": "windows365", - "type": "hybridAzureADJoin", + "connType": "hybridAzureADJoin", "displayName": "Display Name value", "subscriptionId": "0ac520ee-14c0-480f-b6c9-0a90c585ffff", "subscriptionName": "Subscription Name value", @@ -153,7 +153,7 @@ Content-Type: application/json --> ``` http -GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/onPremisesConnections/{id}?$select=id,displayName,healthCheckStatus,healthCheckStatusDetails,inUse +GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/onPremisesConnections/{id}?$select=id,displayName,healthCheckStatus,healthCheckStatusDetail,inUse ``` # [C#](#tab/csharp) @@ -210,8 +210,8 @@ Content-Type: application/json "managedBy": "windows365", "displayName": "Display Name value", "healthCheckStatus": "failed", - "healthCheckStatusDetails": { - "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetails", + "healthCheckStatusDetail": { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", "startDateTime": "2020-11-03T12:43:14Z", "endDateTime": "2020-11-03T12:43:32Z", "healthChecks": [ @@ -223,7 +223,7 @@ Content-Type: application/json "endDateTime": "2020-11-03T12:43:15Z", "errorType": "dnsCheckFqdnNotFound", "recommendedAction": "We did not find the provided domain name; please re-enter", - "additionalDdetails": null, + "additionalDdetail": null, "correlationId": "992e64f0-231c-46b0-8918-c5aed0585f53" }, { @@ -234,7 +234,7 @@ Content-Type: application/json "endDateTime": "2020-11-03T12:43:26Z", "errorType": null, "recommendedAction": null, - "additionalDetails": null, + "additionalDetail": null, "correlationId": null }, { @@ -245,7 +245,7 @@ Content-Type: application/json "endDateTime": "2020-11-03T12:43:32Z", "errorType": "endpointConnectivityCheckUrlNotWhitelisted", "recommendedAction": "Recommended Action value", - "additionaldDetails": "Additional Details value", + "additionaldDetail": "Additional Details value", "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" }, { @@ -256,7 +256,7 @@ Content-Type: application/json "endDateTime": null, "errorType": null, "recommendedAction": null, - "additionaldDetails": null, + "additionaldDetail": null, "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" } ] diff --git a/api-reference/beta/resources/cloudpconpremisesconnection.md b/api-reference/beta/resources/cloudpconpremisesconnection.md index 50899fe9bdd..a5b8cb12b5d 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnection.md +++ b/api-reference/beta/resources/cloudpconpremisesconnection.md @@ -39,7 +39,8 @@ Represents a defined collection of Azure resource information that can be used t |alternateResourceUrl|String|The interface URL of the partner service's resource that links to this Azure network connection. Returned only on `$select`.| |displayName|String|The display name for the Azure network connection.| |healthCheckStatus|[cloudPcOnPremisesConnectionStatus](#cloudpconpremisesconnectionstatus-values)|The status of the most recent health check done on the Azure network connection. For example, if status is `passed`, the Azure network connection has passed all checks run by the service. Possible values are: `pending`, `running`, `passed`, `failed`, `warning`, `informational`, `unknownFutureValue`. Read-only.| -|healthCheckStatusDetails|[cloudPcOnPremisesConnectionStatusDetails](../resources/cloudpconpremisesconnectionstatusdetails.md)|The details of the connection's health checks and the corresponding results. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| +|healthCheckStatusDetails|[cloudPcOnPremisesConnectionStatusDetails](../resources/cloudpconpremisesconnectionstatusdetails.md)|Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use healthCheckStatusDetail instead. The details of the connection's health checks and the corresponding results. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| +|healthCheckStatusDetail|[cloudPcOnPremisesConnectionStatusDetail](../resources/cloudpconpremisesconnectionstatusdetail.md)| | Indicates the results of health checks performed on the on-premises connection. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| |id|String|Unique identifier for the Azure network connection. Read-only.| |inUse|Boolean|When `true`, the Azure network connection is in use. When `false`, the connection isn't in use. You can't delete a connection that’s in use. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| |managedBy|[cloudPcManagementService](#cloudpcmanagementservice-values)|Specifies which services manage the Azure network connection. Possible values are: `windows365`, `devBox`, `unknownFutureValue`, `rpaBox`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rpaBox`. Read-only.| @@ -49,7 +50,8 @@ Represents a defined collection of Azure resource information that can be used t |subnetId|String|The ID of the target subnet. Required format: `/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}`.| |subscriptionId|String|The ID of the target Azure subscription that’s associated with your tenant.| |subscriptionName|String|The name of the target Azure subscription. Read-only.| -|type|[cloudPcOnPremisesConnectionType](#cloudpconpremisesconnectiontype-values)|Specifies how the provisioned Cloud PC is joined to Microsoft Entra ID. Default value is `hybridAzureADJoin`. Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.| +|type|[cloudPcOnPremisesConnectionType](#cloudpconpremisesconnectiontype-values)|Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Specifies how the provisioned Cloud PC will be joined to Microsoft Entra. It includes different types, one is azureADJoin which means there's no on-premises Active Directory (AD) in current tenant and the Cloud PC device will be only joined Microsoft Entra. Another one is hybridAzureADJoin which means there's also on-premises AD in current tenant and the Cloud PC device will be joined to on-premises AD and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. azureADJoin type indicates cloud-only and hybrid users can be assigned and sign into the Cloud PC, hybridAzureADJoin indicates only hybrid user can be assigned and sign into the Cloud PC. Default is "hybridAzureADJoin". Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.| +|connectionType|[cloudPcOnPremisesConnectionType](#cloudpconpremisesconnectiontype-values)|Specifies how the provisioned Cloud PC will be joined to Microsoft Entra. It includes different types, one is azureADJoin which means there's no on-premises Active Directory (AD) in current tenant and the Cloud PC device will be only joined Microsoft Entra. Another one is hybridAzureADJoin which means there's also on-premises AD in current tenant and the Cloud PC device will be joined to on-premises AD and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. azureADJoin type indicates cloud-only and hybrid users can be assigned and sign into the Cloud PC, hybridAzureADJoin indicates only hybrid user can be assigned and sign into the Cloud PC. Default is "hybridAzureADJoin". Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.| |virtualNetworkId|String|The ID of the target virtual network. Required format: `/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}`.| ### cloudPcManagementService values diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md index 2ab6f6eefa2..340c1598eb2 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md @@ -27,7 +27,8 @@ The result of a Cloud PC Azure network connection health check. |Property|Type|Description| |:---|:---|:---| -|additionalDetails|String|More details about the health check or the recommended action.| +|additionalDetails|String|Additional details about the health check or the recommended action. Read-only. Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use additionalDetail instead. | +|additionalDetail|String|Additional details about the health check or the recommended action. Read-only.| |correlationId|String|The unique identifier of the health check item-related activities. This identifier can be useful in troubleshooting.| |displayName|String|The display name for this health check item.| |status|[cloudPcOnPremisesConnectionStatus](../resources/cloudpconpremisesconnection.md#cloudpconpremisesconnectionstatus-values)|The status of the health check item. Possible values are: `pending`, `running`, `passed`, `failed`, `warning`, `informational`, `unknownFutureValue`. Read-only.| @@ -130,7 +131,7 @@ Here's a JSON representation of the resource. "endDateTime": "String (timestamp)", "errorType": "String", "recommendedAction": "String", - "additionalDetails": "String", + "additionalDetail": "String", "correlationId": "String" } ``` diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md new file mode 100644 index 00000000000..a92c552012a --- /dev/null +++ b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md @@ -0,0 +1,60 @@ +--- +title: "cloudPcOnPremisesConnectionStatusDetail resource type" +description: "The status details of a Cloud PC Azure network connection." +author: "AshleyYangSZ" +ms.localizationpriority: medium +ms.prod: "cloud-pc" +doc_type: resourcePageType +--- + +# cloudPcOnPremisesConnectionStatusDetail resource type + +Namespace: microsoft.graph + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +The status details of a [cloudPcOnPremisesConnection](../resources/cloudpconpremisesconnection.md). + +[!INCLUDE [on-premise-rename-note](../../includes/on-premise-rename-note.md)] + +## Properties + +|Property|Type|Description| +|:---|:---|:---| +|startDateTime|DateTimeOffset|The start time of the connection health check. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|endDateTime|DateTimeOffset|The end time of the connection health check. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|healthChecks|[cloudPcOnPremisesConnectionHealthCheck](../resources/cloudpconpremisesconnectionhealthcheck.md) collection|All checks that are done on the connection.| + +## Relationships + +None. + +## JSON representation + +The following is a JSON representation of the resource. + + +``` json +{ + "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", + "startDateTime": "String (timestamp)", + "endDateTime": "String (timestamp)", + "healthChecks": [ + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "displayName": "String", + "status": "String", + "startDateTime": "String (timestamp)", + "endDateTime": "String (timestamp)", + "errorType": "String", + "recommendedAction": "String", + "additionalDetail": "String", + "correlationId": "String" + } + ] +} +``` diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md index f6a73b9cd46..05ce9a8c1c5 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md @@ -52,7 +52,7 @@ The following is a JSON representation of the resource. "endDateTime": "String (timestamp)", "errorType": "String", "recommendedAction": "String", - "additionalDetails": "String", + "additionalDetail": "String", "correlationId": "String" } ] From 278ac778990992f0511f7f4a58943e3f66f93d64 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Tue, 14 Nov 2023 17:35:45 +0800 Subject: [PATCH 02/60] rename opnc attribute for v1 --- .../beta/resources/cloudpconpremisesconnection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/beta/resources/cloudpconpremisesconnection.md b/api-reference/beta/resources/cloudpconpremisesconnection.md index a5b8cb12b5d..493dfc7f1b4 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnection.md +++ b/api-reference/beta/resources/cloudpconpremisesconnection.md @@ -96,7 +96,7 @@ Here's a JSON representation of the resource. "@odata.type": "microsoft.graph.cloudPcOnPremisesConnection", "baseType": "microsoft.graph.entity", "openType": false, - "optionalProperties": ["healthCheckStatusDetails"] + "optionalProperties": ["healthCheckStatusDetail"] } --> @@ -109,8 +109,8 @@ Here's a JSON representation of the resource. "alternateResourceUrl": "String", "displayName": "String", "healthCheckStatus": "String", - "healthCheckStatusDetails": { - "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetails", + "healthCheckStatusDetail": { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", "endDateTime": "String (timestamp)", "healthChecks": [ { @@ -135,7 +135,7 @@ Here's a JSON representation of the resource. "subnetId": "String", "subscriptionId": "String", "subscriptionName": "String", - "type": "String", + "connectionType": "String", "virtualNetworkId": "String" } ``` From 0ddf60eb4ef26b8cea025ecfa838695e4517b9c3 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Thu, 30 Nov 2023 21:39:28 +0800 Subject: [PATCH 03/60] update existing attribute --- .../api/cloudpconpremisesconnection-get.md | 83 +++++++++++++++++-- .../api/cloudpconpremisesconnection-update.md | 3 +- 2 files changed, 80 insertions(+), 6 deletions(-) diff --git a/api-reference/beta/api/cloudpconpremisesconnection-get.md b/api-reference/beta/api/cloudpconpremisesconnection-get.md index 8cc1dead4e2..134dafca88e 100644 --- a/api-reference/beta/api/cloudpconpremisesconnection-get.md +++ b/api-reference/beta/api/cloudpconpremisesconnection-get.md @@ -125,7 +125,8 @@ Content-Type: application/json "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnection", "id": "9ec90ff8-fd63-4fb9-ab5a-aa4fdccffff", "managedBy": "windows365", - "connType": "hybridAzureADJoin", + "type": "hybridAzureADJoin", + "connectionType": "hybridAzureADJoin", "displayName": "Display Name value", "subscriptionId": "0ac520ee-14c0-480f-b6c9-0a90c585ffff", "subscriptionName": "Subscription Name value", @@ -153,7 +154,7 @@ Content-Type: application/json --> ``` http -GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/onPremisesConnections/{id}?$select=id,displayName,healthCheckStatus,healthCheckStatusDetail,inUse +GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/onPremisesConnections/{id}?$select=id,displayName,healthCheckStatus,healthCheckStatusDetail,healthCheckStatusDetails,inUse ``` # [C#](#tab/csharp) @@ -223,7 +224,8 @@ Content-Type: application/json "endDateTime": "2020-11-03T12:43:15Z", "errorType": "dnsCheckFqdnNotFound", "recommendedAction": "We did not find the provided domain name; please re-enter", - "additionalDdetail": null, + "additionalDetail": null, + "additionalDetails": null, "correlationId": "992e64f0-231c-46b0-8918-c5aed0585f53" }, { @@ -235,6 +237,7 @@ Content-Type: application/json "errorType": null, "recommendedAction": null, "additionalDetail": null, + "additionalDetails": null, "correlationId": null }, { @@ -245,7 +248,8 @@ Content-Type: application/json "endDateTime": "2020-11-03T12:43:32Z", "errorType": "endpointConnectivityCheckUrlNotWhitelisted", "recommendedAction": "Recommended Action value", - "additionaldDetail": "Additional Details value", + "additionalDetail": "Additional Details value", + "additionalDetails": "Additional Details value", "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" }, { @@ -256,7 +260,8 @@ Content-Type: application/json "endDateTime": null, "errorType": null, "recommendedAction": null, - "additionaldDetail": null, + "additionalDetail": null, + "additionalDetails": null, "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" } ] @@ -264,3 +269,71 @@ Content-Type: application/json "inUse": false } ``` +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnection", + "id": "9ec90ff8-fd63-4fb9-ab5a-aa4fdccffff", + "managedBy": "windows365", + "displayName": "Display Name value", + "healthCheckStatus": "failed", + "healthCheckStatusDetails": { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", + "startDateTime": "2020-11-03T12:43:14Z", + "endDateTime": "2020-11-03T12:43:32Z", + "healthChecks": [ + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "failed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:14Z", + "endDateTime": "2020-11-03T12:43:15Z", + "errorType": "dnsCheckFqdnNotFound", + "recommendedAction": "We did not find the provided domain name; please re-enter", + "additionalDetail": null, + "additionalDetails": null, + "correlationId": "992e64f0-231c-46b0-8918-c5aed0585f53" + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "passed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:15Z", + "endDateTime": "2020-11-03T12:43:26Z", + "errorType": null, + "recommendedAction": null, + "additionalDetail": null, + "additionalDetails": null, + "correlationId": null + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "failed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:27Z", + "endDateTime": "2020-11-03T12:43:32Z", + "errorType": "endpointConnectivityCheckUrlNotWhitelisted", + "recommendedAction": "Recommended Action value", + "additionalDetail": "Additional Details value", + "additionalDetails": null, + "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "passed", + "displayName": "Display Name value", + "startDateTime": null, + "endDateTime": null, + "errorType": null, + "recommendedAction": null, + "additionalDetail": null, + "additionalDetails": null, + "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" + } + ] + }, + "inUse": false +} +``` \ No newline at end of file diff --git a/api-reference/beta/api/cloudpconpremisesconnection-update.md b/api-reference/beta/api/cloudpconpremisesconnection-update.md index 39433d28645..0411d8640f3 100644 --- a/api-reference/beta/api/cloudpconpremisesconnection-update.md +++ b/api-reference/beta/api/cloudpconpremisesconnection-update.md @@ -149,7 +149,8 @@ Content-Type: application/json "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnection", "id": "9ec90ff8-fd63-4fb9-ab5a-aa4fdcc4ffff", "managedBy": "windows365", - "type": "hybridAzureADJoin", + "type": "hybridAzureADJoin", + "connectionType": "hybridAzureADJoin", "displayName": "Display Name value", "subscriptionId": "0ac520ee-14c0-480f-b6c9-0a90c585ffff", "subscriptionName": "Subscription Name value", From 5b94af1a9b833c1db8292b2311de3311a8ec7638 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Thu, 30 Nov 2023 22:07:39 +0800 Subject: [PATCH 04/60] resolve comment --- .../resources/cloudpconpremisesconnection.md | 20 +++++++ .../cloudpconpremisesconnectionhealthcheck.md | 1 + ...cloudpconpremisesconnectionstatusdetail.md | 1 + ...loudpconpremisesconnectionstatusdetails.md | 1 + changelog/Microsoft.CloudManagedDesktop.json | 60 ++++++++++++++++++- 5 files changed, 82 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudpconpremisesconnection.md b/api-reference/beta/resources/cloudpconpremisesconnection.md index 493dfc7f1b4..70f7e1abe03 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnection.md +++ b/api-reference/beta/resources/cloudpconpremisesconnection.md @@ -116,6 +116,26 @@ Here's a JSON representation of the resource. { "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", "additionalDetails": "String", + "additionalDetail": "String", + "displayName": "String", + "endDateTime": "String (timestamp)", + "errorType": "String", + "recommendedAction": "String", + "correlationId": "String", + "startDateTime": "String (timestamp)", + "status": "String" + } + ], + "startDateTime": "String (timestamp)" + }, + "healthCheckStatusDetails": { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", + "endDateTime": "String (timestamp)", + "healthChecks": [ + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "additionalDetails": "String", + "additionalDetail": "String", "displayName": "String", "endDateTime": "String (timestamp)", "errorType": "String", diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md index 340c1598eb2..dd40285ac52 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md @@ -132,6 +132,7 @@ Here's a JSON representation of the resource. "errorType": "String", "recommendedAction": "String", "additionalDetail": "String", + "additionalDetails": "String", "correlationId": "String" } ``` diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md index a92c552012a..5bf7de44b03 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetail.md @@ -53,6 +53,7 @@ The following is a JSON representation of the resource. "errorType": "String", "recommendedAction": "String", "additionalDetail": "String", + "additionalDetails": "String", "correlationId": "String" } ] diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md index 05ce9a8c1c5..5e92df8d34e 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md @@ -53,6 +53,7 @@ The following is a JSON representation of the resource. "errorType": "String", "recommendedAction": "String", "additionalDetail": "String", + "additionalDetails": "String", "correlationId": "String" } ] diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 92777daf800..5511c2bfe3e 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3714,6 +3714,64 @@ "CreatedDateTime": "2023-10-09T11:36:16.0017333Z", "WorkloadArea": "Device and app management", "SubArea": "Cloud PC" - } + }, + { + "ChangeList": [ + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "Enum type", + "ChangedApiName": "type", + "ChangeType": "Deprecation", + "Description": "Deprecated the **type** enumeration type. Goind forward, use the **connectionType** enumeration.", + "Target": "connectionType" + }, + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "Enum type", + "ChangedApiName": "connectionType", + "ChangeType": "Addition", + "Description": "Added the **connectionType** enumeration type.", + "Target": "connectionType" + }, + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "Property", + "ChangedApiName": "healthCheckStatusDetails", + "ChangeType": "Deprecation", + "Description": "Deprecated the **healthCheckStatusDetails** property. Goind forward, use the **healthCheckStatusDetail** property.", + "Target": "cloudPC" + }, + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "Property", + "ChangedApiName": "healthCheckStatusDetail", + "ChangeType": "Addition", + "Description": "Added the **healthCheckStatusDetail** property.", + "Target": "cloudPC" + }, + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "Property", + "ChangedApiName": "additionalDetails", + "ChangeType": "Deprecation", + "Description": "Deprecated the **additionalDetails** property. Goind forward, use the **additionalDetail** property.", + "Target": "cloudPC" + }, + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "Property", + "ChangedApiName": "additionalDetail", + "ChangeType": "Addition", + "Description": "Added the **additionalDetail** property.", + "Target": "cloudPC" + } + ], + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2023-11-30T07:34:41.3424906Z", + "WorkloadArea": "Device and app management", + "SubArea": "Cloud PC" + } ] } From 72b12d8456d2fcc43736421cf946ce1191cf7fb0 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Fri, 1 Dec 2023 11:40:36 +0800 Subject: [PATCH 05/60] add cloudPcOnPremisesConnectionStatusDetail change log --- changelog/Microsoft.CloudManagedDesktop.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 5511c2bfe3e..f77e563a08b 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3749,6 +3749,22 @@ "Description": "Added the **healthCheckStatusDetail** property.", "Target": "cloudPC" }, + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "ComplexType", + "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetails", + "ChangeType": "Deprecation", + "Description": "Deprecated the **cloudPcOnPremisesConnectionStatusDetails** property. Goind forward, use the **cloudPcOnPremisesConnectionStatusDetail** property.", + "Target": "cloudPC" + }, + { + "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", + "ApiChange": "ComplexType", + "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetail", + "ChangeType": "Addition", + "Description": "Added the **cloudPcOnPremisesConnectionStatusDetail** property.", + "Target": "cloudPC" + }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", "ApiChange": "Property", From 35150978aff791215968209321131f9d84dccd56 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Fri, 1 Dec 2023 11:55:42 +0800 Subject: [PATCH 06/60] fix wrong type issue --- api-reference/beta/api/cloudpconpremisesconnection-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/cloudpconpremisesconnection-get.md b/api-reference/beta/api/cloudpconpremisesconnection-get.md index 134dafca88e..f9cbafa08dc 100644 --- a/api-reference/beta/api/cloudpconpremisesconnection-get.md +++ b/api-reference/beta/api/cloudpconpremisesconnection-get.md @@ -280,7 +280,7 @@ Content-Type: application/json "displayName": "Display Name value", "healthCheckStatus": "failed", "healthCheckStatusDetails": { - "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetails", "startDateTime": "2020-11-03T12:43:14Z", "endDateTime": "2020-11-03T12:43:32Z", "healthChecks": [ From 26c983f740187dece3eea1d9133ded0121f2fd9a Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:11:52 +0800 Subject: [PATCH 07/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index f77e563a08b..584ac8b97e3 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3723,7 +3723,7 @@ "ChangedApiName": "type", "ChangeType": "Deprecation", "Description": "Deprecated the **type** enumeration type. Goind forward, use the **connectionType** enumeration.", - "Target": "connectionType" + "Target": "cloudPcOnPremisesConnection" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From 83060951008f6f0408a57c51a7f3fe9d12c8741b Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:12:10 +0800 Subject: [PATCH 08/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 584ac8b97e3..937aeb064a6 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3731,7 +3731,7 @@ "ChangedApiName": "connectionType", "ChangeType": "Addition", "Description": "Added the **connectionType** enumeration type.", - "Target": "connectionType" + "Target": "cloudPcOnPremisesConnection" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From 23bad1e3f449a3a003b024eadb4dfdbbbb2aca9b Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:12:19 +0800 Subject: [PATCH 09/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 937aeb064a6..eeb620127ba 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3739,7 +3739,7 @@ "ChangedApiName": "healthCheckStatusDetails", "ChangeType": "Deprecation", "Description": "Deprecated the **healthCheckStatusDetails** property. Goind forward, use the **healthCheckStatusDetail** property.", - "Target": "cloudPC" + "Target": "cloudPcOnPremisesConnection" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From 0ee94900bd34364f37d202faf7ce36a3cf02e32a Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:12:42 +0800 Subject: [PATCH 10/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index eeb620127ba..5231fc4525c 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3722,7 +3722,7 @@ "ApiChange": "Enum type", "ChangedApiName": "type", "ChangeType": "Deprecation", - "Description": "Deprecated the **type** enumeration type. Goind forward, use the **connectionType** enumeration.", + "Description": "Deprecated the **type** property. Going forward, use the **connectionType** instead.", "Target": "cloudPcOnPremisesConnection" }, { From 63fa9acd7a8a727dbf37180caa5391f7004cfa51 Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:14:32 +0800 Subject: [PATCH 11/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 5231fc4525c..de4458a70c0 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3727,7 +3727,7 @@ }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", - "ApiChange": "Enum type", + "ApiChange": "Property", "ChangedApiName": "connectionType", "ChangeType": "Addition", "Description": "Added the **connectionType** enumeration type.", From 19c74028befb91e01c791b793b4c629ac423247c Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:14:44 +0800 Subject: [PATCH 12/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index de4458a70c0..2bac44f48f1 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3762,7 +3762,7 @@ "ApiChange": "ComplexType", "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetail", "ChangeType": "Addition", - "Description": "Added the **cloudPcOnPremisesConnectionStatusDetail** property.", + "Description": "Added the **cloudPcOnPremisesConnectionStatusDetail** complex type.", "Target": "cloudPC" }, { From 279cd9e5ff3519fbc2e1d32d6f13648a4e51b0fe Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:14:52 +0800 Subject: [PATCH 13/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 2bac44f48f1..432555893b6 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3719,7 +3719,7 @@ "ChangeList": [ { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", - "ApiChange": "Enum type", + "ApiChange": "Property", "ChangedApiName": "type", "ChangeType": "Deprecation", "Description": "Deprecated the **type** property. Going forward, use the **connectionType** instead.", From d7cace322ccbeeb84cef22c03ae7e3c60206e2c7 Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:15:04 +0800 Subject: [PATCH 14/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 432555893b6..786576817fc 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3755,7 +3755,7 @@ "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetails", "ChangeType": "Deprecation", "Description": "Deprecated the **cloudPcOnPremisesConnectionStatusDetails** property. Goind forward, use the **cloudPcOnPremisesConnectionStatusDetail** property.", - "Target": "cloudPC" + "Target": "cloudPcOnPremisesConnectionStatusDetails" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From 8294d5ff30af20c666a1b58ce02e33c2f0aa1c04 Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:15:13 +0800 Subject: [PATCH 15/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 786576817fc..3093b41fa8e 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3730,7 +3730,7 @@ "ApiChange": "Property", "ChangedApiName": "connectionType", "ChangeType": "Addition", - "Description": "Added the **connectionType** enumeration type.", + "Description": "Added the **connectionType** property.", "Target": "cloudPcOnPremisesConnection" }, { From 64c0c496ad3e44441690009c17fd363001e88d5b Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:15:32 +0800 Subject: [PATCH 16/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 3093b41fa8e..7eac752a626 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3779,7 +3779,7 @@ "ChangedApiName": "additionalDetail", "ChangeType": "Addition", "Description": "Added the **additionalDetail** property.", - "Target": "cloudPC" + "Target": "cloudPcOnPremisesConnectionHealthCheck" } ], "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From afd89e9d7ebe1d370a9bff55f4a05fe05b88b0b1 Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:18:19 +0800 Subject: [PATCH 17/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 7eac752a626..3043da7d78b 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3771,7 +3771,7 @@ "ChangedApiName": "additionalDetails", "ChangeType": "Deprecation", "Description": "Deprecated the **additionalDetails** property. Goind forward, use the **additionalDetail** property.", - "Target": "cloudPC" + "Target": "cloudPcOnPremisesConnectionHealthCheck" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From 673a5cfc3b9d05f6fa3ff5bc6674f133b7b30603 Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:18:42 +0800 Subject: [PATCH 18/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 3043da7d78b..0ab21e34311 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3754,7 +3754,7 @@ "ApiChange": "ComplexType", "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetails", "ChangeType": "Deprecation", - "Description": "Deprecated the **cloudPcOnPremisesConnectionStatusDetails** property. Goind forward, use the **cloudPcOnPremisesConnectionStatusDetail** property.", + "Description": "Deprecated the **cloudPcOnPremisesConnectionStatusDetails** complex type. Going forward, use the **cloudPcOnPremisesConnectionStatusDetail** complex type.", "Target": "cloudPcOnPremisesConnectionStatusDetails" }, { From db9eb372f776568e6bf80c8287370558aecba2cf Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:20:24 +0800 Subject: [PATCH 19/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 0ab21e34311..a7cdbdf24bd 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3763,7 +3763,7 @@ "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetail", "ChangeType": "Addition", "Description": "Added the **cloudPcOnPremisesConnectionStatusDetail** complex type.", - "Target": "cloudPC" + "Target": "cloudPcOnPremisesConnectionStatusDetail" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From 25cd95e45ffb133e07334cb8b62e5bf501ef43b3 Mon Sep 17 00:00:00 2001 From: Wei-Chung Chen Date: Fri, 1 Dec 2023 16:20:35 +0800 Subject: [PATCH 20/60] Update changelog/Microsoft.CloudManagedDesktop.json Co-authored-by: RuiHou105 <77313233+RuiHou105@users.noreply.github.com> --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index a7cdbdf24bd..dfcec5d489a 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -3747,7 +3747,7 @@ "ChangedApiName": "healthCheckStatusDetail", "ChangeType": "Addition", "Description": "Added the **healthCheckStatusDetail** property.", - "Target": "cloudPC" + "Target": "cloudPcOnPremisesConnection" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", From 73a5bf372efd4bc07edee21c5301700d925dad9d Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Mon, 5 Feb 2024 17:50:27 +0800 Subject: [PATCH 21/60] fix comments --- .../api/cloudpconpremisesconnection-get.md | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/api-reference/beta/api/cloudpconpremisesconnection-get.md b/api-reference/beta/api/cloudpconpremisesconnection-get.md index f9cbafa08dc..f0c8e6057da 100644 --- a/api-reference/beta/api/cloudpconpremisesconnection-get.md +++ b/api-reference/beta/api/cloudpconpremisesconnection-get.md @@ -211,6 +211,8 @@ Content-Type: application/json "managedBy": "windows365", "displayName": "Display Name value", "healthCheckStatus": "failed", + "type": "hybridAzureADJoin", + "connectionType": "hybridAzureADJoin", "healthCheckStatusDetail": { "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", "startDateTime": "2020-11-03T12:43:14Z", @@ -266,6 +268,61 @@ Content-Type: application/json } ] }, + "healthCheckStatusDetail": { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetails", + "startDateTime": "2020-11-03T12:43:14Z", + "endDateTime": "2020-11-03T12:43:32Z", + "healthChecks": [ + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "failed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:14Z", + "endDateTime": "2020-11-03T12:43:15Z", + "errorType": "dnsCheckFqdnNotFound", + "recommendedAction": "We did not find the provided domain name; please re-enter", + "additionalDetail": null, + "additionalDetails": null, + "correlationId": "992e64f0-231c-46b0-8918-c5aed0585f53" + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "passed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:15Z", + "endDateTime": "2020-11-03T12:43:26Z", + "errorType": null, + "recommendedAction": null, + "additionalDetail": null, + "additionalDetails": null, + "correlationId": null + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "failed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:27Z", + "endDateTime": "2020-11-03T12:43:32Z", + "errorType": "endpointConnectivityCheckUrlNotWhitelisted", + "recommendedAction": "Recommended Action value", + "additionalDetail": "Additional Details value", + "additionalDetails": null, + "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "passed", + "displayName": "Display Name value", + "startDateTime": null, + "endDateTime": null, + "errorType": null, + "recommendedAction": null, + "additionalDetail": null, + "additionalDetails": null, + "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" + } + ] + }, "inUse": false } ``` @@ -277,6 +334,8 @@ Content-Type: application/json "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnection", "id": "9ec90ff8-fd63-4fb9-ab5a-aa4fdccffff", "managedBy": "windows365", + "type": "hybridAzureADJoin", + "connectionType": "hybridAzureADJoin", "displayName": "Display Name value", "healthCheckStatus": "failed", "healthCheckStatusDetails": { @@ -334,6 +393,61 @@ Content-Type: application/json } ] }, + "healthCheckStatusDetail": { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetails", + "startDateTime": "2020-11-03T12:43:14Z", + "endDateTime": "2020-11-03T12:43:32Z", + "healthChecks": [ + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "failed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:14Z", + "endDateTime": "2020-11-03T12:43:15Z", + "errorType": "dnsCheckFqdnNotFound", + "recommendedAction": "We did not find the provided domain name; please re-enter", + "additionalDetail": null, + "additionalDetails": null, + "correlationId": "992e64f0-231c-46b0-8918-c5aed0585f53" + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "passed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:15Z", + "endDateTime": "2020-11-03T12:43:26Z", + "errorType": null, + "recommendedAction": null, + "additionalDetail": null, + "additionalDetails": null, + "correlationId": null + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "failed", + "displayName": "Display Name value", + "startDateTime": "2020-11-03T12:43:27Z", + "endDateTime": "2020-11-03T12:43:32Z", + "errorType": "endpointConnectivityCheckUrlNotWhitelisted", + "recommendedAction": "Recommended Action value", + "additionalDetail": "Additional Details value", + "additionalDetails": null, + "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" + }, + { + "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", + "status": "passed", + "displayName": "Display Name value", + "startDateTime": null, + "endDateTime": null, + "errorType": null, + "recommendedAction": null, + "additionalDetail": null, + "additionalDetails": null, + "correlationId": "119f8363-ace2-412b-a79a-867dc0737db0" + } + ] + }, "inUse": false } ``` \ No newline at end of file From 2c030aa296a4b95e68e0aa42e7f3e92ffd9a556e Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Mon, 5 Feb 2024 17:58:15 +0800 Subject: [PATCH 22/60] fix --- api-reference/beta/api/cloudpconpremisesconnection-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/cloudpconpremisesconnection-get.md b/api-reference/beta/api/cloudpconpremisesconnection-get.md index f0c8e6057da..9263e0164bd 100644 --- a/api-reference/beta/api/cloudpconpremisesconnection-get.md +++ b/api-reference/beta/api/cloudpconpremisesconnection-get.md @@ -213,7 +213,7 @@ Content-Type: application/json "healthCheckStatus": "failed", "type": "hybridAzureADJoin", "connectionType": "hybridAzureADJoin", - "healthCheckStatusDetail": { + "healthCheckStatusDetails": { "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionStatusDetail", "startDateTime": "2020-11-03T12:43:14Z", "endDateTime": "2020-11-03T12:43:32Z", From 0d38356141b7a629ddd3ae55437159ca080a1b5e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Wed, 7 Feb 2024 07:01:08 +0000 Subject: [PATCH 23/60] Update cloudpconpremisesconnection.md Edit. --- api-reference/beta/resources/cloudpconpremisesconnection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudpconpremisesconnection.md b/api-reference/beta/resources/cloudpconpremisesconnection.md index 70f7e1abe03..cc3be94ce05 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnection.md +++ b/api-reference/beta/resources/cloudpconpremisesconnection.md @@ -40,7 +40,7 @@ Represents a defined collection of Azure resource information that can be used t |displayName|String|The display name for the Azure network connection.| |healthCheckStatus|[cloudPcOnPremisesConnectionStatus](#cloudpconpremisesconnectionstatus-values)|The status of the most recent health check done on the Azure network connection. For example, if status is `passed`, the Azure network connection has passed all checks run by the service. Possible values are: `pending`, `running`, `passed`, `failed`, `warning`, `informational`, `unknownFutureValue`. Read-only.| |healthCheckStatusDetails|[cloudPcOnPremisesConnectionStatusDetails](../resources/cloudpconpremisesconnectionstatusdetails.md)|Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use healthCheckStatusDetail instead. The details of the connection's health checks and the corresponding results. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| -|healthCheckStatusDetail|[cloudPcOnPremisesConnectionStatusDetail](../resources/cloudpconpremisesconnectionstatusdetail.md)| | Indicates the results of health checks performed on the on-premises connection. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| +|healthCheckStatusDetail|[cloudPcOnPremisesConnectionStatusDetail](../resources/cloudpconpremisesconnectionstatusdetail.md)|Indicates the results of health checks performed on the on-premises connection. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| |id|String|Unique identifier for the Azure network connection. Read-only.| |inUse|Boolean|When `true`, the Azure network connection is in use. When `false`, the connection isn't in use. You can't delete a connection that’s in use. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| |managedBy|[cloudPcManagementService](#cloudpcmanagementservice-values)|Specifies which services manage the Azure network connection. Possible values are: `windows365`, `devBox`, `unknownFutureValue`, `rpaBox`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rpaBox`. Read-only.| From 8d986d00ab7c622d3a20fc58877cd8c65c9abf7e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Wed, 7 Feb 2024 07:19:00 +0000 Subject: [PATCH 24/60] Update cloudpconpremisesconnection.md Edit. --- api-reference/beta/resources/cloudpconpremisesconnection.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/beta/resources/cloudpconpremisesconnection.md b/api-reference/beta/resources/cloudpconpremisesconnection.md index cc3be94ce05..a3813462bb7 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnection.md +++ b/api-reference/beta/resources/cloudpconpremisesconnection.md @@ -37,9 +37,9 @@ Represents a defined collection of Azure resource information that can be used t |adDomainPassword|String|The password associated with **adDomainUsername**.| |adDomainUsername|String|The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: `admin@contoso.com`. Optional.| |alternateResourceUrl|String|The interface URL of the partner service's resource that links to this Azure network connection. Returned only on `$select`.| +|connectionType|[cloudPcOnPremisesConnectionType](#cloudpconpremisesconnectiontype-values)|Specifies how the provisioned Cloud PC will be joined to Microsoft Entra. It includes different types, one is azureADJoin which means there's no on-premises Active Directory (AD) in current tenant and the Cloud PC device will be only joined Microsoft Entra. Another one is hybridAzureADJoin which means there's also on-premises AD in current tenant and the Cloud PC device will be joined to on-premises AD and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. azureADJoin type indicates cloud-only and hybrid users can be assigned and sign into the Cloud PC, hybridAzureADJoin indicates only hybrid user can be assigned and sign into the Cloud PC. Default is "hybridAzureADJoin". Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.| |displayName|String|The display name for the Azure network connection.| |healthCheckStatus|[cloudPcOnPremisesConnectionStatus](#cloudpconpremisesconnectionstatus-values)|The status of the most recent health check done on the Azure network connection. For example, if status is `passed`, the Azure network connection has passed all checks run by the service. Possible values are: `pending`, `running`, `passed`, `failed`, `warning`, `informational`, `unknownFutureValue`. Read-only.| -|healthCheckStatusDetails|[cloudPcOnPremisesConnectionStatusDetails](../resources/cloudpconpremisesconnectionstatusdetails.md)|Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use healthCheckStatusDetail instead. The details of the connection's health checks and the corresponding results. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| |healthCheckStatusDetail|[cloudPcOnPremisesConnectionStatusDetail](../resources/cloudpconpremisesconnectionstatusdetail.md)|Indicates the results of health checks performed on the on-premises connection. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| |id|String|Unique identifier for the Azure network connection. Read-only.| |inUse|Boolean|When `true`, the Azure network connection is in use. When `false`, the connection isn't in use. You can't delete a connection that’s in use. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| @@ -50,9 +50,9 @@ Represents a defined collection of Azure resource information that can be used t |subnetId|String|The ID of the target subnet. Required format: `/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}`.| |subscriptionId|String|The ID of the target Azure subscription that’s associated with your tenant.| |subscriptionName|String|The name of the target Azure subscription. Read-only.| -|type|[cloudPcOnPremisesConnectionType](#cloudpconpremisesconnectiontype-values)|Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Specifies how the provisioned Cloud PC will be joined to Microsoft Entra. It includes different types, one is azureADJoin which means there's no on-premises Active Directory (AD) in current tenant and the Cloud PC device will be only joined Microsoft Entra. Another one is hybridAzureADJoin which means there's also on-premises AD in current tenant and the Cloud PC device will be joined to on-premises AD and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. azureADJoin type indicates cloud-only and hybrid users can be assigned and sign into the Cloud PC, hybridAzureADJoin indicates only hybrid user can be assigned and sign into the Cloud PC. Default is "hybridAzureADJoin". Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.| -|connectionType|[cloudPcOnPremisesConnectionType](#cloudpconpremisesconnectiontype-values)|Specifies how the provisioned Cloud PC will be joined to Microsoft Entra. It includes different types, one is azureADJoin which means there's no on-premises Active Directory (AD) in current tenant and the Cloud PC device will be only joined Microsoft Entra. Another one is hybridAzureADJoin which means there's also on-premises AD in current tenant and the Cloud PC device will be joined to on-premises AD and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. azureADJoin type indicates cloud-only and hybrid users can be assigned and sign into the Cloud PC, hybridAzureADJoin indicates only hybrid user can be assigned and sign into the Cloud PC. Default is "hybridAzureADJoin". Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.| |virtualNetworkId|String|The ID of the target virtual network. Required format: `/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}`.| +|healthCheckStatusDetails (deprecated)|[cloudPcOnPremisesConnectionStatusDetails](../resources/cloudpconpremisesconnectionstatusdetails.md)|Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use healthCheckStatusDetail instead. The details of the connection's health checks and the corresponding results. Returned only on `$select`. For an example that shows how to get the **inUse** property, see [Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails](../api/cloudpconpremisesconnection-get.md). Read-only.| +|type (deprecated)|[cloudPcOnPremisesConnectionType](#cloudpconpremisesconnectiontype-values)|Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Specifies how the provisioned Cloud PC will be joined to Microsoft Entra. It includes different types, one is azureADJoin which means there's no on-premises Active Directory (AD) in current tenant and the Cloud PC device will be only joined Microsoft Entra. Another one is hybridAzureADJoin which means there's also on-premises AD in current tenant and the Cloud PC device will be joined to on-premises AD and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. azureADJoin type indicates cloud-only and hybrid users can be assigned and sign into the Cloud PC, hybridAzureADJoin indicates only hybrid user can be assigned and sign into the Cloud PC. Default is "hybridAzureADJoin". Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.| ### cloudPcManagementService values From b1081d926a767c273b044ce7144301dd5dce122d Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Wed, 7 Feb 2024 07:19:35 +0000 Subject: [PATCH 25/60] Update cloudpconpremisesconnectionhealthcheck.md Edit. --- .../beta/resources/cloudpconpremisesconnectionhealthcheck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md index 48c9ae6e20c..4c9ad0090c5 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md @@ -27,7 +27,6 @@ The result of a Cloud PC Azure network connection health check. |Property|Type|Description| |:---|:---|:---| -|additionalDetails|String|Additional details about the health check or the recommended action. Read-only. Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use additionalDetail instead. | |additionalDetail|String|Additional details about the health check or the recommended action. Read-only.| |correlationId|String|The unique identifier of the health check item-related activities. This identifier can be useful in troubleshooting.| |displayName|String|The display name for this health check item.| @@ -38,6 +37,7 @@ The result of a Cloud PC Azure network connection health check. |recommendedAction|String|The recommended action to fix the corresponding error.| |startDateTime|DateTimeOffset|The start time of the health check item. Read-only.| |status|[cloudPcOnPremisesConnectionStatus](../resources/cloudpconpremisesconnection.md#cloudpconpremisesconnectionstatus-values)|The status of the health check item. Possible values are: `pending`, `running`, `passed`, `failed`, `unknownFutureValue`. Read-only.| +|additionalDetails (deprecated)|String|Additional details about the health check or the recommended action. Read-only. Starting from January 31, 2024, this property will no longer be supported and will be marked as deprecated. Please use additionalDetail instead. | ### cloudPcOnPremisesConnectionHealthCheckErrorType values From 239412cb3c34f886799586e0ea3acc10c899c6c1 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 8 Feb 2024 06:45:22 +0000 Subject: [PATCH 26/60] Update Microsoft.CloudManagedDesktop.json Edit. --- changelog/Microsoft.CloudManagedDesktop.json | 44 ++++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index 8a63ffe44dc..10c5f961640 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -4301,7 +4301,7 @@ "ApiChange": "Property", "ChangedApiName": "type", "ChangeType": "Deprecation", - "Description": "Deprecated the **type** property. Going forward, use the **connectionType** instead.", + "Description": "Deprecated the **type** property of the [cloudPcOnPremisesConnection](https://learn.microsoft.com/en-us/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta) resource. The **type** property will stop returning data on January 31, 2024. Going forward, use the **connectionType** property.", "Target": "cloudPcOnPremisesConnection" }, { @@ -4309,7 +4309,7 @@ "ApiChange": "Property", "ChangedApiName": "connectionType", "ChangeType": "Addition", - "Description": "Added the **connectionType** property.", + "Description": "Added the **connectionType** property to the [cloudPcOnPremisesConnection](https://learn.microsoft.com/en-us/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta) resource.", "Target": "cloudPcOnPremisesConnection" }, { @@ -4317,7 +4317,7 @@ "ApiChange": "Property", "ChangedApiName": "healthCheckStatusDetails", "ChangeType": "Deprecation", - "Description": "Deprecated the **healthCheckStatusDetails** property. Goind forward, use the **healthCheckStatusDetail** property.", + "Description": "Deprecated the **healthCheckStatusDetails** property of the [cloudPcOnPremisesConnection](https://learn.microsoft.com/en-us/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta) resource. The **healthCheckStatusDetails** property will stop returning data on January 31, 2024. Going forward, use the **healthCheckStatusDetail** property.", "Target": "cloudPcOnPremisesConnection" }, { @@ -4325,40 +4325,40 @@ "ApiChange": "Property", "ChangedApiName": "healthCheckStatusDetail", "ChangeType": "Addition", - "Description": "Added the **healthCheckStatusDetail** property.", + "Description": "Added the **healthCheckStatusDetail** property to the [cloudPcOnPremisesConnection](https://learn.microsoft.com/en-us/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta) resource.", "Target": "cloudPcOnPremisesConnection" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", - "ApiChange": "ComplexType", - "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetails", + "ApiChange": "Property", + "ChangedApiName": "additionalDetails", "ChangeType": "Deprecation", - "Description": "Deprecated the **cloudPcOnPremisesConnectionStatusDetails** complex type. Going forward, use the **cloudPcOnPremisesConnectionStatusDetail** complex type.", - "Target": "cloudPcOnPremisesConnectionStatusDetails" + "Description": "Deprecated the **additionalDetails** property of the [cloudPcOnPremisesConnectionHealthCheck](https://learn.microsoft.com/en-us/graph/api/resources/cloudPcOnPremisesConnectionHealthCheck?view=graph-rest-beta) resource. The **additionalDetails** property will stop returning data on January 31, 2024. Going forward, use the **additionalDetail** property.", + "Target": "cloudPcOnPremisesConnectionHealthCheck" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", - "ApiChange": "ComplexType", - "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetail", + "ApiChange": "Property", + "ChangedApiName": "additionalDetail", "ChangeType": "Addition", - "Description": "Added the **cloudPcOnPremisesConnectionStatusDetail** complex type.", - "Target": "cloudPcOnPremisesConnectionStatusDetail" + "Description": "Added the **additionalDetail** property to the [cloudPcOnPremisesConnectionHealthCheck](https://learn.microsoft.com/en-us/graph/api/resources/cloudPcOnPremisesConnectionHealthCheck?view=graph-rest-beta) resource.", + "Target": "cloudPcOnPremisesConnectionHealthCheck" }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", - "ApiChange": "Property", - "ChangedApiName": "additionalDetails", + "ApiChange": "Resource", + "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetails", "ChangeType": "Deprecation", - "Description": "Deprecated the **additionalDetails** property. Goind forward, use the **additionalDetail** property.", - "Target": "cloudPcOnPremisesConnectionHealthCheck" - }, + "Description": "Deprecated the [cloudPcOnPremisesConnectionStatusDetails](https://learn.microsoft.com/en-us/graph/api/resources/cloudPcOnPremisesConnectionStatusDetails?view=graph-rest-beta) resource. The **cloudPcOnPremisesConnectionStatusDetails** resource will stop returning data on January 31, 2024. Going forward, use the [cloudPcOnPremisesConnectionStatusDetail](https://learn.microsoft.com/en-us/graph/api/resources/cloudPcOnPremisesConnectionStatusDetail?view=graph-rest-beta) resource.", + "Target": "cloudPcOnPremisesConnectionStatusDetails" + }, { "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", - "ApiChange": "Property", - "ChangedApiName": "additionalDetail", + "ApiChange": "Resource", + "ChangedApiName": "cloudPcOnPremisesConnectionStatusDetail", "ChangeType": "Addition", - "Description": "Added the **additionalDetail** property.", - "Target": "cloudPcOnPremisesConnectionHealthCheck" + "Description": "Added the [cloudPcOnPremisesConnectionStatusDetail](https://learn.microsoft.com/en-us/graph/api/resources/cloudPcOnPremisesConnectionStatusDetail?view=graph-rest-beta) resource type.", + "Target": "cloudPcOnPremisesConnectionStatusDetail" } ], "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", @@ -4369,4 +4369,4 @@ "SubArea": "Cloud PC" } ] -} \ No newline at end of file +} From b5df67a5d9882ecc1bdab03de4b2290b42277ad1 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 8 Feb 2024 06:52:15 +0000 Subject: [PATCH 27/60] Update whats-new-overview.md Edit. --- concepts/whats-new-overview.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index f9bb168d585..29cd5cef600 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -20,6 +20,16 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what Microsoft Graph Toolkit v4 is now available. For details about changes in the latest release, see [Upgrade to the latest version of Microsoft Graph Toolkit](upgrade.md) +## February 2024: New in preview only + +### Device and app management | Cloud PC + +The following properties are deprecated: + +- **type** property on [cloudPcOnPremisesConnection](/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta&preserve-view=true) in favor of the **connectionType** property. +- **healthCheckStatusDetails** property on [cloudPcOnPremisesConnection](/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta&preserve-view=true) in favor of the **healthCheckStatusDetail** property. +- **additionalDetails** property on [cloudPcOnPremisesConnectionHealthCheck](/graph/api/resources/cloudpconpremisesconnectionhealthcheck?view=graph-rest-beta&preserve-view=true) in favor of the **additionalDetail** property. + ## January 2024: New and generally available ### Device and app management | Cloud PC From 9648b26f0a36328d65288c59e6fa9674d444bf06 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 8 Feb 2024 06:57:52 +0000 Subject: [PATCH 28/60] Update cloudpconpremisesconnectionstatusdetails.md Edit. --- .../beta/resources/cloudpconpremisesconnectionstatusdetails.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md index 5e92df8d34e..347cad5f97c 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md @@ -13,6 +13,9 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] +> [!CAUTION] +> The **cloudPcOnPremisesConnectionStatusDetails** resource is deprecated and stopped returning data on January 31, 2024. Going forward, use the [cloudPcOnPremisesConnectionStatusDetail](../resources/cloudpconpremisesconnectionstatusdetail) resource. + The status details of a [cloudPcOnPremisesConnection](../resources/cloudpconpremisesconnection.md). [!INCLUDE [on-premise-rename-note](../../includes/on-premise-rename-note.md)] From 4f191691291ae9634f632fc3b487a7977b5d1744 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 8 Feb 2024 06:58:18 +0000 Subject: [PATCH 29/60] Update cloudpconpremisesconnectionstatusdetails.md Edit. --- .../resources/cloudpconpremisesconnectionstatusdetails.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md index 347cad5f97c..1a8a90d25a3 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md @@ -1,5 +1,5 @@ --- -title: "cloudPcOnPremisesConnectionStatusDetails resource type" +title: "cloudPcOnPremisesConnectionStatusDetails resource type (deprecated)" description: "The status details of a Cloud PC Azure network connection." author: "AshleyYangSZ" ms.localizationpriority: medium @@ -7,7 +7,7 @@ ms.prod: "cloud-pc" doc_type: resourcePageType --- -# cloudPcOnPremisesConnectionStatusDetails resource type +# cloudPcOnPremisesConnectionStatusDetails resource type (deprecated) Namespace: microsoft.graph From 6c6362cebe40587e27bbd2ca74c7dac02b371aa0 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 8 Feb 2024 07:35:11 +0000 Subject: [PATCH 30/60] Update cloudpconpremisesconnectionstatusdetails.md Edit. --- ...loudpconpremisesconnectionstatusdetails.md | 23 ++++--------------- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md index 1a8a90d25a3..4829515e4b8 100644 --- a/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md +++ b/api-reference/beta/resources/cloudpconpremisesconnectionstatusdetails.md @@ -24,9 +24,9 @@ The status details of a [cloudPcOnPremisesConnection](../resources/cloudpconprem |Property|Type|Description| |:---|:---|:---| -|startDateTime|DateTimeOffset|The start time of the connection health check. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| -|endDateTime|DateTimeOffset|The end time of the connection health check. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| +|endDateTime|DateTimeOffset|The end time of the connection health check. 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`.| |healthChecks|[cloudPcOnPremisesConnectionHealthCheck](../resources/cloudpconpremisesconnectionhealthcheck.md) collection|All checks that are done on the connection.| +|startDateTime|DateTimeOffset|The start time of the connection health check. 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`.| ## Relationships @@ -34,7 +34,7 @@ None. ## JSON representation -The following is a JSON representation of the resource. +The following JSON representation shows the resource type. ``` http -DELETE /identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions/E3D4CE35-B16A-4E19-ADF2-616B64D336DC +DELETE https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions/E3D4CE35-B16A-4E19-ADF2-616B64D336DC ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/accesspackageassignmentworkflowextension-delete.md b/api-reference/beta/api/accesspackageassignmentworkflowextension-delete.md index 1e6aa239ebb..7661c250d7b 100644 --- a/api-reference/beta/api/accesspackageassignmentworkflowextension-delete.md +++ b/api-reference/beta/api/accesspackageassignmentworkflowextension-delete.md @@ -58,7 +58,7 @@ The following example shows a request. } --> ``` http -DELETE /identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions/5FD6D8D5-E8F1-4B54-A1E6-1D0FE0B6E6EC +DELETE https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions/5FD6D8D5-E8F1-4B54-A1E6-1D0FE0B6E6EC ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md b/api-reference/beta/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md index 7fa2976b154..1850884d14e 100644 --- a/api-reference/beta/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md +++ b/api-reference/beta/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md @@ -58,7 +58,7 @@ If successful, this method returns a `200 OK` response code and a collection of } --> ``` http -GET /identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/accessPackageCustomWorkflowExtensions +GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/accessPackageCustomWorkflowExtensions ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/accesspackagecatalog-list-customaccesspackageworkflowextensions.md b/api-reference/beta/api/accesspackagecatalog-list-customaccesspackageworkflowextensions.md index 2d72aa7695d..ce1767fe069 100644 --- a/api-reference/beta/api/accesspackagecatalog-list-customaccesspackageworkflowextensions.md +++ b/api-reference/beta/api/accesspackagecatalog-list-customaccesspackageworkflowextensions.md @@ -58,7 +58,7 @@ If successful, this method returns a `200 OK` response code and a collection of } --> ``` http -GET /identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions +GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/attendancerecord-list.md b/api-reference/beta/api/attendancerecord-list.md index 6b704a4bef0..48374011703 100644 --- a/api-reference/beta/api/attendancerecord-list.md +++ b/api-reference/beta/api/attendancerecord-list.md @@ -295,7 +295,7 @@ The following example shows a request. } --> ``` http -GET /solutions/virtualEvents/webinars/{webinarId}/sessions/{sessionId}/attendanceReports/{reportId}/attendancerecords +GET https://graph.microsoft.com/beta/solutions/virtualEvents/webinars/{webinarId}/sessions/{sessionId}/attendanceReports/{reportId}/attendancerecords ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/basetask-delete.md b/api-reference/beta/api/basetask-delete.md index 26e129395a0..3f2dd11ae47 100644 --- a/api-reference/beta/api/basetask-delete.md +++ b/api-reference/beta/api/basetask-delete.md @@ -60,7 +60,7 @@ If successful, this method returns a `204 No Content` response code. } --> ``` http -DELETE /me/tasks/lists/AAMkAGVjMzJmMWZjLTgyYjgtNGIyNi1hOGQ0LWRjMjNmMGRmOWNiYQAu/tasks/AAkALgAAAAAAHYQDEapmEc2byACqAC-EWg0AkOO4xOT +DELETE https://graph.microsoft.com/beta/me/tasks/lists/AAMkAGVjMzJmMWZjLTgyYjgtNGIyNi1hOGQ0LWRjMjNmMGRmOWNiYQAu/tasks/AAkALgAAAAAAHYQDEapmEc2byACqAC-EWg0AkOO4xOT ``` # [JavaScript](#tab/javascript) diff --git a/api-reference/beta/api/certificateauthorityasentity-delete.md b/api-reference/beta/api/certificateauthorityasentity-delete.md index c9955e6981e..8bd8f5d4154 100644 --- a/api-reference/beta/api/certificateauthorityasentity-delete.md +++ b/api-reference/beta/api/certificateauthorityasentity-delete.md @@ -64,7 +64,7 @@ The following example shows a request. } --> ``` http -DELETE /directory/certificateAuthorities/certificateBasedApplicationConfigurations/0a6a9b97-b84c-406a-a703-14d699d1fbb1/trustedCertificateAuthorities/a55a2232-07a4-4b40-8914-a120f46a633e +DELETE https://graph.microsoft.com/beta/directory/certificateAuthorities/certificateBasedApplicationConfigurations/0a6a9b97-b84c-406a-a703-14d699d1fbb1/trustedCertificateAuthorities/a55a2232-07a4-4b40-8914-a120f46a633e ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/certificateauthorityasentity-update.md b/api-reference/beta/api/certificateauthorityasentity-update.md index 9970f9db559..6764612c78a 100644 --- a/api-reference/beta/api/certificateauthorityasentity-update.md +++ b/api-reference/beta/api/certificateauthorityasentity-update.md @@ -64,7 +64,7 @@ The following example shows a request. --> ``` http -PATCH /directory/certificateAuthorities/certificateBasedApplicationConfigurations/0a6a9b97-b84c-406a-a703-14d699d1fbb1/trustedCertificateAuthorities/a55a2232-07a4-4b40-8914-a120f46a633e +PATCH https://graph.microsoft.com/beta/directory/certificateAuthorities/certificateBasedApplicationConfigurations/0a6a9b97-b84c-406a-a703-14d699d1fbb1/trustedCertificateAuthorities/a55a2232-07a4-4b40-8914-a120f46a633e Content-Type: application/json { diff --git a/api-reference/beta/api/certificatebasedapplicationconfiguration-update.md b/api-reference/beta/api/certificatebasedapplicationconfiguration-update.md index 62d6b642c58..30a32008908 100644 --- a/api-reference/beta/api/certificatebasedapplicationconfiguration-update.md +++ b/api-reference/beta/api/certificatebasedapplicationconfiguration-update.md @@ -62,7 +62,7 @@ The following example shows a request. --> ``` http -PATCH /directory/certificateAuthorities/certificateBasedApplicationConfigurations/d5b0af1c-9376-6b66-16b6-e402965862c1 +PATCH https://graph.microsoft.com/beta/directory/certificateAuthorities/certificateBasedApplicationConfigurations/d5b0af1c-9376-6b66-16b6-e402965862c1 Content-Type: application/json { diff --git a/api-reference/beta/api/cloudpcsnapshot-getstorageaccounts.md b/api-reference/beta/api/cloudpcsnapshot-getstorageaccounts.md index beff58d83cc..61ede37a137 100644 --- a/api-reference/beta/api/cloudpcsnapshot-getstorageaccounts.md +++ b/api-reference/beta/api/cloudpcsnapshot-getstorageaccounts.md @@ -58,7 +58,7 @@ The following example shows a request. } --> ``` http -GET /deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='cb6ad4c4-8a17-4245-a644-e4436b1ee204') +GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='cb6ad4c4-8a17-4245-a644-e4436b1ee204') ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/customaccesspackageworkflowextension-delete.md b/api-reference/beta/api/customaccesspackageworkflowextension-delete.md index 6740dd080b2..6c67caea9e1 100644 --- a/api-reference/beta/api/customaccesspackageworkflowextension-delete.md +++ b/api-reference/beta/api/customaccesspackageworkflowextension-delete.md @@ -58,7 +58,7 @@ If successful, this method returns a `204 No Content` response code. } --> ``` http -DELETE /identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions/98ffaec5-ae8e-4902-a434-5ffc5d3d3cd0 +DELETE https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions/98ffaec5-ae8e-4902-a434-5ffc5d3d3cd0 ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/meetingattendancereport-list.md b/api-reference/beta/api/meetingattendancereport-list.md index 738e77d82b3..45319313191 100644 --- a/api-reference/beta/api/meetingattendancereport-list.md +++ b/api-reference/beta/api/meetingattendancereport-list.md @@ -172,7 +172,7 @@ The following example shows a request. } --> ``` http -GET /solutions/virtualEvents/webinars/{webinarId}/sessions/{sessionId}/attendanceReports +GET https://graph.microsoft.com/beta/solutions/virtualEvents/webinars/{webinarId}/sessions/{sessionId}/attendanceReports ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/privilegeescalationuserfinding-list.md b/api-reference/beta/api/privilegeescalationuserfinding-list.md index fe477d7b2d3..69607283ccc 100644 --- a/api-reference/beta/api/privilegeescalationuserfinding-list.md +++ b/api-reference/beta/api/privilegeescalationuserfinding-list.md @@ -68,7 +68,7 @@ The following example shows a request. } --> ``` http -GET /identityGovernance/permissionsAnalytics/aws/findings/microsoft.graph.privilegeEscalationUserFinding +GET https://graph.microsoft.com/beta/identityGovernance/permissionsAnalytics/aws/findings/microsoft.graph.privilegeEscalationUserFinding ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/serviceprincipal-list-permissiongrantpreapprovalpolicies.md b/api-reference/beta/api/serviceprincipal-list-permissiongrantpreapprovalpolicies.md index 75c1c26e862..40fece0cbc7 100644 --- a/api-reference/beta/api/serviceprincipal-list-permissiongrantpreapprovalpolicies.md +++ b/api-reference/beta/api/serviceprincipal-list-permissiongrantpreapprovalpolicies.md @@ -58,7 +58,7 @@ If successful, this method returns a `200 OK` response code and a [permissionGra } --> ``` http -GET /servicePrincipals/{id}/permissionGrantPreApprovalPolicies/{id} +GET https://graph.microsoft.com/beta/servicePrincipals/{id}/permissionGrantPreApprovalPolicies/{id} ``` # [JavaScript](#tab/javascript) diff --git a/api-reference/beta/api/unifiedrolemanagementalertincident-remediate.md b/api-reference/beta/api/unifiedrolemanagementalertincident-remediate.md index 9f89101dd5e..98095a18ac0 100644 --- a/api-reference/beta/api/unifiedrolemanagementalertincident-remediate.md +++ b/api-reference/beta/api/unifiedrolemanagementalertincident-remediate.md @@ -66,7 +66,7 @@ The following example shows a request. } --> ``` http -POST /beta/identityGovernance/roleManagementAlerts/alerts/DirectoryRole_67b47f38-0f0b-4e62-a3be-859140c2061f_TooManyGlobalAdminsAssignedToTenantAlert/incident/0645231d-16ba-4ebf-851a-0875df4052bd/remediate +POST https://graph.microsoft.com/beta/beta/identityGovernance/roleManagementAlerts/alerts/DirectoryRole_67b47f38-0f0b-4e62-a3be-859140c2061f_TooManyGlobalAdminsAssignedToTenantAlert/incident/0645231d-16ba-4ebf-851a-0875df4052bd/remediate ``` diff --git a/api-reference/v1.0/api/accesspackageassignmentrequestworkflowextension-delete.md b/api-reference/v1.0/api/accesspackageassignmentrequestworkflowextension-delete.md index bedc1565714..16c9c2a0a43 100644 --- a/api-reference/v1.0/api/accesspackageassignmentrequestworkflowextension-delete.md +++ b/api-reference/v1.0/api/accesspackageassignmentrequestworkflowextension-delete.md @@ -63,7 +63,7 @@ The following example shows a request. } --> ``` http -DELETE /identityGovernance/entitlementManagement/catalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customWorkflowExtensions/E3D4CE35-B16A-4E19-ADF2-616B64D336DC +DELETE https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/catalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customWorkflowExtensions/E3D4CE35-B16A-4E19-ADF2-616B64D336DC ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/accesspackageassignmentworkflowextension-delete.md b/api-reference/v1.0/api/accesspackageassignmentworkflowextension-delete.md index b6bb530dd08..eb3a67b2a84 100644 --- a/api-reference/v1.0/api/accesspackageassignmentworkflowextension-delete.md +++ b/api-reference/v1.0/api/accesspackageassignmentworkflowextension-delete.md @@ -63,7 +63,7 @@ The following example shows a request. } --> ``` http -DELETE /identityGovernance/entitlementManagement/catalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customWorkflowExtensions/5FD6D8D5-E8F1-4B54-A1E6-1D0FE0B6E6EC +DELETE https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/catalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customWorkflowExtensions/5FD6D8D5-E8F1-4B54-A1E6-1D0FE0B6E6EC ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md b/api-reference/v1.0/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md index f13e23f7037..8078bc4763c 100644 --- a/api-reference/v1.0/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md +++ b/api-reference/v1.0/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md @@ -61,7 +61,7 @@ If successful, this method returns a `200 OK` response code and a collection of } --> ``` http -GET /identityGovernance/entitlementManagement/catalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customWorkflowExtensions +GET https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/catalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customWorkflowExtensions ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/attendancerecord-list.md b/api-reference/v1.0/api/attendancerecord-list.md index de6f6c69e31..7e1b1dcbf5c 100644 --- a/api-reference/v1.0/api/attendancerecord-list.md +++ b/api-reference/v1.0/api/attendancerecord-list.md @@ -188,7 +188,7 @@ The following example shows a request. } --> ``` http -GET /solutions/virtualEvents/webinars/f8ce2a5f-0e6a-4186-aa90-1f64bc023566@5466a424-aadf-425c-9b24-034ca28d4bdd/sessions/8d62dd52-4dff-4c75-96a9-f905cc3ff942/attendanceReports/b76965d4-0763-496e-9980-b323c5f3aa3b/attendancerecords +GET https://graph.microsoft.com/v1.0/solutions/virtualEvents/webinars/f8ce2a5f-0e6a-4186-aa90-1f64bc023566@5466a424-aadf-425c-9b24-034ca28d4bdd/sessions/8d62dd52-4dff-4c75-96a9-f905cc3ff942/attendanceReports/b76965d4-0763-496e-9980-b323c5f3aa3b/attendancerecords ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/meetingattendancereport-list.md b/api-reference/v1.0/api/meetingattendancereport-list.md index 52e045c0e2f..30d5c1c5216 100644 --- a/api-reference/v1.0/api/meetingattendancereport-list.md +++ b/api-reference/v1.0/api/meetingattendancereport-list.md @@ -173,7 +173,7 @@ The following example shows a request. } --> ``` http -GET /solutions/virtualEvents/webinars/f8ce2a5f-0e6a-4186-aa90-1f64bc023566@5466a424-aadf-425c-9b24-034ca28d4bdd/sessions/8d62dd52-4dff-4c75-96a9-f905cc3ff942/attendanceReports +GET https://graph.microsoft.com/v1.0/solutions/virtualEvents/webinars/f8ce2a5f-0e6a-4186-aa90-1f64bc023566@5466a424-aadf-425c-9b24-034ca28d4bdd/sessions/8d62dd52-4dff-4c75-96a9-f905cc3ff942/attendanceReports ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/site-getallsites.md b/api-reference/v1.0/api/site-getallsites.md index 322dc7fcc01..f7d1a0f0b20 100644 --- a/api-reference/v1.0/api/site-getallsites.md +++ b/api-reference/v1.0/api/site-getallsites.md @@ -50,7 +50,7 @@ GET /sites/getAllSites } --> ``` http -GET /sites/getAllSites +GET https://graph.microsoft.com/v1.0/sites/getAllSites ``` # [C#](#tab/csharp) From 6460aa7ab26e03a85f037488ca2a3b64487cc4f9 Mon Sep 17 00:00:00 2001 From: Mike Norman <1462796+MichaelNorman@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:27:21 -0500 Subject: [PATCH 54/60] Raised Acrolinx score. --- api-reference/v1.0/api/site-getallsites.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/v1.0/api/site-getallsites.md b/api-reference/v1.0/api/site-getallsites.md index f7d1a0f0b20..bdeaae2f925 100644 --- a/api-reference/v1.0/api/site-getallsites.md +++ b/api-reference/v1.0/api/site-getallsites.md @@ -1,6 +1,6 @@ --- title: "sites: getAllSites" -description: "List all sites across geographies in an organization - OneDrive API" +description: "List all sites across geographies in an organization - OneDrive API." author: tushar20 ms.author: tkanaujia ms.localizationpriority: medium @@ -12,7 +12,7 @@ doc_type: apiPageType List [sites](../resources/site.md) across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. -For more details, see [Best practices for discovering files and detecting changes at scale](/onedrive/developer/rest-api/concepts/scan-guidance?view=odsp-graph-online&preserve-view=true). +For more information, see [Best practices for discovering files and detecting changes at scale](/onedrive/developer/rest-api/concepts/scan-guidance?view=odsp-graph-online&preserve-view=true). [!INCLUDE [national-cloud-support](../../includes/all-clouds.md)] @@ -134,7 +134,7 @@ Content-type: application/json } ``` -This response includes the first page of enumerated sites, and the @odata.nextLink property indicates that there are more items available in the current set of items. Your app should continue to request the URL value of @odata.nextLink until all pages of items have been retrieved. +This response includes the first page of enumerated sites, and the @odata.nextLink property indicates that there are more items available in the current set of items. Your app should continue to request the URL value of @odata.nextLink until all pages of items are retrieved. ### Example 2: Subsequent request From 02b0ea9849d8f676b39c1c10be46c43f1c5435b1 Mon Sep 17 00:00:00 2001 From: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:26:56 -0700 Subject: [PATCH 55/60] Update signin-list.md Customer support has received multiple cases regarding the example request timing out. Added time frame filter to the example and a note about recommending the time range. --- api-reference/v1.0/api/signin-list.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/api/signin-list.md b/api-reference/v1.0/api/signin-list.md index 7891cf10ee9..23e8466c38c 100644 --- a/api-reference/v1.0/api/signin-list.md +++ b/api-reference/v1.0/api/signin-list.md @@ -68,12 +68,13 @@ If successful, this method returns a `200 OK` response code and collection of [s ## Examples -### Example 1: List all sign-ins +### Example 1: List all sign-ins during a specific time frame #### Request The following example shows a request. +The time range filter is recommended for getting a list of all sign-ins to avoid the request timing out. # [HTTP](#tab/http) ```msgraph-interactive -GET https://graph.microsoft.com/v1.0/auditLogs/signIns +GET https://graph.microsoft.com/v1.0/auditLogs/signIns?$filter=createdDateTime ge 2024-07-01T00:00:00Z and createdDateTime le 2024-07-14T23:59:59Z ``` # [C#](#tab/csharp) From c0a4d11f81875115cd3a45e411fb83fbfedb5102 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Fri, 15 Mar 2024 18:11:47 -0700 Subject: [PATCH 56/60] Update signin-list.md --- api-reference/v1.0/api/signin-list.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/v1.0/api/signin-list.md b/api-reference/v1.0/api/signin-list.md index 23e8466c38c..63fea8f9bba 100644 --- a/api-reference/v1.0/api/signin-list.md +++ b/api-reference/v1.0/api/signin-list.md @@ -56,6 +56,8 @@ GET /auditLogs/signIns This method supports the `$top`, `$skiptoken`, and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +To avoid having the request time out, apply the `$filter` parameter with a time range for which to get all sign-ins, as shown in [Example 1](signin-list.md#example-1-list-all-sign-ins-during-a-specific-time-period). + ## Request headers |Name|Description| @@ -68,13 +70,11 @@ If successful, this method returns a `200 OK` response code and collection of [s ## Examples -### Example 1: List all sign-ins during a specific time frame +### Example 1: List all sign-ins during a specific time period #### Request -The following example shows a request. - -The time range filter is recommended for getting a list of all sign-ins to avoid the request timing out. +The following example shows a request to list all sign-ins during a specific time period. # [HTTP](#tab/http) ```msgraph-interactive -GET https://graph.microsoft.com/beta/auditLogs/signIns +GET https://graph.microsoft.com/beta/auditLogs/signIns?$filter=createdDateTime ge 2024-07-01T00:00:00Z and createdDateTime le 2024-07-14T23:59:59Z ``` # [C#](#tab/csharp) From f137068bdbd034558f4cbc99ae28971d8776d21e Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Fri, 15 Mar 2024 18:38:06 -0700 Subject: [PATCH 58/60] Alphabetized and removed dupe entries. --- api-reference/beta/api/cloudpconpremisesconnection-update.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api-reference/beta/api/cloudpconpremisesconnection-update.md b/api-reference/beta/api/cloudpconpremisesconnection-update.md index bf2217919a4..6f48a118fd8 100644 --- a/api-reference/beta/api/cloudpconpremisesconnection-update.md +++ b/api-reference/beta/api/cloudpconpremisesconnection-update.md @@ -52,12 +52,10 @@ The following table lists the properties that are required when you create the [ |Property|Type|Description| |:---|:---|:---| -|displayName|String|The display name for the Azure network connection.| -|connectionType|[cloudPcOnPremisesConnectionType](../resources/cloudpconpremisesconnection.md#cloudpconpremisesconnectiontype-values)|Specifies the method by which a provisioned Cloud PC is joined to Microsoft Entra. The `azureADJoin` option indicates the absence of an on-premises Active Directory (AD) in the current tenant that results in the Cloud PC device only joining to Microsoft Entra. The `hybridAzureADJoin` option indicates the presence of an on-premises AD in the current tenant and that the Cloud PC joins both the on-premises AD and Microsoft Entra. The selected option also determines the types of users who can be assigned and can sign into a Cloud PC. The `azureADJoin` option allows both cloud-only and hybrid users to be assigned and sign in, whereas `hybridAzureADJoin` is restricted to hybrid users only. The default value is `hybridAzureADJoin`. The possible values are: `hybridAzureADJoin`, `azureADJoin`, `unknownFutureValue`.| -|subscriptionId|String|The ID of the target Azure subscription that’s associated with your tenant.| |adDomainName|String|The fully qualified domain name (FQDN) of the Active Directory domain you want to join.| |adDomainPassword|String|The password associated with **adDomainUsername**.| |adDomainUsername|String|The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: username@contoso.com.| +|connectionType|[cloudPcOnPremisesConnectionType](../resources/cloudpconpremisesconnection.md#cloudpconpremisesconnectiontype-values)|Specifies the method by which a provisioned Cloud PC is joined to Microsoft Entra. The `azureADJoin` option indicates the absence of an on-premises Active Directory (AD) in the current tenant that results in the Cloud PC device only joining to Microsoft Entra. The `hybridAzureADJoin` option indicates the presence of an on-premises AD in the current tenant and that the Cloud PC joins both the on-premises AD and Microsoft Entra. The selected option also determines the types of users who can be assigned and can sign into a Cloud PC. The `azureADJoin` option allows both cloud-only and hybrid users to be assigned and sign in, whereas `hybridAzureADJoin` is restricted to hybrid users only. The default value is `hybridAzureADJoin`. The possible values are: `hybridAzureADJoin`, `azureADJoin`, `unknownFutureValue`.| |displayName|String|The display name for the Azure network connection.| |resourceGroupId|String|The ID of the target resource group. Required format: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}".| |subnetId|String|The ID of the target subnet. Required format: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}".| From d69763170614a04a7acb67832aacdc50c870325f Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Fri, 15 Mar 2024 18:39:38 -0700 Subject: [PATCH 59/60] Update Microsoft.CloudManagedDesktop.json --- changelog/Microsoft.CloudManagedDesktop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json index c6de5a00395..904f5ae9fe9 100644 --- a/changelog/Microsoft.CloudManagedDesktop.json +++ b/changelog/Microsoft.CloudManagedDesktop.json @@ -4364,7 +4364,7 @@ "Id": "73d2da9f-34fb-44ad-9b79-40182c15d671", "Cloud": "Prod", "Version": "beta", - "CreatedDateTime": "2023-11-30T07:34:41.3424906Z", + "CreatedDateTime": "2024-03-15T07:34:41.3424906Z", "WorkloadArea": "Device and app management", "SubArea": "Cloud PC" } From 75fff54cf73068b362a8e93fa433b6813e9f0b93 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Fri, 15 Mar 2024 18:41:43 -0700 Subject: [PATCH 60/60] Move entry to March. --- concepts/whats-new-overview.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/concepts/whats-new-overview.md b/concepts/whats-new-overview.md index 5f2fabcf724..b5ad1da8b02 100644 --- a/concepts/whats-new-overview.md +++ b/concepts/whats-new-overview.md @@ -28,6 +28,14 @@ Use the [billedReconciliation: export](/graph/api/partners-billing-billedreconci Added the ability to list and get [Windows settings](/graph/api/resources/windowssetting) and [Windows settings instances](/graph/api/resources/windowssettinginstance). +### Device and app management | Cloud PC + +The following properties are deprecated: + +- **type** property on [cloudPcOnPremisesConnection](/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta&preserve-view=true); use the **connectionType** property instead. +- **healthCheckStatusDetails** property on [cloudPcOnPremisesConnection](/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta&preserve-view=true); use the **healthCheckStatusDetail** property instead. +- **additionalDetails** property on [cloudPcOnPremisesConnectionHealthCheck](/graph/api/resources/cloudpconpremisesconnectionhealthcheck?view=graph-rest-beta&preserve-view=true); use the **additionalDetail** property instead. + ### Identity and access | Identity and sign-in Use the [federatedTokenValidationPolicy resource type](/graph/api/resources/federatedtokenvalidationpolicy?view=graph-rest-beta&preserve-view=true) and its associated methods to manage whether Microsoft Entra ID validates federation authentication tokens. @@ -55,14 +63,6 @@ Microsoft Graph Toolkit v4 is now available. For details about changes in the la Use the **iCalUId** property on [event](/graph/api/resources/event?view=graph-rest-beta&preserve-view=true) to get the unique identifier for an event across calendars. -### Device and app management | Cloud PC - -The following properties are deprecated: - -- **type** property on [cloudPcOnPremisesConnection](/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta&preserve-view=true) in favor of the **connectionType** property. -- **healthCheckStatusDetails** property on [cloudPcOnPremisesConnection](/graph/api/resources/cloudpconpremisesconnection?view=graph-rest-beta&preserve-view=true) in favor of the **healthCheckStatusDetail** property. -- **additionalDetails** property on [cloudPcOnPremisesConnectionHealthCheck](/graph/api/resources/cloudpconpremisesconnectionhealthcheck?view=graph-rest-beta&preserve-view=true) in favor of the **additionalDetail** property. - ### Search Set up [acronym](/graph/api/resources/search-acronym), [bookmark](/graph/api/resources/search-bookmark), and [qna](/graph/api/resources/search-qna) resources as [administrative search answers for users in an organization](search-concept-answers.md).