Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: migrate/resource-manager/Microsoft.Migrate #4716

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"Completed",
"Invalid"
],
"description": "Wheter the assessment has been created and is valid.",
"description": "Whether the assessment has been created and is valid.",
"readOnly": true,
"x-ms-enum": {
"name": "AssessmentStatus",
Expand Down Expand Up @@ -2375,7 +2375,7 @@
"description": "Not authorized (No access to subscription, resource group, or project)."
},
"404": {
"description": "Not found (Invalid subscriptionId, resourceGroupName, projectName, or assesmentName)."
"description": "Not found (Invalid subscriptionId, resourceGroupName, projectName, or assessmentName)."
},
"500": {
"description": "Internal Server Error."
Expand All @@ -2392,7 +2392,7 @@
},
"put": {
"summary": "Create or Update assessment.",
"description": "Create a new assessment with the given name and the specified settings. Since name of an assessment in a project is a unique identiefier, if an assessment with the name provided already exists, then the existing assessment is updated.\n\nAny PUT operation, resulting in either create or update on an assessment, will cause the assessment to go in a \"InProgress\" state. This will be indicated by the field 'computationState' on the Assessment object. During this time no other PUT operation will be allowed on that assessment object, nor will a Delete operation. Once the computation for the assessment is complete, the field 'computationState' will be updated to 'Ready', and then other PUT or DELETE operations can happen on the assessment.\n\nWhen assessment is under computation, any PUT will lead to a 400 - Bad Request error.\n",
"description": "Create a new assessment with the given name and the specified settings. Since name of an assessment in a project is a unique identifier, if an assessment with the name provided already exists, then the existing assessment is updated.\n\nAny PUT operation, resulting in either create or update on an assessment, will cause the assessment to go in a \"InProgress\" state. This will be indicated by the field 'computationState' on the Assessment object. During this time no other PUT operation will be allowed on that assessment object, nor will a Delete operation. Once the computation for the assessment is complete, the field 'computationState' will be updated to 'Ready', and then other PUT or DELETE operations can happen on the assessment.\n\nWhen assessment is under computation, any PUT will lead to a 400 - Bad Request error.\n",
"operationId": "Assessments_Create",
"parameters": [
{
Expand Down Expand Up @@ -2657,7 +2657,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}": {
"get": {
"summary": "Get an assessed machine.",
"description": "Get an assessed machine with its size & cost estimnate that was evaluated in the specified assessment.",
"description": "Get an assessed machine with its size & cost estimate that was evaluated in the specified assessment.",
"operationId": "AssessedMachines_Get",
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
"Completed",
"Invalid"
],
"description": "Wheter the assessment has been created and is valid.",
"description": "Whether the assessment has been created and is valid.",
"readOnly": true,
"x-ms-enum": {
"name": "AssessmentStatus",
Expand Down Expand Up @@ -2756,7 +2756,7 @@
},
"put": {
"summary": "Create or Update assessment.",
"description": "Create a new assessment with the given name and the specified settings. Since name of an assessment in a project is a unique identiefier, if an assessment with the name provided already exists, then the existing assessment is updated.\n\nAny PUT operation, resulting in either create or update on an assessment, will cause the assessment to go in a \"InProgress\" state. This will be indicated by the field 'computationState' on the Assessment object. During this time no other PUT operation will be allowed on that assessment object, nor will a Delete operation. Once the computation for the assessment is complete, the field 'computationState' will be updated to 'Ready', and then other PUT or DELETE operations can happen on the assessment.\n\nWhen assessment is under computation, any PUT will lead to a 400 - Bad Request error.\n",
"description": "Create a new assessment with the given name and the specified settings. Since name of an assessment in a project is a unique identifier, if an assessment with the name provided already exists, then the existing assessment is updated.\n\nAny PUT operation, resulting in either create or update on an assessment, will cause the assessment to go in a \"InProgress\" state. This will be indicated by the field 'computationState' on the Assessment object. During this time no other PUT operation will be allowed on that assessment object, nor will a Delete operation. Once the computation for the assessment is complete, the field 'computationState' will be updated to 'Ready', and then other PUT or DELETE operations can happen on the assessment.\n\nWhen assessment is under computation, any PUT will lead to a 400 - Bad Request error.\n",
"operationId": "Assessments_Create",
"parameters": [
{
Expand Down Expand Up @@ -2994,7 +2994,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}": {
"get": {
"summary": "Get an assessed machine.",
"description": "Get an assessed machine with its size & cost estimnate that was evaluated in the specified assessment.",
"description": "Get an assessed machine with its size & cost estimate that was evaluated in the specified assessment.",
"operationId": "AssessedMachines_Get",
"parameters": [
{
Expand Down