Skip to content

Commit

Permalink
remove unused property of MigrateResult in RP
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoshi committed May 30, 2023
1 parent d1d71f6 commit 503cb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3024,14 +3024,6 @@
"readOnly": true,
"description": "Arm resource id of the migrated profile",
"$ref": "#/definitions/ResourceReference"
},
"errors": {
"items": {
"description": "List of migration errors",
"$ref": "#/definitions/MigrationErrorType"
},
"type": "array",
"x-ms-identifiers": []
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"body": {
"migratedProfileResourceId": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1"
},
"errors": null
}
}
},
"202": {
Expand All @@ -29,8 +28,7 @@
"body": {
"migratedProfileResourceId": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1"
},
"errors": null
}
}
}
}
Expand Down

0 comments on commit 503cb11

Please sign in to comment.