Skip to content

Commit

Permalink
🔨 update protoc-gen-go v1.34.1
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed May 7, 2024
1 parent a5ec494 commit f6dcab9
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion cli/reporter/cnquery_report.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion explorer/cnquery_explorer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion explorer/resources/cnquery_resources_explorer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion explorer/scan/cnquery_explorer_scan.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion llx/llx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/inventory/inventory.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/plugin/plugin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/resources/resources.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/upstream/health/errors.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/upstream/health/health.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/upstream/mvd/cvss/cvss.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/upstream/mvd/mvd.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/upstream/upstream.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers-sdk/v1/vault/vault.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 14 additions & 11 deletions providers/azure/resources/azure.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ resources:
name:
- azure
azure.subscription:
refs:
- title: Subscriptions, licenses, accounts, and tenants for Microsoft's cloud offerings
url: https://learn.microsoft.com/en-us/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings
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 @@ -45,12 +43,17 @@ resources:
platform:
name:
- azure
refs:
- title: Subscriptions, licenses, accounts, and tenants for Microsoft's cloud
offerings
url: https://learn.microsoft.com/en-us/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings
snippets:
- query: "azure.subscription {\n subscriptionId \n managedByTenants\n}\n"
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 Down Expand Up @@ -197,11 +200,6 @@ resources:
- query: "azure.subscription.aks.clusters {\n id \n createdAt \n powerState \n}\n"
title: Return the ID, date and time created, and current power state of clusters
azure.subscription.aksService:
refs:
- title: What is Azure Kubernetes Service (AKS)?
url: https://learn.microsoft.com/en-us/azure/aks/what-is-aks
- title: Azure Kubernetes Service (AKS) documentation
url: https://learn.microsoft.com/en-us/azure/aks/
fields:
clusters: {}
subscriptionId: {}
Expand All @@ -210,12 +208,12 @@ resources:
platform:
name:
- azure
azure.subscription.aksService.cluster:
refs:
- title: What is Azure Kubernetes Service (AKS)?
url: https://learn.microsoft.com/en-us/azure/aks/what-is-aks
- title: Azure Kubernetes Service (AKS) documentation
url: https://learn.microsoft.com/en-us/azure/aks/
azure.subscription.aksService.cluster:
fields:
addonProfiles: {}
agentPoolProfiles: {}
Expand All @@ -242,6 +240,11 @@ resources:
platform:
name:
- azure
refs:
- title: What is Azure Kubernetes Service (AKS)?
url: https://learn.microsoft.com/en-us/azure/aks/what-is-aks
- title: Azure Kubernetes Service (AKS) documentation
url: https://learn.microsoft.com/en-us/azure/aks/
azure.subscription.authorization:
fields:
roleDefinitions: {}
Expand Down
2 changes: 1 addition & 1 deletion sbom/sbom.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/proto/cnquery.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6dcab9

Please sign in to comment.