Skip to content

Commit

Permalink
User solutions authenticated API (#23585)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tleibovitz authored May 22, 2023
1 parent a9c6594 commit efd49b8
Show file tree
Hide file tree
Showing 8 changed files with 528 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@ mypictures
myregistry
myshopify
mysite
mysolutions
mysquare
mystore
myvolume
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"solutionId": "starting_prices_23",
"api-version": "2023-03-01-preview",
"request": {
"displayName": "Starting Prices 23",
"products": []
}
},
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.Marketplaces/mysolutions/starting_prices_23",
"type": "Microsoft.Marketplace/mysolutions",
"name": "starting_prices_23",
"properties": {
"displayName": "Starting Prices 23",
"products": []
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"solutionId": "starting_prices_23",
"api-version": "2023-03-01-preview"
},
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.Marketplaces/mysolutions/starting_prices_23",
"type": "Microsoft.Marketplace/mysolutions",
"name": "starting_prices_23",
"properties": {
"displayName": "Starting Prices 23",
"products": []
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2023-03-01-preview"
},
"responses": {
"200": {
"body": {
"nextLink": "",
"value": [
{
"id": "/providers/Microsoft.Marketplaces/mysolutions/starting_prices_23",
"type": "Microsoft.Marketplace/mysolutions",
"name": "starting_prices_23",
"properties": {
"displayName": "Starting Prices 23",
"products": []
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"api-version": "2023-03-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Marketplace/mysolutions",
"isDataAction": false,
"display": {
"provider": "Microsoft.Marketplace",
"resource": "Resources",
"operation": "User Solutions"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"solutionId": "starting_prices_23",
"api-version": "2023-03-01-preview"
},
"responses": {
"200": {},
"204": {}
}
}
Loading

0 comments on commit efd49b8

Please sign in to comment.