From 27f13dcc604a1633cb5bc7a5df92fb50e1074733 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 9 Jan 2025 03:19:51 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2025-01-09) --- pkg/dist/integration_endpoint_types.yml | 24 ++++++++++++++++++++++++ pkg/dist/service_types.yml | 5 +++++ 2 files changed, 29 insertions(+) diff --git a/pkg/dist/integration_endpoint_types.yml b/pkg/dist/integration_endpoint_types.yml index 6c16753..888f361 100644 --- a/pkg/dist/integration_endpoint_types.yml +++ b/pkg/dist/integration_endpoint_types.yml @@ -203,6 +203,30 @@ external_aws_s3: type: string max_length: 2048 example: https://mybucket.s3-myregion.amazonaws.com/mydataset/ +external_azure_blob_storage: + type: object + required: + - connection_string + - container + properties: + blob_path: + title: Blob path + type: string + max_length: 1024 + pattern: ^(?!.{1025})/?[^/\n]*[^/.\n](?:/[^\n/]*[^/.\n]){0,253}$ + example: path/to/blob/file.csv + connection_string: + title: Azure Blob Storage connection string + type: string + max_length: 4096 + pattern: ^([a-zA-Z0-9]+)=([^;]+)(?:;([a-zA-Z0-9]+)=([^;]+))*(;)?$ + example: AccountName=IDENT;AccountKey=SECRET + _secure: true + container: + title: Container + type: string + max_length: 256 + example: container-dev external_clickhouse: type: object required: diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 9636217..3284ed8 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -1584,6 +1584,11 @@ grafana: description: Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering. type: boolean example: false + dashboard_scenes_enabled: + title: Enable scenes renderer for dashboards + description: Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/ + type: boolean + example: false dashboards_min_refresh_interval: title: Minimum refresh interval description: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h