Skip to content

Commit

Permalink
feat: remove experimental functionality: Scaffold Azure Functions (#381)
Browse files Browse the repository at this point in the history
* feat: remove experimental functionality: Scaffold Azure Functions

* feat: mention the changes in changelog

* feat: update change log format
  • Loading branch information
blackchoey authored Jan 21, 2025
1 parent 5914868 commit 3ef77fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 23 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

All notable changes to the "Azure Api Management VS Code" extension will be documented in this file.

## [1.0.9 - 2025-01-16]


## 1.0.9

### Updates
- Update api-version to 2022-08-01
- Upgrade deprecated packages used in the extension

### Removals
- Remove the experimental Scaffold Azure Functions functionality due to deprecated packages, ensuring better stability for future updates

## [1.0.8 - 2023-09-12]

- Fixed loading API Management instances when expanding an Azure subscription
Expand Down
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 3ef77fd

Please sign in to comment.