Skip to content

Commit 6f6c229

Browse files
authored
chore: 'description' attribute removed from the individual variation architecture for the DA (#109)
Co-authored-by: akocbek <akocbek>
1 parent 2fe9063 commit 6f6c229

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

ibm_catalog.json

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@
6262
},
6363
"iam_permissions": [
6464
{
65-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Editor"],
65+
"role_crns": [
66+
"crn:v1:bluemix:public:iam::::role:Editor"
67+
],
6668
"service_name": "data-science-experience"
6769
},
6870
{
69-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Editor"],
71+
"role_crns": [
72+
"crn:v1:bluemix:public:iam::::role:Editor"
73+
],
7074
"service_name": "pm-20"
7175
},
7276
{
@@ -78,7 +82,6 @@
7882
}
7983
],
8084
"architecture": {
81-
"descriptions": "This architecture creates and configures an IBM watsonx.ai Project.",
8285
"features": [
8386
{
8487
"title": "Creates an instance of IBM watsonx.ai Studio",
@@ -286,9 +289,13 @@
286289
{
287290
"name": "deploy-arch-ibm-account-infra-base",
288291
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
289-
"flavors": ["resource-group-only"],
292+
"flavors": [
293+
"resource-group-only"
294+
],
290295
"id": "63641cec-6093-4b4f-b7b0-98d2f4185cd6-global",
291-
"ignore_auto_referencing": ["*"],
296+
"ignore_auto_referencing": [
297+
"*"
298+
],
292299
"input_mapping": [
293300
{
294301
"dependency_output": "global_resource_group_name",
@@ -317,11 +324,15 @@
317324
"name": "testing-deploy-arch-ibm-kms",
318325
"id": "85fdbd7a-8c77-4abd-b716-653a31f3aba9-global",
319326
"version": "^1.0.6",
320-
"flavors": ["standard"],
327+
"flavors": [
328+
"standard"
329+
],
321330
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
322331
"optional": true,
323332
"on_by_default": true,
324-
"ignore_auto_referencing": ["*"],
333+
"ignore_auto_referencing": [
334+
"*"
335+
],
325336
"input_mapping": [
326337
{
327338
"dependency_output": "kms_instance_crn",
@@ -347,11 +358,15 @@
347358
"name": "deploy-arch-ibm-cos",
348359
"id": "68921490-2778-4930-ac6d-bae7be6cd958-global",
349360
"version": "^v8.19.2",
350-
"flavors": ["instance"],
361+
"flavors": [
362+
"instance"
363+
],
351364
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
352365
"optional": true,
353366
"on_by_default": true,
354-
"ignore_auto_referencing": ["*"],
367+
"ignore_auto_referencing": [
368+
"*"
369+
],
355370
"input_mapping": [
356371
{
357372
"dependency_output": "cos_instance_id",
@@ -378,11 +393,15 @@
378393
"name": "testing-deploy-arch-ibm-observability",
379394
"id": "daf2cf91-2384-4205-b7f4-621299a4896d-global",
380395
"version": "^1.3.0",
381-
"flavors": ["standard"],
396+
"flavors": [
397+
"standard"
398+
],
382399
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
383400
"optional": true,
384401
"on_by_default": true,
385-
"ignore_auto_referencing": ["*"],
402+
"ignore_auto_referencing": [
403+
"*"
404+
],
386405
"input_mapping": [
387406
{
388407
"dependency_input": "prefix",

0 commit comments

Comments
 (0)