Skip to content

Commit 8c07814

Browse files
authored
Merge pull request #25652 from microsoftgraph/congye/update_remoteconn_docs
Adding deprecation note for EA Remote Connection APIs
2 parents 8f6353b + da24499 commit 8c07814

4 files changed

+41
-1
lines changed

api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-get.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ doc_type: apiPageType
1111

1212
Namespace: microsoft.graph
1313

14+
> **Caution:** This API is deprecated and will stop returning data on December 31, 2024. Going forward, use the [getRawRemoteConnectionReports](./cloudpcreports-getrawremoteconnectionreports.md) resource and its supported APIs.
15+
1416
> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
1517
1618
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.

api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ doc_type: apiPageType
1111

1212
Namespace: microsoft.graph
1313

14+
> **Caution:** This API is deprecated and will stop returning data on December 31, 2024. Going forward, use the [getRawRemoteConnectionReports](./cloudpcreports-getrawremoteconnectionreports.md) resource and its supported APIs.
15+
1416
> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
1517
1618
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.

api-reference/beta/api/intune-devices-userexperienceanalyticsremoteconnection-summarizedeviceremoteconnection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ doc_type: apiPageType
1111

1212
Namespace: microsoft.graph
1313

14+
> **Caution:** This API is deprecated and will stop returning data on December 31, 2024. Going forward, use the [getRawRemoteConnectionReports](./cloudpcreports-getrawremoteconnectionreports.md) resource and its supported APIs.
15+
1416
> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
1517
1618
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.

changelog/Microsoft.Intune.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3826,6 +3826,40 @@
38263826
"WorkloadArea": "Device and app management",
38273827
"SubArea": "Corporate management"
38283828
},
3829+
{
3830+
"ChangeList": [
3831+
{
3832+
"Id": "dd530d17-ecf3-4210-8265-8081f4ea659d",
3833+
"ApiChange": "Method",
3834+
"ChangedApiName": "Get",
3835+
"ChangeType": "Deprecation",
3836+
"Description": "Added a deprecation notice to the [userExperienceAnalyticsRemoteConnection-get](https://learn.microsoft.com/en-us/graph/api/intune-devices-userexperienceanalyticsremoteconnection-get?view=graph-rest-beta) method.",
3837+
"Target": "userExperienceAnalyticsRemoteConnection"
3838+
},
3839+
{
3840+
"Id": "dd530d17-ecf3-4210-8265-8081f4ea659d",
3841+
"ApiChange": "Method",
3842+
"ChangedApiName": "List",
3843+
"ChangeType": "Deprecation",
3844+
"Description": "Added a deprecation notice to the [userExperienceAnalyticsRemoteConnection-list](https://learn.microsoft.com/en-us/graph/api/intune-devices-userexperienceanalyticsremoteconnection-list?view=graph-rest-beta) method.",
3845+
"Target": "userExperienceAnalyticsRemoteConnection"
3846+
},
3847+
{
3848+
"Id": "dd530d17-ecf3-4210-8265-8081f4ea659d",
3849+
"ApiChange": "Method",
3850+
"ChangedApiName": "summarizeDeviceRemoteConnection",
3851+
"ChangeType": "Deprecation",
3852+
"Description": "Added a deprecation notice to the [summarizedeviceremoteconnection](https://learn.microsoft.com/en-us/graph/api/intune-devices-userexperienceanalyticsremoteconnection-summarizedeviceremoteconnection?view=graph-rest-beta) method.",
3853+
"Target": "summarizeDeviceRemoteConnection"
3854+
}
3855+
],
3856+
"Id": "dd530d17-ecf3-4210-8265-8081f4ea659d",
3857+
"Cloud": "Prod",
3858+
"Version": "beta",
3859+
"CreatedDateTime": "2024-12-03T03:35:56.9639116Z",
3860+
"WorkloadArea": "Device and app management",
3861+
"SubArea": "Corporate management"
3862+
},
38293863
{
38303864
"ChangeList": [
38313865
{
@@ -22501,4 +22535,4 @@
2250122535
"SubArea": "Corporate management"
2250222536
}
2250322537
]
22504-
}
22538+
}

0 commit comments

Comments
 (0)