ccs-digitalmarketplace-frameworks 5.1.47 → 5.1.48
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/questions/services/{metricsFocus.yml → metricsFocusResourceTagging.yml} +1 -2
- package/frameworks/g-cloud-15/questions/services/metricsHosting.yml +5 -0
- package/frameworks/g-cloud-15/questions/services/metricsHostingHow.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/metricsHostingWhat.yml +1 -1
- package/frameworks/g-cloud-15/questions/services/metricsHostingWhatOther.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/metricsSoftware.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/multiqMetricsHosting.yml +1 -2
- package/frameworks/g-cloud-15/questions/services/multiqMetricsSoftware.yml +2 -1
- package/package.json +1 -1
- package/frameworks/g-cloud-15/questions/services/metricsHostingFocus.yml +0 -26
|
@@ -7,6 +7,7 @@ question: Do you provide infrastructure or application metrics?
|
|
|
7
7
|
depends:
|
|
8
8
|
- 'on': lot
|
|
9
9
|
being:
|
|
10
|
+
- iaas-and-paas
|
|
10
11
|
- iaas-and-paas-above-official
|
|
11
12
|
|
|
12
13
|
followup:
|
|
@@ -14,6 +15,10 @@ followup:
|
|
|
14
15
|
- true
|
|
15
16
|
metricsHow:
|
|
16
17
|
- true
|
|
18
|
+
metricsResourceTagging:
|
|
19
|
+
- true
|
|
20
|
+
metricsFocusResourceTagging:
|
|
21
|
+
- true
|
|
17
22
|
|
|
18
23
|
type: boolean
|
|
19
24
|
|
package/package.json
CHANGED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
id: metrics
|
|
2
|
-
|
|
3
|
-
name: Infrastructure or application metrics
|
|
4
|
-
|
|
5
|
-
question: Do you provide infrastructure or application metrics?
|
|
6
|
-
|
|
7
|
-
depends:
|
|
8
|
-
- 'on': lot
|
|
9
|
-
being:
|
|
10
|
-
- iaas-and-paas
|
|
11
|
-
|
|
12
|
-
followup:
|
|
13
|
-
metricsWhat:
|
|
14
|
-
- true
|
|
15
|
-
metricsHow:
|
|
16
|
-
- true
|
|
17
|
-
metricsFocus:
|
|
18
|
-
- true
|
|
19
|
-
metricsResourceTagging:
|
|
20
|
-
- true
|
|
21
|
-
|
|
22
|
-
type: boolean
|
|
23
|
-
|
|
24
|
-
validations:
|
|
25
|
-
- name: answer_required
|
|
26
|
-
message: Select yes if you provide infrastructure or application metrics.
|