You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(patner-center-sell): remove required flag on tag fields (IBM-Cloud#6055)
* feat(partner center sell): tags not required on plans and deployments and not needed sensitive flag removed
Signed-off-by: Peter Harasztia <[email protected]>
* feat(partner center sell): refactor
Signed-off-by: Peter Harasztia <[email protected]>
* feat(partner center sell): restore eployment tests
Signed-off-by: Peter Harasztia <[email protected]>
* feat(partner center sell): restore sum and mof files
Signed-off-by: Peter Harasztia <[email protected]>
* fix buidl fail
Signed-off-by: Peter Harasztia <[email protected]>
---------
Signed-off-by: Peter Harasztia <[email protected]>
| disabled | Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled. |`bool`| true |
113
113
| kind | The kind of the global catalog object. |`string`| true |
114
114
| overview_ui | The object that contains the service details from the Overview page in global catalog. | `` | false |
115
-
| tags | A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog. |`list(string)`|true|
115
+
| tags | A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog. |`list(string)`|false|
116
116
| object_provider | The provider or owner of the product. | `` | true |
| disabled | Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled. |`bool`| true |
159
159
| kind | The kind of the global catalog object. |`string`| true |
160
160
| overview_ui | The object that contains the service details from the Overview page in global catalog. | `` | false |
161
-
| tags | A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog. |`list(string)`|true|
161
+
| tags | A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog. |`list(string)`|false|
162
162
| pricing_tags | A list of tags that carry information about the pricing information of your product. |`list(string)`| false |
163
163
| object_provider | The provider or owner of the product. | `` | true |
164
164
| metadata | Global catalog plan metadata. | `` | false |
0 commit comments