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: operationsmanagement/resource-manager/Microsoft.OperationsManagement #4725

Merged
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 @@ -33,7 +33,7 @@
}
}
},
"paths": {
"paths": {
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}": {
"put": {
"tags": [
Expand All @@ -52,7 +52,7 @@
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand Down Expand Up @@ -101,7 +101,7 @@
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
},
{
"$ref": "#/parameters/SolutionNameParameter"
},
Expand All @@ -124,7 +124,7 @@
"get": {
"tags": [
"Solution"
],
],
"operationId": "Solutions_Get",
"x-ms-examples": {
"SolutionGet": { "$ref": "./examples/SolutionGet.json" }
Expand All @@ -137,7 +137,7 @@
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
},
{
"$ref": "#/parameters/SolutionNameParameter"
},
Expand Down Expand Up @@ -165,7 +165,7 @@
"get": {
"tags": [
"Solution"
],
],
"operationId": "Solutions_ListByResourceGroup",
"x-ms-examples": {
"SolutionList": { "$ref": "./examples/SolutionList.json" }
Expand Down Expand Up @@ -203,7 +203,7 @@
"get": {
"tags": [
"Solution"
],
],
"operationId": "Solutions_ListBySubscription",
"x-ms-examples": {
"SolutionList": { "$ref": "./examples/SolutionListForSubscription.json" }
Expand All @@ -213,7 +213,7 @@
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand All @@ -238,17 +238,17 @@
"get": {
"tags": [
"ManagementAssociation"
],
],
"operationId": "ManagementAssociations_ListBySubscription",
"x-ms-examples": {
"SolutionList": { "$ref": "./examples/ManagementAssociationListForSubscription.json" }
},
"summary": "Retrieves the ManagementAssociatons list for the subscription",
"description": "Retrieves the ManagementAssociatons list.",
"summary": "Retrieves the ManagementAssociations list for the subscription",
"description": "Retrieves the ManagementAssociations list.",
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -286,7 +286,7 @@
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand Down Expand Up @@ -352,7 +352,7 @@
},
{
"$ref": "#/parameters/ResourceNameParameter"
},
},
{
"$ref": "#/parameters/ManagementAssociationNameParameter"
},
Expand All @@ -375,7 +375,7 @@
"get": {
"tags": [
"ManagementAssociation"
],
],
"operationId": "ManagementAssociations_Get",
"x-ms-examples": {
"SolutionGet": { "$ref": "./examples/ManagementAssociationGet.json" }
Expand All @@ -397,7 +397,7 @@
},
{
"$ref": "#/parameters/ResourceNameParameter"
},
},
{
"$ref": "#/parameters/ManagementAssociationNameParameter"
},
Expand Down Expand Up @@ -425,7 +425,7 @@
"get": {
"tags": [
"ManagementConfiguration"
],
],
"operationId": "ManagementConfigurations_ListBySubscription",
"x-ms-examples": {
"SolutionList": { "$ref": "./examples/ManagementConfigurationListForSubscription.json" }
Expand All @@ -435,7 +435,7 @@
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -473,7 +473,7 @@
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand Down Expand Up @@ -521,7 +521,7 @@
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
},
{
"$ref": "#/parameters/ManagementConfigurationNameParameter"
},
Expand All @@ -544,7 +544,7 @@
"get": {
"tags": [
"ManagementConfiguration"
],
],
"operationId": "ManagementConfigurations_Get",
"x-ms-examples": {
"SolutionGet": { "$ref": "./examples/ManagementConfigurationGet.json" }
Expand All @@ -557,7 +557,7 @@
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
},
{
"$ref": "#/parameters/ManagementConfigurationNameParameter"
},
Expand Down Expand Up @@ -607,7 +607,7 @@
"x-ms-pageable": {
"nextLinkName": null
}
}
}
}
},
"definitions": {
Expand All @@ -624,7 +624,7 @@
}
},
"Operation": {
"description": "Supported operation of OperationsManagement resource provider.",
"description": "Supported operation of OperationsManagement resource provider.",
"properties": {
"name": {
"description": "Operation name: {provider}/{resource}/{operation}",
Expand Down Expand Up @@ -667,15 +667,15 @@
"type":"string",
"description":"the azure resourceId of the resource."
},
"description": "The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted."
"description": "The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted."
},
"referencedResources": {
"type": "array",
"items":{
"type":"string",
"description":"the azure resourceId of the resource."
},
"description": "The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution."
"description": "The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution."
}
},
"required": [
Expand All @@ -689,7 +689,7 @@
"applicationId": {
"type": "string",
"description": "The applicationId of the appliance for this association."
}
}
},
"required": [
"applicationId"
Expand Down Expand Up @@ -738,7 +738,7 @@
"items":{
"$ref":"#/definitions/Solution"
},
"description":"List of solution properites within the subscription."
"description":"List of solution properties within the subscription."
}
},
"description":"the list of solution response"
Expand All @@ -750,7 +750,7 @@
"items":{
"$ref":"#/definitions/ManagementAssociation"
},
"description":"List of Management Association properites within the subscription."
"description":"List of Management Association properties within the subscription."
}
},
"description":"the list of ManagementAssociation response"
Expand All @@ -762,7 +762,7 @@
"items":{
"$ref":"#/definitions/ManagementConfiguration"
},
"description":"List of Management Configuration properites within the subscription."
"description":"List of Management Configuration properties within the subscription."
}
},
"description":"the list of ManagementConfiguration response"
Expand Down Expand Up @@ -810,14 +810,14 @@
"description": "Resource location"
},
"plan":{
"description": "Plan for solution object supported by the OperationsManagement resource provider.",
"description": "Plan for solution object supported by the OperationsManagement resource provider.",
"$ref":"#/definitions/SolutionPlan"
},
"properties": {
"description": "Properties for solution object supported by the OperationsManagement resource provider.",
"$ref": "#/definitions/SolutionProperties"
}
},
"description": "Properties for solution object supported by the OperationsManagement resource provider.",
"$ref": "#/definitions/SolutionProperties"
}
},
"description": "The container for solution.",
"x-ms-azure-resource": true
},
Expand All @@ -841,12 +841,12 @@
"location": {
"type": "string",
"description": "Resource location"
},
},
"properties": {
"description": "Properties for ManagementAssociation object supported by the OperationsManagement resource provider.",
"$ref": "#/definitions/ManagementAssociationProperties"
}
},
"description": "Properties for ManagementAssociation object supported by the OperationsManagement resource provider.",
"$ref": "#/definitions/ManagementAssociationProperties"
}
},
"description": "The container for solution.",
"x-ms-azure-resource": true
},
Expand All @@ -870,12 +870,12 @@
"location": {
"type": "string",
"description": "Resource location"
},
},
"properties": {
"description": "Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.",
"$ref": "#/definitions/ManagementConfigurationProperties"
}
},
"description": "Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.",
"$ref": "#/definitions/ManagementConfigurationProperties"
}
},
"description": "The container for solution.",
"x-ms-azure-resource": true
},
Expand Down Expand Up @@ -910,7 +910,7 @@
}
},
"description": "The error body contract."
}
}
},
"parameters": {
"SubscriptionIdParameter": {
Expand Down Expand Up @@ -985,6 +985,6 @@
"type": "string",
"description": "Parent resource name.",
"x-ms-parameter-location": "client"
}
}
}
}