ccs-digitalmarketplace-frameworks 4.11.5 → 4.11.6
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 +2 -1
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +2 -1
- package/frameworks/g-cloud-15/metadata/copy_services.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/independenceOfResources.yml +19 -0
- package/package.json +1 -1
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
- name: Scaling
|
|
60
60
|
editable: True
|
|
61
61
|
questions:
|
|
62
|
+
- independenceOfResources
|
|
62
63
|
- multiqUsageNotifications
|
|
63
64
|
|
|
64
65
|
- name: Data-in-transit protection
|
|
@@ -111,4 +112,4 @@
|
|
|
111
112
|
- serviceDefinitionDocumentURL
|
|
112
113
|
- termsAndConditionsDocumentURL
|
|
113
114
|
- pricingDocumentURL
|
|
114
|
-
- sfiaRateDocumentURL
|
|
115
|
+
- sfiaRateDocumentURL
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
editable: False
|
|
75
75
|
edit_questions: True
|
|
76
76
|
questions:
|
|
77
|
+
- independenceOfResources
|
|
77
78
|
- multiqUsageNotifications
|
|
78
79
|
|
|
79
80
|
- name: Data-in-transit protection
|
|
@@ -134,4 +135,4 @@
|
|
|
134
135
|
- serviceDefinitionDocumentURL
|
|
135
136
|
- termsAndConditionsDocumentURL
|
|
136
137
|
- pricingDocumentURL
|
|
137
|
-
- sfiaRateDocumentURL
|
|
138
|
+
- sfiaRateDocumentURL
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Independence of resources
|
|
2
|
+
question: How do you guarantee users aren’t affected by the demand other users are placing on your service?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: textbox_large
|
|
11
|
+
max_length_in_words: 100
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
- name: answer_required
|
|
15
|
+
message: Enter description.
|
|
16
|
+
- name: under_100_words
|
|
17
|
+
message: Description must be 100 words or fewer.
|
|
18
|
+
- name: under_character_limit
|
|
19
|
+
message: Description must be 1000 characters or fewer.
|