|
2848 | 2848 | ], |
2849 | 2849 | "operationId": "Resources_MoveResources", |
2850 | 2850 | "summary": "Moves resources from one resource group to another resource group.", |
2851 | | - "description": "The resources to move must be in the same source resource group. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and delete operations are blocked on the groups until the move completes. ", |
| 2851 | + "description": "The resources to be moved must be in the same source resource group in the source subscription being used. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and delete operations are blocked on the groups until the move completes. ", |
2852 | 2852 | "parameters": [ |
2853 | 2853 | { |
2854 | 2854 | "name": "sourceResourceGroupName", |
2855 | 2855 | "in": "path", |
2856 | 2856 | "required": true, |
2857 | 2857 | "type": "string", |
2858 | | - "description": "The name of the resource group containing the resources to move.", |
| 2858 | + "description": "The name of the resource group from the source subscription containing the resources to be moved.", |
2859 | 2859 | "pattern": "^[-\\w\\._\\(\\)]+$", |
2860 | 2860 | "minLength": 1, |
2861 | 2861 | "maxLength": 90 |
|
2900 | 2900 | ], |
2901 | 2901 | "operationId": "Resources_ValidateMoveResources", |
2902 | 2902 | "summary": "Validates whether resources can be moved from one resource group to another resource group.", |
2903 | | - "description": "This operation checks whether the specified resources can be moved to the target. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. If validation succeeds, it returns HTTP response code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an error message. Retrieve the URL in the Location header value to check the result of the long-running operation.", |
| 2903 | + "description": "This operation checks whether the specified resources can be moved to the target. The resources to be moved must be in the same source resource group in the source subscription being used. The target resource group may be in a different subscription. If validation succeeds, it returns HTTP response code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an error message. Retrieve the URL in the Location header value to check the result of the long-running operation.", |
2904 | 2904 | "parameters": [ |
2905 | 2905 | { |
2906 | 2906 | "name": "sourceResourceGroupName", |
2907 | 2907 | "in": "path", |
2908 | 2908 | "required": true, |
2909 | 2909 | "type": "string", |
2910 | | - "description": "The name of the resource group containing the resources to validate for move.", |
| 2910 | + "description": "The name of the resource group from the source subscription containing the resources to be validated for move.", |
2911 | 2911 | "pattern": "^[-\\w\\._\\(\\)]+$", |
2912 | 2912 | "minLength": 1, |
2913 | 2913 | "maxLength": 90 |
|
6603 | 6603 | "in": "path", |
6604 | 6604 | "required": true, |
6605 | 6605 | "type": "string", |
6606 | | - "description": "The ID of the target subscription." |
| 6606 | + "description": "The Microsoft Azure subscription ID." |
6607 | 6607 | }, |
6608 | 6608 | "DeploymentNameParameter": { |
6609 | 6609 | "name": "deploymentName", |
|
0 commit comments