Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public CdnManagementClientImpl(RestClient restClient) {
}

protected void initialize() {
this.apiVersion = "2017-10-12";
this.apiVersion = "2027-12-21";
this.acceptLanguage = "en-US";
this.longRunningOperationRetryTimeout = 30;
this.generateClientRequestId = true;
Expand All @@ -296,7 +296,7 @@ protected void initialize() {
*/
@Override
public String userAgent() {
return String.format("%s (%s, %s)", super.userAgent(), "CdnManagementClient", "2017-10-12");
return String.format("%s (%s, %s)", super.userAgent(), "CdnManagementClient", "2027-12-21");
}

private void initializeService() {
Expand Down