Skip to content

Commit a716a21

Browse files
authored
homepage update (Azure#16719)
* homepage update * homepage update * version update * update
1 parent bb59c82 commit a716a21

File tree

279 files changed

+750
-750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+750
-750
lines changed

sdk/advisor/arm-advisor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-advisor",
33
"author": "Microsoft Corporation",
44
"description": "AdvisorManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.1.0",
88
"@azure/ms-rest-js": "^2.2.0",
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/advisor/arm-advisor",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/advisor/arm-advisor",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"

sdk/advisor/arm-advisor/src/advisorManagementClientContext.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { TokenCredential } from "@azure/core-auth";
1414
import * as msRestAzure from "@azure/ms-rest-azure-js";
1515

1616
const packageName = "@azure/arm-advisor";
17-
const packageVersion = "2.1.0";
17+
const packageVersion = "2.1.1";
1818

1919
export class AdvisorManagementClientContext extends msRestAzure.AzureServiceClient {
2020
credentials: msRest.ServiceClientCredentials | TokenCredential;
@@ -43,7 +43,7 @@ export class AdvisorManagementClientContext extends msRestAzure.AzureServiceClie
4343
if (!options) {
4444
options = {};
4545
}
46-
if(!options.userAgent) {
46+
if (!options.userAgent) {
4747
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
4848
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
4949
}
@@ -58,10 +58,10 @@ export class AdvisorManagementClientContext extends msRestAzure.AzureServiceClie
5858
this.credentials = credentials;
5959
this.subscriptionId = subscriptionId;
6060

61-
if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
61+
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
6262
this.acceptLanguage = options.acceptLanguage;
6363
}
64-
if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
64+
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
6565
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
6666
}
6767
}

sdk/analysisservices/arm-analysisservices/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-analysisservices",
33
"author": "Microsoft Corporation",
44
"description": "AnalysisServicesManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "2.4.0",
5+
"version": "2.4.1",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^1.4.0",
88
"@azure/ms-rest-js": "^1.11.0",
@@ -26,7 +26,7 @@
2626
"rollup-plugin-node-resolve": "^3.4.0",
2727
"uglify-js": "^3.4.9"
2828
},
29-
"homepage": "https://github.com/azure/azure-sdk-for-js/tree/main/sdk/analysisservices/arm-analysisservices",
29+
"homepage": "https://github.com/azure/azure-sdk-for-js/tree/feature/v4/sdk/analysisservices/arm-analysisservices",
3030
"repository": {
3131
"type": "git",
3232
"url": "https://github.com/azure/azure-sdk-for-js.git"

sdk/analysisservices/arm-analysisservices/src/analysisServicesManagementClientContext.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { TokenCredential } from "@azure/core-auth";
1414
import * as msRestAzure from "@azure/ms-rest-azure-js";
1515

1616
const packageName = "@azure/arm-analysisservices";
17-
const packageVersion = "2.4.0";
17+
const packageVersion = "2.4.1";
1818

1919
export class AnalysisServicesManagementClientContext extends msRestAzure.AzureServiceClient {
2020
credentials: msRest.ServiceClientCredentials | TokenCredential;
@@ -44,7 +44,7 @@ export class AnalysisServicesManagementClientContext extends msRestAzure.AzureSe
4444
if (!options) {
4545
options = {};
4646
}
47-
if(!options.userAgent) {
47+
if (!options.userAgent) {
4848
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
4949
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
5050
}
@@ -59,10 +59,10 @@ export class AnalysisServicesManagementClientContext extends msRestAzure.AzureSe
5959
this.credentials = credentials;
6060
this.subscriptionId = subscriptionId;
6161

62-
if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
62+
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
6363
this.acceptLanguage = options.acceptLanguage;
6464
}
65-
if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
65+
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
6666
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
6767
}
6868
}

sdk/apimanagement/arm-apimanagement/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-apimanagement",
33
"author": "Microsoft Corporation",
44
"description": "ApiManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "7.1.0",
5+
"version": "7.1.1",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.1.0",
88
"@azure/ms-rest-js": "^2.2.0",
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/apimanagement/arm-apimanagement",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/apimanagement/arm-apimanagement",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"

sdk/apimanagement/arm-apimanagement/src/apiManagementClientContext.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { TokenCredential } from "@azure/core-auth";
1313
import * as msRestAzure from "@azure/ms-rest-azure-js";
1414

