Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove experimental functionality: Scaffold Azure Functions #381

Merged
merged 3 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.