Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR cdn/resource-manager] [Hub Generated] Review request for Microsoft.Cdn to add version 2025-01-01 #4423

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/services/cdnManagement/lib/cdnManagementClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class CdnManagementClient extends ServiceClient {

super(credentials, options);

this.apiVersion = '2017-10-12';
this.apiVersion = '2025-01-01';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.generateClientRequestId = true;
Expand Down