Skip to content

Commit

Permalink
typo: migrate/resource-manager/Microsoft.Migrate (#4716)
Browse files Browse the repository at this point in the history
- Wheter -> Whether
- assesment -> assessment
- identiefier -> identifier
- estimnate -> estimate
  • Loading branch information
nschonni authored and sergey-shandar committed Dec 3, 2018
1 parent 129d712 commit 038c5a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit 038c5a3

Please sign in to comment.