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-avs" ;
16- const packageVersion = "1.0 .0" ;
15+ const packageVersion = "0.1 .0" ;
1716
1817export class AvsClientContext extends msRestAzure . AzureServiceClient {
1918 credentials : msRest . ServiceClientCredentials ;
@@ -37,25 +36,25 @@ export class AvsClientContext extends msRestAzure.AzureServiceClient {
3736 if ( ! options ) {
3837 options = { } ;
3938 }
40- if ( ! options . userAgent ) {
39+ if ( ! options . userAgent ) {
4140 const defaultUserAgent = msRestAzure . getDefaultUserAgentValue ( ) ;
4241 options . userAgent = `${ packageName } /${ packageVersion } ${ defaultUserAgent } ` ;
4342 }
4443
4544 super ( credentials , options ) ;
4645
47- this . apiVersion = '2020-03-20 ' ;
46+ this . apiVersion = '2021-01-01-preview ' ;
4847 this . acceptLanguage = 'en-US' ;
4948 this . longRunningOperationRetryTimeout = 30 ;
5049 this . baseUri = options . baseUri || this . baseUri || "https://management.azure.com" ;
5150 this . requestContentType = "application/json; charset=utf-8" ;
5251 this . credentials = credentials ;
5352 this . subscriptionId = subscriptionId ;
5453
55- if ( options . acceptLanguage !== null && options . acceptLanguage !== undefined ) {
54+ if ( options . acceptLanguage !== null && options . acceptLanguage !== undefined ) {
5655 this . acceptLanguage = options . acceptLanguage ;
5756 }
58- if ( options . longRunningOperationRetryTimeout !== null && options . longRunningOperationRetryTimeout !== undefined ) {
57+ if ( options . longRunningOperationRetryTimeout !== null && options . longRunningOperationRetryTimeout !== undefined ) {
5958 this . longRunningOperationRetryTimeout = options . longRunningOperationRetryTimeout ;
6059 }
6160 }
0 commit comments