Skip to content

Commit

Permalink
[Cognitive Services] change PEC actionRequired to actionsRequired (Az…
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyuan authored and mkarmark committed Jul 20, 2021
1 parent 4027ecd commit 861db4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@
"type": "string",
"description": "The reason for approval/rejection of the connection."
},
"actionRequired": {
"actionsRequired": {
"type": "string",
"description": "A message indicating if changes on the service provider require any updates on the consumer."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-Approved",
"actionRequired": "None"
"actionsRequired": "None"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-Approved",
"actionRequired": "None"
"actionsRequired": "None"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-Approved",
"actionRequired": "None"
"actionsRequired": "None"
}
}
}
Expand Down

0 comments on commit 861db4c

Please sign in to comment.