Skip to content

Commit

Permalink
Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored and weshaggard committed Jun 24, 2021
1 parent 23bb270 commit 5f71ecd
Show file tree
Hide file tree
Showing 60 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners

###########
# SDK
Expand Down
4 changes: 2 additions & 2 deletions common/tools/dev-tool/src/templates/sampleReadme.md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function fileLinks(info: SampleReadmeConfiguration) {
: relativeSourcePath.replace(/\.ts$/, ".js");
return `[${sampleLinkTag(
relativeSourcePath
)}]: https://github.com/Azure/azure-sdk-for-js/blob/master/${packageSamplesPathFragment}/${sourcePath}`;
)}]: https://github.com/Azure/azure-sdk-for-js/blob/main/${packageSamplesPathFragment}/${sourcePath}`;
})
.join("\n");
}
Expand Down Expand Up @@ -233,7 +233,7 @@ ${fileLinks(info)}
[apiref]: ${info.apiRefLink ?? `https://docs.microsoft.com/javascript/api/@azure/${info.baseName}`}
[freesub]: https://azure.microsoft.com/free/
${resourceLinks(info)}
[package]: https://github.com/Azure/azure-sdk-for-js/tree/master/${info.projectRepoPath}/README.md
[package]: https://github.com/Azure/azure-sdk-for-js/tree/main/${info.projectRepoPath}/README.md
${info.useTypeScript ? "[typescript]: https://www.typescriptlang.org/docs/home.html\n" : ""}\
`,
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Requires `homepage` in `package.json` to be set to the library's readme.

```json
{
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master"
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main"
}
```

Expand Down
2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk/src/utils/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const getRuleMetaData = (
description: ruleDescription,
category: "Best Practices",
recommended: true,
url: `https://github.com/Azure/azure-sdk-for-js/tree/master/common/tools/eslint-plugin-azure-sdk/docs/rules/${ruleName}.md`
url: `https://github.com/Azure/azure-sdk-for-js/tree/main/common/tools/eslint-plugin-azure-sdk/docs/rules/${ruleName}.md`
},
schema: schema || []
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ruleTester.run("ts-package-json-types", rule, {
filename: "sdk/package/package-a/api-extractor.json"
},
{
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
code: exampleConfigGood,
filename: "sdk/template/template/api-extractor.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ruleTester.run("ts-config-allowsyntheticdefaultimports", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-declaration", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-esmoduleinterop", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-exclude", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json with "scripts" removed for testing purposes)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json with "scripts" removed for testing purposes)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-forceconsistentcasinginfilenames", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ruleTester.run("ts-config-importhelpers", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ruleTester.run("ts-config-lib", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ruleTester.run("ts-config-module", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-moduleresolution", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ruleTester.run("ts-config-no-experimentaldecorators", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-sourcemap", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-strict", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ruleTester.run("ts-config-target", rule, {
filename: "tsconfig.json"
},
{
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/tsconfig.json)
// a full example tsconfig.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/tsconfig.json)
code: exampleTsconfigGood,
filename: "tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const examplePackageGood = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -132,7 +132,7 @@ const examplePackageBad = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -259,7 +259,7 @@ ruleTester.run("ts-package-json-author", rule, {
filename: "package.json"
},
{
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
code: examplePackageGood,
filename: "package.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const examplePackageGood = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -132,7 +132,7 @@ const examplePackageBad = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -259,7 +259,7 @@ ruleTester.run("ts-package-json-bugs", rule, {
filename: "package.json"
},
{
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/package.json)
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/package.json)
code: examplePackageGood,
filename: "package.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const examplePackageGood = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -134,7 +134,7 @@ const examplePackageBad = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -261,7 +261,7 @@ ruleTester.run("ts-package-json-engine-is-present", rule, {
filename: "package.json"
},
{
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/package.json)
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/package.json)
code: examplePackageGood,
filename: "package.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const examplePackageGood = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -131,7 +131,7 @@ const examplePackageBad = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -241,7 +241,7 @@ const examplePackageBadFixed = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -380,7 +380,7 @@ ruleTester.run("ts-package-json-files-required", rule, {
filename: "package.json"
},
{
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
code: examplePackageGood,
filename: "package.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const examplePackageGood = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/README.md",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/servicebus/service-bus/README.md",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -132,7 +132,7 @@ const examplePackageBad = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -256,25 +256,25 @@ ruleTester.run("ts-package-json-homepage", rule, {
{
// only the fields we care about
code:
'{"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/README.md"}',
'{"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/servicebus/service-bus/README.md"}',
filename: "package.json"
},
{
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
code: examplePackageGood,
filename: "package.json"
},
{
// incorrect format but in a file we don't care about
code:
'{"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus"}',
'{"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus"}',
filename: "not_package.json"
}
],
invalid: [
{
code:
'{"notHomepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/README.md"}',
'{"notHomepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/servicebus/service-bus/README.md"}',
filename: "package.json",
errors: [
{
Expand All @@ -285,7 +285,7 @@ ruleTester.run("ts-package-json-homepage", rule, {
{
// homepage is in a nested object
code:
'{"outer": {"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/README.md"}}',
'{"outer": {"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/servicebus/service-bus/README.md"}}',
filename: "package.json",
errors: [
{
Expand All @@ -296,7 +296,7 @@ ruleTester.run("ts-package-json-homepage", rule, {
{
// not pointing to README
code:
'{"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus"}',
'{"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus"}',
filename: "package.json",
errors: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const examplePackageGood = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -130,7 +130,7 @@ const examplePackageBad = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [],
"bugs": {
Expand Down Expand Up @@ -238,7 +238,7 @@ const examplePackageBadFixed = `{
"version": "1.0.2",
"license": "MIT",
"description": "Azure Service Bus SDK for Node.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": ["azure"],
"bugs": {
Expand Down Expand Up @@ -360,7 +360,7 @@ ruleTester.run("ts-package-json-keywords", rule, {
filename: "package.json"
},
{
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
// a full example package.json (taken from https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/eventhub/event-hubs/package.json with "scripts" removed for testing purposes)
code: examplePackageGood,
filename: "package.json"
},
Expand Down
Loading

0 comments on commit 5f71ecd

Please sign in to comment.