We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b33d94f + 563d9ad commit 39fd32dCopy full SHA for 39fd32d
generator/constants.ts
@@ -5,7 +5,7 @@ export const generatorRoot = path.resolve(__dirname, '../');
5
6
export const specsRepoPath = path.join(os.tmpdir(), 'schm_azspc');
7
export const specsRepoUri = 'https://github.com/azure/azure-rest-api-specs';
8
-export const specsRepoCommitHash = 'origin/master';
+export const specsRepoCommitHash = 'origin/main';
9
export const pathRegex = /(microsoft\.\w+)[\\\/]\S*[\\\/](\d{4}-\d{2}-\d{2}(|-preview))[\\\/]/i;
10
11
export const autoRestVerboseOutput = false;
@@ -53,4 +53,4 @@ export const blocklist = [
53
'azsadmin/resource-manager/user-subscriptions',
54
/* Microsoft.CustomerInsights is deprecated */
55
'customer-insights/resource-manager',
56
-];
+];
0 commit comments