Skip to content

Commit 39fd32d

Browse files
Merge pull request #1810 from Azure/anthony-c-martin-patch-2
Reference main instead of master from specs repo
2 parents b33d94f + 563d9ad commit 39fd32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const generatorRoot = path.resolve(__dirname, '../');
55

66
export const specsRepoPath = path.join(os.tmpdir(), 'schm_azspc');
77
export const specsRepoUri = 'https://github.com/azure/azure-rest-api-specs';
8-
export const specsRepoCommitHash = 'origin/master';
8+
export const specsRepoCommitHash = 'origin/main';
99
export const pathRegex = /(microsoft\.\w+)[\\\/]\S*[\\\/](\d{4}-\d{2}-\d{2}(|-preview))[\\\/]/i;
1010

1111
export const autoRestVerboseOutput = false;
@@ -53,4 +53,4 @@ export const blocklist = [
5353
'azsadmin/resource-manager/user-subscriptions',
5454
/* Microsoft.CustomerInsights is deprecated */
5555
'customer-insights/resource-manager',
56-
];
56+
];

0 commit comments

Comments
 (0)