From 5816d4bb099b69eba1cb45084d7cceb51ad6bbfe Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 21 Mar 2025 11:08:38 -0400 Subject: [PATCH] [chore] Fix link to apphub api. (#2012) --- docs/attributes-registry/gcp.md | 8 ++++---- docs/resource/cloud-provider/gcp/apphub.md | 8 ++++---- model/gcp/registry.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/attributes-registry/gcp.md b/docs/attributes-registry/gcp.md index c5a7649bc..04365844a 100644 --- a/docs/attributes-registry/gcp.md +++ b/docs/attributes-registry/gcp.md @@ -24,13 +24,13 @@ This document defines attributes AppHub will apply to resources in GCP. See [App | `gcp.apphub.workload.environment_type` | string | Environment of a workload is the stage of a software lifecycle. [4] | `PRODUCTION`; `STAGING`; `TEST` | ![Development](https://img.shields.io/badge/-development-blue) | | `gcp.apphub.workload.id` | string | The name of the workload as configured in AppHub. | `my-workload` | ![Development](https://img.shields.io/badge/-development-blue) | -**[1] `gcp.apphub.service.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type) +**[1] `gcp.apphub.service.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) -**[2] `gcp.apphub.service.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type_1) +**[2] `gcp.apphub.service.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) -**[3] `gcp.apphub.workload.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type) +**[3] `gcp.apphub.workload.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) -**[4] `gcp.apphub.workload.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type_1) +**[4] `gcp.apphub.workload.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) --- diff --git a/docs/resource/cloud-provider/gcp/apphub.md b/docs/resource/cloud-provider/gcp/apphub.md index 0056f84de..414b12e02 100644 --- a/docs/resource/cloud-provider/gcp/apphub.md +++ b/docs/resource/cloud-provider/gcp/apphub.md @@ -59,9 +59,9 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour | [`gcp.apphub.service.environment_type`](/docs/attributes-registry/gcp.md) | string | Environment of a service is the stage of a software lifecycle. [2] | `PRODUCTION`; `STAGING`; `TEST` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) | | [`gcp.apphub.service.id`](/docs/attributes-registry/gcp.md) | string | The name of the service as configured in AppHub. | `my-service` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) | -**[1] `gcp.apphub.service.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type) +**[1] `gcp.apphub.service.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) -**[2] `gcp.apphub.service.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type_1) +**[2] `gcp.apphub.service.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) --- @@ -112,9 +112,9 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour | [`gcp.apphub.workload.environment_type`](/docs/attributes-registry/gcp.md) | string | Environment of a workload is the stage of a software lifecycle. [2] | `PRODUCTION`; `STAGING`; `TEST` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) | | [`gcp.apphub.workload.id`](/docs/attributes-registry/gcp.md) | string | The name of the workload as configured in AppHub. | `my-workload` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) | -**[1] `gcp.apphub.workload.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type) +**[1] `gcp.apphub.workload.criticality_type`:** [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) -**[2] `gcp.apphub.workload.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type_1) +**[2] `gcp.apphub.workload.environment_type`:** [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) --- diff --git a/model/gcp/registry.yaml b/model/gcp/registry.yaml index 10bc7b4cb..0ce4b48a7 100644 --- a/model/gcp/registry.yaml +++ b/model/gcp/registry.yaml @@ -93,7 +93,7 @@ groups: brief: > Environment of a service is the stage of a software lifecycle. note: > - [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type_1) + [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) - id: gcp.apphub.service.criticality_type type: members: @@ -117,7 +117,7 @@ groups: brief: > Criticality of a service indicates its importance to the business. note: > - [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type) + [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) - id: gcp.apphub.workload.id type: string stability: development @@ -147,7 +147,7 @@ groups: brief: > Environment of a workload is the stage of a software lifecycle. note: > - [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type_1) + [See AppHub environment type](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type_1) - id: gcp.apphub.workload.criticality_type type: members: @@ -171,7 +171,7 @@ groups: brief: > Criticality of a workload indicates its importance to the business. note: > - [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type) + [See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1/Attributes#type) - id: registry.gcp.gce type: attribute_group display_name: GCP - Google Compute Engine (GCE) Attributes