Skip to content

Commit 4151fbc

Browse files
authored
[Cognitive Services] change PEC actionRequired to actionsRequired (#13066)
1 parent 4a48e38 commit 4151fbc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@
18861886
"type": "string",
18871887
"description": "The reason for approval/rejection of the connection."
18881888
},
1889-
"actionRequired": {
1889+
"actionsRequired": {
18901890
"type": "string",
18911891
"description": "A message indicating if changes on the service provider require any updates on the consumer."
18921892
}

specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/examples/GetPrivateEndpointConnection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"privateLinkServiceConnectionState": {
2121
"status": "Approved",
2222
"description": "Auto-Approved",
23-
"actionRequired": "None"
23+
"actionsRequired": "None"
2424
}
2525
}
2626
}

specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/examples/ListPrivateEndpointConnections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"privateLinkServiceConnectionState": {
2121
"status": "Approved",
2222
"description": "Auto-Approved",
23-
"actionRequired": "None"
23+
"actionsRequired": "None"
2424
}
2525
}
2626
}

specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/examples/PutPrivateEndpointConnection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"privateLinkServiceConnectionState": {
2929
"status": "Approved",
3030
"description": "Auto-Approved",
31-
"actionRequired": "None"
31+
"actionsRequired": "None"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)