Skip to content

APIM client application feature contracts, changes in product contract #34018

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

Open
wants to merge 12 commits into
base: apim-2024-10-01-preview
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,26 @@
"maxLength": 256,
"x-ms-parameter-location": "method"
},
"ClientApplicationIdParameter": {
"name": "clientApplicationId",
"in": "path",
"required": true,
"type": "string",
"description": "Client Application identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 256,
"x-ms-parameter-location": "method"
},
"ClientApplicationProductLinkIdParameter": {
"name": "clientApplicationProductLinkId",
"in": "path",
"required": true,
"type": "string",
"description": "Client Application Product Link identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 256,
"x-ms-parameter-location": "method"
},
"NamedValueIdParameter": {
"name": "namedValueId",
"in": "path",
Expand Down Expand Up @@ -946,4 +966,3 @@
}
}
}

Loading