Skip to content

Commit

Permalink
add test change
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Oct 17, 2024
1 parent eeeba4e commit 2ae356f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ resources
| extend zoneValue = iff((isnull(zones)), "null", zones)
| project recommendationId = "740f2c1c-8857-4648-80eb-47d2c56d5a50", name, id, tags, param1="Zones: No Zone or Zonal", param2=strcat("Zones value: ", zoneValue )

BAD
1 change: 1 addition & 0 deletions azure-resources/ApiManagement/service/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
publishedToLearn: false
automationAvailable: false
tags: null
test: test
learnMoreLink:
- name: Setting up auto-scale for Azure API Management
url: "https://learn.microsoft.com/azure/api-management/api-management-howto-autoscale"

0 comments on commit 2ae356f

Please sign in to comment.