Skip to content
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 @@ -2215,7 +2215,7 @@
"required": [
"uri"
],
"description": "Entity representing the reference to the deployment paramaters."
"description": "Entity representing the reference to the deployment parameters."
},
"DeploymentProperties": {
"properties": {
Expand Down Expand Up @@ -2411,7 +2411,7 @@
},
"outputs": {
"type": "object",
"description": "Gets or sets key/value pairs that represent deploymentoutput."
"description": "Gets or sets key/value pairs that represent deployment output."
},
"providers": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@
"required": [
"uri"
],
"description": "Entity representing the reference to the deployment paramaters."
"description": "Entity representing the reference to the deployment parameters."
},
"DeploymentProperties": {
"properties": {
Expand Down Expand Up @@ -1946,7 +1946,7 @@
},
"outputs": {
"type": "object",
"description": "Key/value pairs that represent deploymentoutput."
"description": "Key/value pairs that represent deployment output."
},
"providers": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@
"required": [
"uri"
],
"description": "Entity representing the reference to the deployment paramaters."
"description": "Entity representing the reference to the deployment parameters."
},
"DeploymentProperties": {
"properties": {
Expand Down Expand Up @@ -1954,7 +1954,7 @@
},
"outputs": {
"type": "object",
"description": "Key/value pairs that represent deploymentoutput."
"description": "Key/value pairs that represent deployment output."
},
"providers": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The filter to apply on the list resource links operation. The supported filter for list resource links is targetid. For example, $filter=targetid eq {value}"
"description": "The filter to apply on the list resource links operation. The supported filter for list resource links is targetId. For example, $filter=targetId eq {value}"
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
],
"responses": {
"200": {
"description": "OK - Returns informatin about the resource provider.",
"description": "OK - Returns information about the resource provider.",
"schema": {
"$ref": "#/definitions/Provider"
}
Expand Down Expand Up @@ -932,7 +932,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group containing the rsources to move.",
"description": "The name of the resource group containing the resources to move.",
"pattern": "^[-\\w\\._\\(\\)]+$",
"minLength": 1,
"maxLength": 90
Expand Down Expand Up @@ -1945,7 +1945,7 @@
"required": [
"uri"
],
"description": "Entity representing the reference to the deployment paramaters."
"description": "Entity representing the reference to the deployment parameters."
},
"DeploymentProperties": {
"properties": {
Expand Down Expand Up @@ -2201,7 +2201,7 @@
},
"outputs": {
"type": "object",
"description": "Key/value pairs that represent deploymentoutput."
"description": "Key/value pairs that represent deployment output."
},
"providers": {
"type": "array",
Expand Down Expand Up @@ -2466,7 +2466,7 @@
},
"location": {
"type": "string",
"description": "The location of the resource group. It cannot be changed after the resource group has been created. It muct be one of the supported Azure locations."
"description": "The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations."
},
"managedBy": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
],
"responses": {
"200": {
"description": "OK - Returns informatin about the resource provider.",
"description": "OK - Returns information about the resource provider.",
"schema": {
"$ref": "#/definitions/Provider"
}
Expand Down Expand Up @@ -1994,7 +1994,7 @@
"required": [
"uri"
],
"description": "Entity representing the reference to the deployment paramaters."
"description": "Entity representing the reference to the deployment parameters."
},
"DeploymentProperties": {
"properties": {
Expand Down Expand Up @@ -2251,7 +2251,7 @@
},
"outputs": {
"type": "object",
"description": "Key/value pairs that represent deploymentoutput."
"description": "Key/value pairs that represent deployment output."
},
"providers": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
],
"responses": {
"200": {
"description": "OK - Returns informatin about the resource provider.",
"description": "OK - Returns information about the resource provider.",
"schema": {
"$ref": "#/definitions/Provider"
}
Expand Down Expand Up @@ -1994,7 +1994,7 @@
"required": [
"uri"
],
"description": "Entity representing the reference to the deployment paramaters."
"description": "Entity representing the reference to the deployment parameters."
},
"DeploymentProperties": {
"properties": {
Expand Down Expand Up @@ -2255,7 +2255,7 @@
},
"outputs": {
"type": "object",
"description": "Key/value pairs that represent deploymentoutput."
"description": "Key/value pairs that represent deployment output."
},
"providers": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
],
"responses": {
"200": {
"description": "OK - Returns informatin about the resource provider.",
"description": "OK - Returns information about the resource provider.",
"schema": {
"$ref": "#/definitions/Provider"
}
Expand Down Expand Up @@ -2422,7 +2422,7 @@
"required": [
"uri"
],
"description": "Entity representing the reference to the deployment paramaters."
"description": "Entity representing the reference to the deployment parameters."
},
"DeploymentProperties": {
"properties": {
Expand Down Expand Up @@ -2687,7 +2687,7 @@
},
"outputs": {
"type": "object",
"description": "Key/value pairs that represent deploymentoutput."
"description": "Key/value pairs that represent deployment output."
},
"providers": {
"type": "array",
Expand Down