Родитель
94f0f3bca0
Коммит
bf3e44ced8
|
@ -31,6 +31,7 @@ All you need is an Azure Subscription to get started. If you don't have one, [cl
|
|||
- Switch / Release API Revisions
|
||||
- API Filter
|
||||
- Policy Debugging on Self-Hosted Gateways
|
||||
- Manage User Subscriptions
|
||||
|
||||
## Create an API Management instance using defaults
|
||||
|
||||
|
@ -99,6 +100,9 @@ Please note: only JSON format is supported currently.
|
|||
## Self-Hosted Gateway Debugging
|
||||
![selfHostedDebugging](resources/selfdebug.gif)
|
||||
|
||||
## Manage User Subscriptions
|
||||
![manageUserSubscription](resources/subscription.gif)
|
||||
|
||||
## Intellisense for Policy Expressions.
|
||||
|
||||
Follow instructions [here](https://github.com/microsoft/vscode-apimanagement/issues/37#issuecomment-516551741).
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"requires": true,
|
||||
"dependencies": {
|
||||
"@azure/abort-controller": {
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.0.2.tgz",
|
||||
"integrity": "sha512-XUyTo+bcyxHEf+jlN2MXA7YU9nxVehaubngHV1MIZZaqYmZqykkoeAz/JMMEeR7t3TcyDwbFa3Zw8BZywmIx4g==",
|
||||
"requires": {
|
||||
|
|
|
@ -20,7 +20,7 @@ suiteSetup(async function (this: IHookCallbackContext): Promise<void> {
|
|||
|
||||
await fse.ensureDir(testFolderPath);
|
||||
|
||||
await vscode.commands.executeCommand('azureApiManagement.Refresh'); // activate the extension before tests begin
|
||||
//await vscode.commands.executeCommand('azureApiManagement.Refresh'); // activate the extension before tests begin
|
||||
ext.outputChannel = new TestOutputChannel();
|
||||
ext.ui = new TestUserInput(vscode);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче