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
2 changes: 1 addition & 1 deletion specification/riskiq/Easm/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ interface DiscoveryGroups {
@clientName("CreateOrReplaceDiscoveryGroup", "csharp")
createOrReplaceDiscoGroup is Foundations.ResourceOperation<
DiscoGroup,
DiscoGroupData,
BodyParameter<DiscoGroupData>,
DiscoGroup
>;
@doc("Run a discovery group with a given groupName.")
Expand Down
1 change: 1 addition & 0 deletions specification/riskiq/Easm/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ options:
namespace: com.azure.analytics.defender.easm
partial-update: true
flavor: azure
api-version: "2023-03-01-preview"
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
{
"name": "body",
"in": "body",
"description": "Body parameter.",
"required": true,
"schema": {
"$ref": "#/definitions/DiscoGroupData"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@
{
"name": "body",
"in": "body",
"description": "Body parameter.",
"required": true,
"schema": {
"$ref": "#/definitions/DiscoGroupData"
Expand Down