File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdk/network/arm-network/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export class NetworkManagementClientContext extends msRestAzure.AzureServiceClie
3737 if ( ! options ) {
3838 options = { } ;
3939 }
40- if ( ! options . userAgent ) {
40+ if ( ! options . userAgent ) {
4141 const defaultUserAgent = msRestAzure . getDefaultUserAgentValue ( ) ;
4242 options . userAgent = `${ packageName } /${ packageVersion } ${ defaultUserAgent } ` ;
4343 }
@@ -51,10 +51,10 @@ export class NetworkManagementClientContext extends msRestAzure.AzureServiceClie
5151 this . credentials = credentials ;
5252 this . subscriptionId = subscriptionId ;
5353
54- if ( options . acceptLanguage !== null && options . acceptLanguage !== undefined ) {
54+ if ( options . acceptLanguage !== null && options . acceptLanguage !== undefined ) {
5555 this . acceptLanguage = options . acceptLanguage ;
5656 }
57- if ( options . longRunningOperationRetryTimeout !== null && options . longRunningOperationRetryTimeout !== undefined ) {
57+ if ( options . longRunningOperationRetryTimeout !== null && options . longRunningOperationRetryTimeout !== undefined ) {
5858 this . longRunningOperationRetryTimeout = options . longRunningOperationRetryTimeout ;
5959 }
6060 }
You can’t perform that action at this time.
0 commit comments