Skip to content

Commit 9ce287a

Browse files
committed
Rename allowedFormats and allowedNames parameters to listOfAllowedFormats and listOfAllowedNames in policy assignments and initiatives for consistency
1 parent 078d650 commit 9ce287a

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

policyAssignments/dev/pa-d-cog-service.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"COG-005_Effect": {
2626
"value": "Deny"
2727
},
28-
"COG-005_allowedFormats": {
28+
"COG-005_listOfAllowedFormats": {
2929
"value": [
3030
"xAI",
3131
"OpenAI"
@@ -34,7 +34,7 @@
3434
"COG-006_Effect": {
3535
"value": "Deny"
3636
},
37-
"COG-006_allowedNames": {
37+
"COG-006_listOfAllowedNames": {
3838
"value": [
3939
"gpt-4.1",
4040
"gpt-5.4",
@@ -44,7 +44,7 @@
4444
"COG-007_Effect": {
4545
"value": "Deny"
4646
},
47-
"COG-007_allowedNames": {
47+
"COG-007_listOfAllowedNames": {
4848
"value": [
4949
"grok-4-20-reasoning"
5050
]

policyAssignments/prod/pa-p-cog-service.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"COG-005_Effect": {
2626
"value": "Deny"
2727
},
28-
"COG-005_allowedFormats": {
28+
"COG-005_listOfAllowedFormats": {
2929
"value": [
3030
"xAI",
3131
"OpenAI"
@@ -34,7 +34,7 @@
3434
"COG-006_Effect": {
3535
"value": "Deny"
3636
},
37-
"COG-006_allowedNames": {
37+
"COG-006_listOfAllowedNames": {
3838
"value": [
3939
"gpt-4.1",
4040
"gpt-5.4",
@@ -44,7 +44,7 @@
4444
"COG-007_Effect": {
4545
"value": "Deny"
4646
},
47-
"COG-007_allowedNames": {
47+
"COG-007_listOfAllowedNames": {
4848
"value": [
4949
"grok-4-20-reasoning"
5050
]

policyInitiatives/polset-cognitive-service.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
],
7676
"defaultValue": "Deny"
7777
},
78-
"COG-005_allowedFormats": {
78+
"COG-005_listOfAllowedFormats": {
7979
"type": "Array",
8080
"defaultValue": [],
8181
"metadata": {
@@ -96,7 +96,7 @@
9696
],
9797
"defaultValue": "Deny"
9898
},
99-
"COG-006_allowedNames": {
99+
"COG-006_listOfAllowedNames": {
100100
"type": "Array",
101101
"defaultValue": [],
102102
"metadata": {
@@ -117,7 +117,7 @@
117117
],
118118
"defaultValue": "Deny"
119119
},
120-
"COG-007_allowedNames": {
120+
"COG-007_listOfAllowedNames": {
121121
"type": "Array",
122122
"defaultValue": [],
123123
"metadata": {
@@ -215,8 +215,8 @@
215215
"effect": {
216216
"value": "[parameters('COG-005_Effect')]"
217217
},
218-
"allowedFormats": {
219-
"value": "[parameters('COG-005_allowedFormats')]"
218+
"listOfAllowedFormats": {
219+
"value": "[parameters('COG-005_listOfAllowedFormats')]"
220220
}
221221
},
222222
"groupNames": [
@@ -234,8 +234,8 @@
234234
"modelFormat": {
235235
"value": "OpenAI"
236236
},
237-
"allowedNames": {
238-
"value": "[parameters('COG-006_allowedNames')]"
237+
"listOfAllowedNames": {
238+
"value": "[parameters('COG-006_listOfAllowedNames')]"
239239
}
240240
},
241241
"groupNames": [
@@ -253,8 +253,8 @@
253253
"modelFormat": {
254254
"value": "xAI"
255255
},
256-
"allowedNames": {
257-
"value": "[parameters('COG-006_allowedNames')]"
256+
"listOfAllowedNames": {
257+
"value": "[parameters('COG-007_listOfAllowedNames')]"
258258
}
259259
},
260260
"groupNames": [

0 commit comments

Comments
 (0)