Skip to content

Commit

Permalink
feat: remove experimental functionality: Scaffold Azure Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchoey committed Jan 20, 2025
1 parent 13b4416 commit 200937a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ All you need is an Azure Subscription to get started. If you don't have one, [cl
- Import App Service WebApp
- Manage Self-Hosted Gateways
- Policy Debugging
- Scaffold Azure Functions
- Show diffs against last saved version
- Switch / Release API Revisions
- API Filter
Expand Down Expand Up @@ -82,9 +81,6 @@ Please note: only JSON format is supported currently.
## Debug Policy
![debugPolicy](resources/debug.gif)

## Scaffold Azure Functions
![generateFunctions](resources/stencil.gif)

## Show diffs against last saved version
![diffing](resources/diffing.gif)

Expand Down
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"onCommand:azureApiManagement.generateKubernetesDeployment",
"onCommand:azureApiManagement.generateNewGatewayToken",
"onCommand:azureApiManagement.debugPolicy",
"onCommand:azureApiManagement.generateFunctions",
"onCommand:azureApiManagement.revisions",
"onCommand:azureApiManagement.setCustomHostName",
"onCommand:azureApiManagement.createSubscription",
Expand Down Expand Up @@ -375,11 +374,6 @@
"title": "%azureApiManagement.generateNewGatewayToken%",
"category": "Azure API Management"
},
{
"command": "azureApiManagement.generateFunctions",
"title": "%azureApiManagement.generateFunctions%",
"category": "Azure API Management"
},
{
"command": "azureApiManagement.setCustomHostName",
"title": "%azureApiManagement.setCustomHostName%",
Expand Down Expand Up @@ -603,11 +597,6 @@
"when": "view == azureApiManagementExplorer && viewItem == azureApiManagementApi",
"group": "2@2"
},
{
"command": "azureApiManagement.generateFunctions",
"when": "view == azureApiManagementExplorer && viewItem == azureApiManagementApi && config.azureApiManagement.scaffoldAzureFunctions == true",
"group": "3@1"
},
{
"command": "azureApiManagement.extractApi",
"when": "view == azureApiManagementExplorer && viewItem == azureApiManagementApi",
Expand Down Expand Up @@ -793,11 +782,6 @@
"type": "boolean",
"default": false,
"description": "%azureApiManagement.advancedPolicyAuthoringExperience%"
},
"azureApiManagement.scaffoldAzureFunctions": {
"type": "boolean",
"default": true,
"description": "%azureApiManagement.scaffoldAzureFunctions%"
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
"azureApiManagement.generateKubernetesDeployment": "Generate Kubernetes Deployment File",
"azureApiManagement.generateNewGatewayToken": "Generate New Gateway Token",
"azureApiManagement.debugPolicy": "Start Policy Debugging",
"azureApiManagement.generateFunctions": "Scaffold Azure Functions",
"azureApiManagement.scaffoldAzureFunctions": "(Experimental Feature) Enables scaffolding Azure Functions from API definition.",
"azureApiManagement.revisions": "API Revisions",
"azureApiManagement.setCustomHostName": "Select Gateway Host Name",
"azureApiManagement.createSubscription": "Create a new Subscription",
Expand Down
Binary file removed resources/stencil.gif
Binary file not shown.

0 comments on commit 200937a

Please sign in to comment.