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

easm, java sdk, tspconfig api-version=2023-03-01-preview, fix 1 BodyParameter #29839

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