ccs-digitalmarketplace-frameworks 5.1.42 → 5.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +1 -0
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/metricsHostingFocus.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/metricsResourceTagging.yml +19 -0
- package/frameworks/g-cloud-15/questions/services/metricsSoftware.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/multiqMetricsHosting.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/multiqMetricsSoftware.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/qualityManagementSystem.yml +18 -0
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: resource tagging
|
|
2
|
+
|
|
3
|
+
question: Does your solution support resource tagging?
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
- isaas
|
|
13
|
+
- saas
|
|
14
|
+
|
|
15
|
+
type: boolean
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
message: Please select Yes or No to continue.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Quality management systems (QMS)
|
|
2
|
+
|
|
3
|
+
question: Do you have a quality management system?
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
type: boolean
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: Please select Yes or No to continue.
|