11/*
2- * Copyright (c) Microsoft Corporation. All rights reserved.
3- * Licensed under the MIT License. See License.txt in the project root for
4- * license information.
2+ * Copyright (c) Microsoft Corporation.
3+ * Licensed under the MIT License.
54 *
65 * Code generated by Microsoft (R) AutoRest Code Generator.
76 * Changes may cause incorrect behavior and will be lost if the code is
@@ -13,7 +12,7 @@ import * as msRest from "@azure/ms-rest-js";
1312import * as msRestAzure from "@azure/ms-rest-azure-js" ;
1413
1514const packageName = "@azure/arm-maps" ;
16- const packageVersion = "0 .1.0" ;
15+ const packageVersion = "1 .1.0" ;
1716
1817export class MapsManagementClientContext extends msRestAzure . AzureServiceClient {
1918 credentials : msRest . ServiceClientCredentials ;
@@ -23,8 +22,7 @@ export class MapsManagementClientContext extends msRestAzure.AzureServiceClient
2322 /**
2423 * Initializes a new instance of the MapsManagementClient class.
2524 * @param credentials Credentials needed for the client to connect to Azure.
26- * @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
27- * subscription. The subscription ID forms part of the URI for every service call.
25+ * @param subscriptionId The ID of the target subscription.
2826 * @param [options] The parameter options
2927 */
3028 constructor ( credentials : msRest . ServiceClientCredentials , subscriptionId : string , options ?: Models . MapsManagementClientOptions ) {
@@ -45,7 +43,7 @@ export class MapsManagementClientContext extends msRestAzure.AzureServiceClient
4543
4644 super ( credentials , options ) ;
4745
48- this . apiVersion = '2018-05 -01' ;
46+ this . apiVersion = '2020-02 -01-preview ' ;
4947 this . acceptLanguage = 'en-US' ;
5048 this . longRunningOperationRetryTimeout = 30 ;
5149 this . baseUri = options . baseUri || this . baseUri || "https://management.azure.com" ;
0 commit comments