Skip to content

Commit b51e194

Browse files
authored
Fix doc build (Azure Metrics) (#3528)
* fix doc build * Update changelog.yml
1 parent 1d357ec commit b51e194

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/azure_metrics/_dev/build/docs/monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ https://login.microsoftonline.de for azure USGovernmentCloud
5353

5454
`Resources`:: (_string_) Contains following options:
5555

56-
`resource_id`:: (_[]string_) The fully qualified ID's of the resource, including the resource name and resource type. Has the format /subscriptions/{guid}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}.
56+
`resource_id`:: (_[]string_) The fully qualified ID's of the resource, including the resource name and resource type. Has the format `/subscriptions/{guid}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}`.
5757
Should return a list of resources.
5858

5959
Users might have large number of resources they would like to gather metrics from. In order to reduce verbosity, they will have

packages/azure_metrics/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "1.0.5"
2+
changes:
3+
- description: Fix doc build
4+
type: enhancement
5+
link: https://github.com/elastic/integrations/pull/3528
16
- version: "1.0.4"
27
changes:
38
- description: Update Readme

packages/azure_metrics/docs/monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ https://login.microsoftonline.de for azure USGovernmentCloud
5353

5454
`Resources`:: (_string_) Contains following options:
5555

56-
`resource_id`:: (_[]string_) The fully qualified ID's of the resource, including the resource name and resource type. Has the format /subscriptions/{guid}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}.
56+
`resource_id`:: (_[]string_) The fully qualified ID's of the resource, including the resource name and resource type. Has the format `/subscriptions/{guid}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}`.
5757
Should return a list of resources.
5858

5959
Users might have large number of resources they would like to gather metrics from. In order to reduce verbosity, they will have

packages/azure_metrics/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: azure_metrics
22
title: Azure Resource Metrics
3-
version: 1.0.4
3+
version: 1.0.5
44
release: ga
55
description: Collect metrics from Azure resources with Elastic Agent.
66
type: integration

0 commit comments

Comments
 (0)