Skip to content

Commit

Permalink
change the user segment name replicationProtectedItemName to replicat…
Browse files Browse the repository at this point in the history
…edProtectedItemName to keep consistency. (#21207)
  • Loading branch information
ziyeqf authored Nov 14, 2022
1 parent 9fb0f10 commit 3be3d0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4460,7 +4460,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicationProtectedItemName}/updateMobilityService": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/updateMobilityService": {
"post": {
"tags": [
"ReplicationProtectedItems"
Expand Down Expand Up @@ -4502,7 +4502,7 @@
"type": "string"
},
{
"name": "replicationProtectedItemName",
"name": "replicatedProtectedItemName",
"in": "path",
"description": "The name of the protected item on which the agent is to be updated.",
"required": true,
Expand Down

0 comments on commit 3be3d0f

Please sign in to comment.