From 17dee7ccad9896fe5468e663d406edea4605f37d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:19:36 +0000 Subject: [PATCH 1/9] docs: add SUPPORT.md with APIM-focused support guidance Closes #0 --- SUPPORT.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..829386d --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,25 @@ +## How to file issues and get help + +### GitHub issues + +We use [GitHub Issues](https://github.com/Azure/apiops-cli/issues/new/choose) to track bugs, questions, and feature requests. GitHub issues are free, but **response time is not guaranteed.** + +To keep our issue queue focused and actionable, issues that have had no activity for **30 days** will be automatically closed. If you still need help after an issue is closed, feel free to open a new one with a link to the original. + +### Azure API Management resources + +- Browse the [Azure API Management documentation](https://learn.microsoft.com/azure/api-management/) +- Search for similar issues in [our GitHub repository](https://github.com/Azure/apiops-cli/issues) +- Ask a question on [Microsoft Q&A](https://learn.microsoft.com/answers/tags/28/azure-api-management) and tag it with `azure-api-management` +- Ask a question at [Microsoft Tech Community — API Management](https://techcommunity.microsoft.com/t5/azure-paas-blog/bg-p/AzurePaaSBlog/label-name/Azure%20API%20Management) +- Share or upvote feature requests on the [Azure Feedback Portal](https://feedback.azure.com/d365community/forum/e50fd0ca-5525-ec11-b6e6-000d3a4f0f84) (Azure API Management category) + +### Security bugs + +Security issues and bugs should be reported privately. Please review [SECURITY.md](SECURITY.md) for details on how to responsibly disclose security vulnerabilities. + +## Support Policy + +**apiops-cli is an open-source tool** provided as-is under the MIT License. It is not covered by any Azure or Microsoft commercial support plan. + +Community support is available through GitHub Issues. For Azure API Management service-level questions unrelated to this tool, please use the channels listed above or open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/) if you have an Azure support plan. From ffcc249f8f5c906f5604be1f925f22bcc47d2c6d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:25:11 +0000 Subject: [PATCH 2/9] docs: remove security bugs section from SUPPORT.md --- SUPPORT.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index 829386d..91b5639 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -14,10 +14,6 @@ To keep our issue queue focused and actionable, issues that have had no activity - Ask a question at [Microsoft Tech Community — API Management](https://techcommunity.microsoft.com/t5/azure-paas-blog/bg-p/AzurePaaSBlog/label-name/Azure%20API%20Management) - Share or upvote feature requests on the [Azure Feedback Portal](https://feedback.azure.com/d365community/forum/e50fd0ca-5525-ec11-b6e6-000d3a4f0f84) (Azure API Management category) -### Security bugs - -Security issues and bugs should be reported privately. Please review [SECURITY.md](SECURITY.md) for details on how to responsibly disclose security vulnerabilities. - ## Support Policy **apiops-cli is an open-source tool** provided as-is under the MIT License. It is not covered by any Azure or Microsoft commercial support plan. From 36b7850f2c2a22513339e8df1fa1de59d2be1e66 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:28:40 +0000 Subject: [PATCH 3/9] docs: update SUPPORT.md auto-close wording to say reopen instead of open new --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 91b5639..5ce2978 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -4,7 +4,7 @@ We use [GitHub Issues](https://github.com/Azure/apiops-cli/issues/new/choose) to track bugs, questions, and feature requests. GitHub issues are free, but **response time is not guaranteed.** -To keep our issue queue focused and actionable, issues that have had no activity for **30 days** will be automatically closed. If you still need help after an issue is closed, feel free to open a new one with a link to the original. +To keep our issue queue focused and actionable, issues that have had no activity for **30 days** will be automatically closed. If your issue is closed and the problem still exists, please reopen it. ### Azure API Management resources From b0bbe4470e449929dcf0a852ee3def02d0ac21c1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:30:29 +0000 Subject: [PATCH 4/9] docs: restore security guidance in SUPPORT.md --- SUPPORT.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 5ce2978..caf07f2 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -14,8 +14,12 @@ To keep our issue queue focused and actionable, issues that have had no activity - Ask a question at [Microsoft Tech Community — API Management](https://techcommunity.microsoft.com/t5/azure-paas-blog/bg-p/AzurePaaSBlog/label-name/Azure%20API%20Management) - Share or upvote feature requests on the [Azure Feedback Portal](https://feedback.azure.com/d365community/forum/e50fd0ca-5525-ec11-b6e6-000d3a4f0f84) (Azure API Management category) +### Security bugs + +Security issues and bugs should be reported privately. Please review [SECURITY.md](SECURITY.md) for details on how to responsibly disclose security vulnerabilities. + ## Support Policy -**apiops-cli is an open-source tool** provided as-is under the MIT License. It is not covered by any Azure or Microsoft commercial support plan. +**apiops-cli is an open-source tool** provided under the MIT License. Community support is available through GitHub Issues. For Azure API Management service-level questions unrelated to this tool, please use the channels listed above or open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/) if you have an Azure support plan. From 82135e860f3ecca6cb8b0a46c288de1c97744160 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:35:03 +0000 Subject: [PATCH 5/9] docs: remove cost wording from SUPPORT.md --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index caf07f2..a2ccae6 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -2,7 +2,7 @@ ### GitHub issues -We use [GitHub Issues](https://github.com/Azure/apiops-cli/issues/new/choose) to track bugs, questions, and feature requests. GitHub issues are free, but **response time is not guaranteed.** +We use [GitHub Issues](https://github.com/Azure/apiops-cli/issues/new/choose) to track bugs, questions, and feature requests. **Response time is not guaranteed.** To keep our issue queue focused and actionable, issues that have had no activity for **30 days** will be automatically closed. If your issue is closed and the problem still exists, please reopen it. From c212fabc18ac19ea735ed5d16db4316b3baeee0b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:38:24 +0000 Subject: [PATCH 6/9] docs: update SUPPORT.md title and support policy wording --- SUPPORT.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index a2ccae6..d1399d5 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,4 +1,4 @@ -## How to file issues and get help +## Support ### GitHub issues @@ -22,4 +22,6 @@ Security issues and bugs should be reported privately. Please review [SECURITY.m **apiops-cli is an open-source tool** provided under the MIT License. -Community support is available through GitHub Issues. For Azure API Management service-level questions unrelated to this tool, please use the channels listed above or open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/) if you have an Azure support plan. +Community support for the apiops-cli is available through GitHub Issues. + +For Azure API Management service-level questions unrelated to this tool, please use the channels listed above or open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/) if you have an Azure support plan. From c763e9f03e7fde51b1fe9acb4ab08fa3f18159d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:41:19 +0000 Subject: [PATCH 7/9] test: restore defensive geocoding parsing in APIM policy --- .../bicep/source-apim.bicep | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/tests/integration/all-resource-types/bicep/source-apim.bicep b/tests/integration/all-resource-types/bicep/source-apim.bicep index 48a500f..61ed6e3 100644 --- a/tests/integration/all-resource-types/bicep/source-apim.bicep +++ b/tests/integration/all-resource-types/bicep/source-apim.bicep @@ -1061,16 +1061,22 @@ resource apiA2aRuntimeJsonRpcPolicy 'Microsoft.ApiManagement/service/apis/operat GET From 50c084ddeb9473afd8ccfa4b67f4d07f0a015584 Mon Sep 17 00:00:00 2001 From: Elizabeth Maher Date: Thu, 11 Jun 2026 22:01:52 +0000 Subject: [PATCH 8/9] updating support phrasing --- SUPPORT.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index d1399d5..69d5e73 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,24 +1,29 @@ ## Support +## File issues + ### GitHub issues We use [GitHub Issues](https://github.com/Azure/apiops-cli/issues/new/choose) to track bugs, questions, and feature requests. **Response time is not guaranteed.** To keep our issue queue focused and actionable, issues that have had no activity for **30 days** will be automatically closed. If your issue is closed and the problem still exists, please reopen it. +### Security bugs + +Security issues and bugs should be reported privately. Please review [SECURITY.md](SECURITY.md) for details on how to responsibly disclose security vulnerabilities. + +## Get help + ### Azure API Management resources - Browse the [Azure API Management documentation](https://learn.microsoft.com/azure/api-management/) - Search for similar issues in [our GitHub repository](https://github.com/Azure/apiops-cli/issues) -- Ask a question on [Microsoft Q&A](https://learn.microsoft.com/answers/tags/28/azure-api-management) and tag it with `azure-api-management` -- Ask a question at [Microsoft Tech Community — API Management](https://techcommunity.microsoft.com/t5/azure-paas-blog/bg-p/AzurePaaSBlog/label-name/Azure%20API%20Management) -- Share or upvote feature requests on the [Azure Feedback Portal](https://feedback.azure.com/d365community/forum/e50fd0ca-5525-ec11-b6e6-000d3a4f0f84) (Azure API Management category) - -### Security bugs +- Search for or ask a question on [Microsoft Q&A](https://learn.microsoft.com/answers/tags/28/azure-api-management). New questions should be tagged with 'Azure API Management'. +- Browse article on the [Azure PaaS Blog](https://techcommunity.microsoft.com/tag/azure%20api%20management?nodeId=board%3AAzurePaaSBlog) blog with 'AZURE API MANAGEMENT' tag. +- Share or upvote feature requests on the [Azure Feedback Portal](https://feedback.azure.com/d365community/search/?q=azure+api+management) under the 'Azure API Management' category. -Security issues and bugs should be reported privately. Please review [SECURITY.md](SECURITY.md) for details on how to responsibly disclose security vulnerabilities. -## Support Policy +### Support Policy **apiops-cli is an open-source tool** provided under the MIT License. From 9233993cf39e9bca7e5ead0106e6a5459e0c69ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:04:28 +0000 Subject: [PATCH 9/9] test: revert source-apim.bicep to main branch version --- .../bicep/source-apim.bicep | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/tests/integration/all-resource-types/bicep/source-apim.bicep b/tests/integration/all-resource-types/bicep/source-apim.bicep index 61ed6e3..897d582 100644 --- a/tests/integration/all-resource-types/bicep/source-apim.bicep +++ b/tests/integration/all-resource-types/bicep/source-apim.bicep @@ -1056,34 +1056,30 @@ resource apiA2aRuntimeJsonRpcPolicy 'Microsoft.ApiManagement/service/apis/operat if (string.IsNullOrWhiteSpace(city)) { city = "Seattle"; } return city; }' /> - + @($"https://geocoding-api.open-meteo.com/v1/search?count=1&name={System.Uri.EscapeDataString((string)context.Variables["city"])}") GET - + - + @{ var ll = ((string)context.Variables["latlon"]).Split('|'); return "https://api.open-meteo.com/v1/forecast?latitude=" + ll[0] + "&longitude=" + ll[1] + "&current=temperature_2m,weather_code,wind_speed_10m&temperature_unit=fahrenheit&wind_speed_unit=mph";