Skip to content

[IDP-592] Add owner field to Platform Integrations integrations #21000

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions citrix_hypervisor/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check failure on line 1 in citrix_hypervisor/manifest.json

View check run for this annotation

datadog-assets / validate-manifests

Error in manifests

{'owner': ['Unknown field']}
"manifest_version": "2.0.0",
"app_uuid": "cf4ad6ea-85ae-4f7d-8e79-7b8d36924425",
"app_id": "citrix-hypervisor",
"owner": "platform-integrations",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
Expand Down
1 change: 1 addition & 0 deletions cloudera/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check failure on line 1 in cloudera/manifest.json

View check run for this annotation

datadog-assets / validate-manifests

Error in manifests

{'owner': ['Unknown field']}
"manifest_version": "2.0.0",
"app_uuid": "526ca1e8-f474-49cd-9a79-6cfe75de15fe",
"app_id": "cloudera",
"owner": "platform-integrations",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
Expand Down
1 change: 1 addition & 0 deletions esxi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check failure on line 1 in esxi/manifest.json

View check run for this annotation

datadog-assets / validate-manifests

Error in manifests

{'owner': ['Unknown field']}
"manifest_version": "2.0.0",
"app_uuid": "f2ab45c5-284e-4487-a54a-1f44b52ef01e",
"app_id": "esxi",
"owner": "platform-integrations",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
Expand Down
1 change: 1 addition & 0 deletions openshift/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check failure on line 1 in openshift/manifest.json

View check run for this annotation

datadog-assets / validate-manifests

Error in manifests

{'owner': ['Unknown field']}
"manifest_version": "2.0.0",
"app_uuid": "e92e309f-7bdc-4ff4-91d4-975497526325",
"app_id": "openshift",
"owner": "platform-integrations",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
Expand Down
1 change: 1 addition & 0 deletions openstack/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check failure on line 1 in openstack/manifest.json

View check run for this annotation

datadog-assets / validate-manifests

Error in manifests

{'owner': ['Unknown field']}
"manifest_version": "2.0.0",
"app_uuid": "38f1f51e-9f6a-49fc-84d5-358bde9e3782",
"app_id": "openstack",
"owner": "platform-integrations",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
Expand Down
1 change: 1 addition & 0 deletions teleport/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check failure on line 1 in teleport/manifest.json

View check run for this annotation

datadog-assets / validate-manifests

Error in manifests

{'owner': ['Unknown field']}
"manifest_version": "2.0.0",
"app_uuid": "e47d5541-de7d-4ce6-8105-03c6dac5852a",
"app_id": "teleport",
"owner": "platform-integrations",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
Expand Down
1 change: 1 addition & 0 deletions vsphere/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check failure on line 1 in vsphere/manifest.json

View check run for this annotation

datadog-assets / validate-manifests

Error in manifests

{'owner': ['Unknown field']}
"manifest_version": "2.0.0",
"app_uuid": "d9b9104f-ffd1-42be-8e18-d8a3aa289b98",
"app_id": "vsphere",
"owner": "platform-integrations",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
Expand Down
Loading