Skip to content
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
40b7b36
First commit: Copy over latest event grid swagger for API version 202…
a-hamad Oct 11, 2023
ffc3573
Add new features for API Version 2023-12-15-preview
a-hamad Oct 14, 2023
8b7522e
Address prettier issues + spelling check + add 2023-12-15-preview to …
a-hamad Oct 16, 2023
bec7fcf
Add missing example and some LintDiff
a-hamad Oct 16, 2023
5d20b1b
remove readonly property:
a-hamad Oct 16, 2023
b400799
fix enum lintdiff issue
a-hamad Oct 17, 2023
d1280cb
fix description
a-hamad Oct 17, 2023
b4f289c
fix array x-ms-identifiers: []
a-hamad Oct 17, 2023
a82e4f5
fix prettier check
a-hamad Oct 17, 2023
2c06b42
fix more lindiff issues
a-hamad Oct 17, 2023
0da8673
fix lintdiff error
a-hamad Oct 17, 2023
ecab20e
fix lindiff issues
a-hamad Oct 17, 2023
8f06f4d
fix example
a-hamad Oct 17, 2023
80ef6a9
Fix example
a-hamad Oct 17, 2023
cb6a573
add suppressions for LintDiff as they are false positibe
a-hamad Oct 24, 2023
0abd77f
add arm-id on array items for action group to fix sdk generation error
a-hamad Oct 24, 2023
4865379
fix x-ms-arm-id for action group item
a-hamad Oct 24, 2023
55b183b
Add missing operation and its example file
a-hamad Oct 27, 2023
e8672df
fix prettier check
a-hamad Oct 27, 2023
b17a9ff
fix example
a-hamad Oct 27, 2023
13e4ad1
trigger tasks
a-hamad Oct 27, 2023
71291a6
Merge remote-tracking branch 'upstream/main'
a-hamad Nov 8, 2023
21707f9
Add missing string static enrichment property to 2023-12-15-preview
a-hamad Nov 8, 2023
9abfeea
Add missing required
a-hamad Nov 8, 2023
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 @@ -7947,7 +7947,10 @@
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."
"description": "Error response returned if request was unsuccessful.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v2

Try use latest version v5

}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -8006,7 +8009,10 @@
"description": "NoContent"
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 404 Not Found.\n\n * 500 Internal Server Error."
"description": "Error response returned if request was unsuccessful.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -8071,7 +8077,10 @@
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."
"description": "Error response returned if request was unsuccessful.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -8116,7 +8125,10 @@
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."
"description": "Error response returned if request was unsuccessful.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -8170,7 +8182,10 @@
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."
"description": "Error response returned if request was unsuccessful.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -8225,7 +8240,10 @@
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."
"description": "Error response returned if request was unsuccessful.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -8288,7 +8306,10 @@
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."
"description": "Error response returned if request was unsuccessful.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -15056,7 +15077,43 @@
}
}
},
"DynamicRoutingEnrichment": {
"type": "object",
"properties": {
"key": {
"description": "Dynamic routing enrichment key.",
"type": "string"
},
"value": {
"description": "Dynamic routing enrichment value.",
"type": "string"
}
}
},
"StaticStringRoutingEnrichment": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/StaticRoutingEnrichment"
}
],
"properties": {
"value": {
"description": "String type routing enrichment value.",
"type": "string"
},
"key": {
"description": "Static routing enrichment key.",
"type": "string"
}
},
"x-ms-discriminator-value": "String"
},
"StaticRoutingEnrichment": {
"description": "Static routing enrichment details.",
"required": [
"valueType"
],
"type": "object",
"properties": {
"key": {
Expand All @@ -15074,20 +15131,8 @@
"modelAsString": true
}
}
}
},
"DynamicRoutingEnrichment": {
"type": "object",
"properties": {
"key": {
"description": "Dynamic routing enrichment key.",
"type": "string"
},
"value": {
"description": "Dynamic routing enrichment value.",
"type": "string"
}
}
},
"discriminator": "valueType"
},
"Namespace": {
"description": "Namespace resource.",
Expand Down