Skip to content

Commit

Permalink
🧹 update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Feb 12, 2024
1 parent 91d211d commit e33d3e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions providers/azure/resources/azure.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ resources:
- azure
azure.subscription:
docs:
desc: "Use the `azure.subscription` resource to assess the configuration of
Azure subscriptions."
desc: Use the `azure.subscription` resource to assess the configuration of Azure
subscriptions.
fields:
advisor: {}
aks: {}
Expand Down Expand Up @@ -48,8 +48,8 @@ resources:
title: Return the subscription ID and a list of tenants that manage the subscription
azure.subscription.advisor:
docs:
desc: "Use the `azure.subscription.advisor` resource to retrieve scoring
and recommendations from Microsoft Azure Advisor."
desc: Use the `azure.subscription.advisor` resource to retrieve scoring and
recommendations from Microsoft Azure Advisor.
fields:
recommendations: {}
subscriptionId: {}
Expand All @@ -62,7 +62,8 @@ resources:
url: https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview
snippets:
- query: "azure.subscription.advisor {\n averageScore \n recommendations \n}\n"
title: Return the average score and all recommendations from Microsoft Azure Advisor
title: Return the average score and all recommendations from Microsoft Azure
Advisor
- query: |
azure.subscription.advisorService {
averageScore > 90
Expand All @@ -79,8 +80,8 @@ resources:
- azure
azure.subscription.advisorService:
docs:
desc: "Use the `azure.subscription.advisorService` resource to retrieve scoring
and recommendations from Microsoft Azure Advisor."
desc: Use the `azure.subscription.advisorService` resource to retrieve scoring
and recommendations from Microsoft Azure Advisor.
fields:
averageScore: {}
recommendations: {}
Expand All @@ -91,7 +92,6 @@ resources:
platform:
name:
- azure
snippets:
azure.subscription.advisorService.recommendation:
fields:
category: {}
Expand Down Expand Up @@ -160,7 +160,8 @@ resources:
- azure
azure.subscription.aks.cluster:
docs:
desc: "Use the `azure.subscription.aks.cluster` resource to retrieve and check properties for an Azure Kubernetes Service cluster."
desc: Use the `azure.subscription.aks.cluster` resource to retrieve and check
properties for an Azure Kubernetes Service cluster.
fields:
addonProfiles: {}
agentPoolProfiles: {}
Expand Down
Loading

0 comments on commit e33d3e7

Please sign in to comment.