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 all commits
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
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]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to follow structure as we have with CLI, so we should at least name the current version

1.0.0b5
+++++

  • Add: Support yaml file for az apic api register command
  • Update: Update some command names, parameter names as well as related descriptions for better understanding. Please leverage -h option or refer Azure CLI reference doc to see full list of commands and parameters.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


## 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.