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

Add xms-ids for Logic #17663

Merged
merged 2 commits into from
Feb 8, 2022
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 @@ -7185,6 +7185,7 @@
"items": {
"$ref": "#/definitions/RetryHistory"
},
"x-ms-identifiers": [],
"description": "Gets the retry histories."
}
},
Expand Down Expand Up @@ -7526,6 +7527,7 @@
"items": {
"$ref": "#/definitions/RecurrenceScheduleOccurrence"
},
"x-ms-identifiers": [],
"description": "The monthly occurrences."
}
},
Expand Down Expand Up @@ -8066,7 +8068,8 @@
"description": "The schemas which must pass validation when this schema is used.",
"items": {
"$ref": "#/definitions/SwaggerSchema"
}
},
"x-ms-identifiers": []
},
"discriminator": {
"type": "string",
Expand Down Expand Up @@ -8688,7 +8691,8 @@
"items": {
"$ref": "#/definitions/IntegrationServiceEnvironmentNetworkEndpoint",
"description": "The endpoint."
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -8741,7 +8745,8 @@
"items": {
"$ref": "#/definitions/IntegrationServiceEnvironmentNetworkDependency",
"description": "The integration service environment network dependency."
}
},
"x-ms-identifiers": []
},
"outboundNetworkHealth": {
"$ref": "#/definitions/IntegrationServiceEnvironmentNetworkDependencyHealth",
Expand Down Expand Up @@ -8774,7 +8779,10 @@
"description": "The error message details.",
"items": {
"$ref": "#/definitions/ExtendedErrorInfo"
}
},
"x-ms-identifiers": [
"code"
]
},
"innerError": {
"$ref": "#/definitions/Object",
Expand Down Expand Up @@ -9012,7 +9020,8 @@
"items": {
"$ref": "#/definitions/IpAddressRange",
"description": "The ip address range."
}
},
"x-ms-identifiers": []
},
"openAuthenticationPolicies": {
"$ref": "#/definitions/OpenAuthenticationAccessPolicies",
Expand Down Expand Up @@ -9057,7 +9066,10 @@
"items": {
"$ref": "#/definitions/OpenAuthenticationPolicyClaim",
"description": "The access policy claim."
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -9110,15 +9122,21 @@
"items": {
"$ref": "#/definitions/IpAddress",
"description": "The ip address."
}
},
"x-ms-identifiers": [
"address"
]
},
"accessEndpointIpAddresses": {
"type": "array",
"description": "The access endpoint ip address.",
"items": {
"$ref": "#/definitions/IpAddress",
"description": "The ip address."
}
},
"x-ms-identifiers": [
"address"
]
}
}
},
Expand Down Expand Up @@ -9197,6 +9215,10 @@
"items": {
"$ref": "#/definitions/IntegrationServiceEnvironmentSkuDefinition"
},
"x-ms-identifiers": [
"sku/name",
"sku/tier"
],
"description": "The list of integration service environment skus."
},
"nextLink": {
Expand Down Expand Up @@ -9782,6 +9804,9 @@
"items": {
"$ref": "#/definitions/BusinessIdentity"
},
"x-ms-identifiers": [
"qualifier"
],
"description": "The list of partner business identities."
}
},
Expand Down Expand Up @@ -10382,34 +10407,47 @@
"items": {
"$ref": "#/definitions/X12EnvelopeOverride"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The X12 envelope override settings."
},
"validationOverrides": {
"type": "array",
"items": {
"$ref": "#/definitions/X12ValidationOverride"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The X12 validation override settings."
},
"messageFilterList": {
"type": "array",
"items": {
"$ref": "#/definitions/X12MessageIdentifier"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The X12 message filter list."
},
"schemaReferences": {
"type": "array",
"items": {
"$ref": "#/definitions/X12SchemaReference"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The X12 schema references."
},
"x12DelimiterOverrides": {
"type": "array",
"items": {
"$ref": "#/definitions/X12DelimiterOverrides"
},
"x-ms-identifiers": [],
"description": "The X12 delimiter override settings."
}
},
Expand Down Expand Up @@ -11235,34 +11273,49 @@
"items": {
"$ref": "#/definitions/EdifactEnvelopeOverride"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The EDIFACT envelope override settings."
},
"messageFilterList": {
"type": "array",
"items": {
"$ref": "#/definitions/EdifactMessageIdentifier"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The EDIFACT message filter list."
},
"schemaReferences": {
"type": "array",
"items": {
"$ref": "#/definitions/EdifactSchemaReference"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The EDIFACT schema references."
},
"validationOverrides": {
"type": "array",
"items": {
"$ref": "#/definitions/EdifactValidationOverride"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The EDIFACT validation override settings."
},
"edifactDelimiterOverrides": {
"type": "array",
"items": {
"$ref": "#/definitions/EdifactDelimiterOverride"
},
"x-ms-identifiers": [
"messageId"
],
"description": "The EDIFACT delimiter override settings."
}
},
Expand Down Expand Up @@ -12189,6 +12242,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of Logic operations supported by the Logic resource provider."
},
"nextLink": {
Expand Down Expand Up @@ -12264,6 +12320,9 @@
"items": {
"$ref": "#/definitions/KeyVaultKey"
},
"x-ms-identifiers": [
"kid"
],
"description": "The key vault keys."
},
"skipToken": {
Expand Down Expand Up @@ -12324,7 +12383,8 @@
"description": "The events.",
"items": {
"$ref": "#/definitions/TrackingEvent"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -12452,7 +12512,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ExpressionRoot"
}
},
"x-ms-identifiers": [
"path"
]
}
}
},
Expand Down Expand Up @@ -12486,7 +12549,8 @@
"description": "The sub expressions.",
"items": {
"$ref": "#/definitions/Expression"
}
},
"x-ms-identifiers": []
},
"error": {
"$ref": "#/definitions/AzureResourceErrorInfo"
Expand All @@ -12510,6 +12574,9 @@
"items": {
"$ref": "#/definitions/AzureResourceErrorInfo"
},
"x-ms-identifiers": [
"code"
],
"description": "The error details."
}
},
Expand Down Expand Up @@ -12579,7 +12646,10 @@
"description": "The repetition indexes.",
"items": {
"$ref": "#/definitions/RepetitionIndex"
}
},
"x-ms-identifiers": [
"itemIndex"
]
}
},
"allOf": [
Expand Down Expand Up @@ -12647,6 +12717,7 @@
"items": {
"$ref": "#/definitions/RetryHistory"
},
"x-ms-identifiers": [],
"description": "Gets the retry histories."
},
"iterationCount": {
Expand Down