1515
const packageName = "@azure/arm-apimanagement";
16-
const packageVersion = "7.1.0";
16+
const packageVersion = "7.1.1";
1717

1818
export class ApiManagementClientContext extends msRestAzure.AzureServiceClient {
1919
credentials: msRest.ServiceClientCredentials | TokenCredential;
@@ -43,7 +43,7 @@ export class ApiManagementClientContext extends msRestAzure.AzureServiceClient {
4343
if (!options) {
4444
options = {};
4545
}
46-
if(!options.userAgent) {
46+
if (!options.userAgent) {
4747
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
4848
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
4949
}
@@ -58,10 +58,10 @@ export class ApiManagementClientContext extends msRestAzure.AzureServiceClient {
5858
this.credentials = credentials;
5959
this.subscriptionId = subscriptionId;
6060

61-
if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
61+
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
6262
this.acceptLanguage = options.acceptLanguage;
6363
}
64-
if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
64+
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
6565
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
6666
}
6767
}

sdk/applicationinsights/arm-appinsights/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-appinsights",
33
"author": "Microsoft Corporation",
44
"description": "ApplicationInsightsManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "3.1.0",
5+
"version": "3.1.1",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.1.0",
88
"@azure/ms-rest-js": "^2.2.0",
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/applicationinsights/arm-appinsights",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/applicationinsights/arm-appinsights",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"

sdk/applicationinsights/arm-appinsights/src/applicationInsightsManagementClientContext.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { TokenCredential } from "@azure/core-auth";
1414
import * as msRestAzure from "@azure/ms-rest-azure-js";
1515

1616
const packageName = "@azure/arm-appinsights";
17-
const packageVersion = "3.1.0";
17+
const packageVersion = "3.1.1";
1818

1919
export class ApplicationInsightsManagementClientContext extends msRestAzure.AzureServiceClient {
2020
credentials: msRest.ServiceClientCredentials | TokenCredential;
@@ -42,7 +42,7 @@ export class ApplicationInsightsManagementClientContext extends msRestAzure.Azur
4242
if (!options) {
4343
options = {};
4444
}
45-
if(!options.userAgent) {
45+
if (!options.userAgent) {
4646
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
4747
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
4848
}
@@ -56,10 +56,10 @@ export class ApplicationInsightsManagementClientContext extends msRestAzure.Azur
5656
this.credentials = credentials;
5757
this.subscriptionId = subscriptionId;
5858

59-
if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
59+
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
6060
this.acceptLanguage = options.acceptLanguage;
6161
}
62-
if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
62+
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
6363
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
6464
}
6565
}

sdk/appservice/arm-appservice-profile-2019-03-01-hybrid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-appservice-profile-2019-03-01-hybrid",
33
"author": "Microsoft Corporation",
44
"description": "WebSiteManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^1.4.0",
88
"@azure/ms-rest-js": "^1.11.0",
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.4.9"
2929
},
30-
"homepage": "https://github.com/azure/azure-sdk-for-js",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/appservice/arm-appservice-profile-2019-03-01-hybrid",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/azure/azure-sdk-for-js.git"

sdk/appservice/arm-appservice-profile-2019-03-01-hybrid/src/webSiteManagementClientContext.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { TokenCredential } from "@azure/core-auth";
1414
import * as msRestAzure from "@azure/ms-rest-azure-js";
1515

1616
const packageName = "@azure/arm-appservice-profile-2019-03-01-hybrid";
17-
const packageVersion = "1.1.0";
17+
const packageVersion = "1.1.1";
1818

1919
export class WebSiteManagementClientContext extends msRestAzure.AzureServiceClient {
2020
credentials: msRest.ServiceClientCredentials | TokenCredential;
@@ -44,7 +44,7 @@ export class WebSiteManagementClientContext extends msRestAzure.AzureServiceClie
4444
if (!options) {
4545
options = {};
4646
}
47-
if(!options.userAgent) {
47+
if (!options.userAgent) {
4848
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
4949
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
5050
}
@@ -59,10 +59,10 @@ export class WebSiteManagementClientContext extends msRestAzure.AzureServiceClie
5959
this.credentials = credentials;
6060
this.subscriptionId = subscriptionId;
6161

62-
if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
62+
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
6363
this.acceptLanguage = options.acceptLanguage;
6464
}
65-
if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
65+
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
6666
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
6767
}
6868
}

0 commit comments

Comments
 (0)