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

Adding xms-ids for Automation #17598

Merged
merged 4 commits into from
Mar 7, 2022
Merged
Show file tree
Hide file tree
Changes from 3 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 @@ -695,13 +695,20 @@
"items": {
"$ref": "#/definitions/DscReportError"
},
"x-ms-identifiers": [
"errorMessage",
"resourceId"
],
"description": "Gets or sets the errors for the node report."
},
"resources": {
"type": "array",
"items": {
"$ref": "#/definitions/DscReportResource"
},
"x-ms-identifiers": [
"resourceId"
],
"description": "Gets or sets the resource for the node report."
},
"metaConfiguration": {
Expand Down Expand Up @@ -753,6 +760,9 @@
"items": {
"$ref": "#/definitions/DscReportResourceNavigation"
},
"x-ms-identifiers": [
"resourceId"
],
"description": "Gets or sets the Resource Navigation values for resources the resource depends on."
},
"moduleName": {
Expand Down Expand Up @@ -917,7 +927,10 @@
"description": "Gets or sets the list of extensionHandler properties for a Node.",
"items": {
"$ref": "#/definitions/DscNodeExtensionHandlerAssociationProperty"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"items": {
"$ref": "#/definitions/NodeCount"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets an array of counts"
},
"totalCount": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@
}
],
"responses": {
"201": {
"description": "Created",
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/Module"
}
},
"200": {
"description": "OK",
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/Module"
}
Expand Down Expand Up @@ -646,6 +646,7 @@
"items": {
"$ref": "#/definitions/ActivityParameterValidationSet"
},
"x-ms-identifiers": [],
"description": "Gets or sets the validation set of activity parameter."
}
},
Expand All @@ -662,6 +663,7 @@
"items": {
"$ref": "#/definitions/ActivityParameter"
},
"x-ms-identifiers": [],
"description": "Gets or sets the parameters of the activity parameter set."
}
},
Expand Down Expand Up @@ -700,13 +702,19 @@
"items": {
"$ref": "#/definitions/ActivityParameterSet"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets the parameter sets of the activity."
},
"outputTypes": {
"type": "array",
"items": {
"$ref": "#/definitions/ActivityOutputType"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets the output types of the activity."
},
"creationTime": {
Expand Down Expand Up @@ -1016,6 +1024,9 @@
"items": {
"$ref": "#/definitions/TypeField"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets a list of fields."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@
}
],
"responses": {
"201": {
"description": "Created",
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/Module"
}
},
"200": {
"description": "OK",
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/Module"
}
Expand Down Expand Up @@ -353,6 +353,7 @@
"items": {
"$ref": "#/definitions/ActivityParameterValidationSet"
},
"x-ms-identifiers": [],
"description": "Gets or sets the validation set of activity parameter."
}
},
Expand All @@ -369,6 +370,7 @@
"items": {
"$ref": "#/definitions/ActivityParameter"
},
"x-ms-identifiers": [],
"description": "Gets or sets the parameters of the activity parameter set."
}
},
Expand Down Expand Up @@ -407,13 +409,19 @@
"items": {
"$ref": "#/definitions/ActivityParameterSet"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets the parameter sets of the activity."
},
"outputTypes": {
"type": "array",
"items": {
"$ref": "#/definitions/ActivityOutputType"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets the output types of the activity."
},
"creationTime": {
Expand Down Expand Up @@ -693,6 +701,9 @@
"items": {
"$ref": "#/definitions/TypeField"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets a list of fields."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
}
],
"responses": {
"201": {
"description": "Created",
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/Schedule"
}
},
"200": {
"description": "OK",
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/Schedule"
}
Expand Down Expand Up @@ -338,6 +338,7 @@
"items": {
"$ref": "#/definitions/AdvancedScheduleMonthlyOccurrence"
},
"x-ms-identifiers": [],
"description": "Occurrences of days within a month."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@
"items": {
"$ref": "#/definitions/AdvancedScheduleMonthlyOccurrence"
},
"x-ms-identifiers": [],
"description": "Occurrences of days within a month."
}
},
Expand Down Expand Up @@ -762,15 +763,19 @@
"items": {
"type": "object",
"$ref": "#/definitions/AzureQueryProperties"
}
},
"x-ms-identifiers": []
},
"nonAzureQueries": {
"description": "List of non Azure queries in the software update configuration.",
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/NonAzureQueryProperties"
}
},
"x-ms-identifiers": [
"workspaceId"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@
}
],
"responses": {
"201": {
"description": "Created",
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/AutomationAccount"
}
},
"200": {
"description": "OK",
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/AutomationAccount"
}
Expand Down Expand Up @@ -802,6 +802,9 @@
"items": {
"$ref": "#/definitions/Key"
},
"x-ms-identifiers": [
"KeyName"
],
"description": "Lists the automation keys."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@
"items": {
"$ref": "#/definitions/HybridRunbookWorkerLegacy"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets the list of hybrid runbook workers."
},
"credential": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of Automation operations supported by the Automation resource provider."
}
},
Expand Down
2 changes: 1 addition & 1 deletion specification/automation/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These are the global settings for the Automation API.
title: AutomationClient
description: Automation Client
openapi-type: arm
tag: package-2021-06-22
tag: package-2022-01-31
agalerrotaru marked this conversation as resolved.
Show resolved Hide resolved
```

### Tag: package-2015-10
Expand Down