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

🧹 update generated files #3277

Closed
wants to merge 1 commit into from
Closed
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
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
Loading