From c4f51bee047ee069fb1a005d9132425372cec0c2 Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Mon, 14 Jun 2021 13:34:38 -0400 Subject: [PATCH] Bump the code generator version used for management-plane packages (#15726) --- swagger_to_sdk_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger_to_sdk_config.json b/swagger_to_sdk_config.json index 500a7e2c9e0c..a5dbf1c2011a 100644 --- a/swagger_to_sdk_config.json +++ b/swagger_to_sdk_config.json @@ -6,7 +6,7 @@ "typescript": "", "license-header": "MICROSOFT_MIT_NO_VERSION", "sdkrel:typescript-sdks-folder": ".", - "use": "@microsoft.azure/autorest.typescript@4.6.0" + "use": "@microsoft.azure/autorest.typescript@4.7.0" }, "advanced_options": { "clone_dir": "./azure-sdk-for-js",