Skip to content

Commit

Permalink
easm, java sdk, tspconfig api-version=2023-03-01-preview, fix 1 BodyP…
Browse files Browse the repository at this point in the history
…arameter (#29839)

* easm, java sdk, tspconfig api-version 2023-03-01-preview

* BodyParameter
  • Loading branch information
weidongxu-microsoft authored Jul 16, 2024
1 parent 6349bcb commit f0d6fb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
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

0 comments on commit f0d6fb9

Please sign in to comment.