Skip to content

Commit

Permalink
Merge pull request #1810 from Azure/anthony-c-martin-patch-2
Browse files Browse the repository at this point in the history
Reference main instead of master from specs repo
  • Loading branch information
anthony-c-martin authored Jul 26, 2021
2 parents b33d94f + 563d9ad commit 39fd32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const generatorRoot = path.resolve(__dirname, '../');

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

export const autoRestVerboseOutput = false;
Expand Down Expand Up @@ -53,4 +53,4 @@ export const blocklist = [
'azsadmin/resource-manager/user-subscriptions',
/* Microsoft.CustomerInsights is deprecated */
'customer-insights/resource-manager',
];
];

0 comments on commit 39fd32d

Please sign in to comment.