We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e55ce7 commit 9f83b81Copy full SHA for 9f83b81
src/store.ts
@@ -1,7 +1,7 @@
1
import * as fs from 'fs';
2
import * as path from 'path';
3
import { homedir } from 'os';
4
-import { read, getGalleryAPI, getSecurityRolesAPI, log, getMarketplaceUrl, getAzureCredentialAccessToken } from './util';
+import { read, getGalleryAPI, getSecurityRolesAPI, log, getMarketplaceUrl } from './util';
5
import { validatePublisher } from './validation';
6
import { readManifest } from './package';
7
import { getPAT } from './publish';
0 commit comments