Skip to content

Commit efd49b8

Browse files
authored
User solutions authenticated API (#23585)
* first pr * prettier fix * fix ref * response code * readme * readme api version * api version * try fix avocado * try again * another one * try to remove default tag * semantic validation * operations * autorest * a few more fixes to examples * save progress * fix all issues * custom word * comments * ARM review comments * remove unnecessary files * remove local changes * minor modification
1 parent a9c6594 commit efd49b8

File tree

8 files changed

+528
-0
lines changed

8 files changed

+528
-0
lines changed

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,7 @@ mypictures
14091409
myregistry
14101410
myshopify
14111411
mysite
1412+
mysolutions
14121413
mysquare
14131414
mystore
14141415
myvolume
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"parameters": {
3+
"solutionId": "starting_prices_23",
4+
"api-version": "2023-03-01-preview",
5+
"request": {
6+
"displayName": "Starting Prices 23",
7+
"products": []
8+
}
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"id": "/providers/Microsoft.Marketplaces/mysolutions/starting_prices_23",
14+
"type": "Microsoft.Marketplace/mysolutions",
15+
"name": "starting_prices_23",
16+
"properties": {
17+
"displayName": "Starting Prices 23",
18+
"products": []
19+
}
20+
}
21+
}
22+
}
23+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"solutionId": "starting_prices_23",
4+
"api-version": "2023-03-01-preview"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"id": "/providers/Microsoft.Marketplaces/mysolutions/starting_prices_23",
10+
"type": "Microsoft.Marketplace/mysolutions",
11+
"name": "starting_prices_23",
12+
"properties": {
13+
"displayName": "Starting Prices 23",
14+
"products": []
15+
}
16+
}
17+
}
18+
}
19+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-03-01-preview"
4+
},
5+
"responses": {
6+
"200": {
7+
"body": {
8+
"nextLink": "",
9+
"value": [
10+
{
11+
"id": "/providers/Microsoft.Marketplaces/mysolutions/starting_prices_23",
12+
"type": "Microsoft.Marketplace/mysolutions",
13+
"name": "starting_prices_23",
14+
"properties": {
15+
"displayName": "Starting Prices 23",
16+
"products": []
17+
}
18+
}
19+
]
20+
}
21+
}
22+
}
23+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-03-01-preview"
4+
},
5+
"responses": {
6+
"200": {
7+
"body": {
8+
"value": [
9+
{
10+
"name": "Microsoft.Marketplace/mysolutions",
11+
"isDataAction": false,
12+
"display": {
13+
"provider": "Microsoft.Marketplace",
14+
"resource": "Resources",
15+
"operation": "User Solutions"
16+
}
17+
}
18+
]
19+
}
20+
}
21+
}
22+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"parameters": {
3+
"solutionId": "starting_prices_23",
4+
"api-version": "2023-03-01-preview"
5+
},
6+
"responses": {
7+
"200": {},
8+
"204": {}
9+
}
10+
}

0 commit comments

Comments
 (0)