-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.Marketplace to add versi…
…on stable/2020-01-01 (#8956) * change title * Update swagger for new api * response to validation comments * adding swagger to sdk * prettier * update * prettier test * prettier fix * adding for deletr * delete * title change * adding description * remove title * return title * fix read.md
- Loading branch information
1 parent
0cd0fca
commit b929095
Showing
11 changed files
with
148 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...resource-manager/Microsoft.Marketplace/stable/2020-01-01/examples/DeletePrivateStore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rce-manager/Microsoft.Marketplace/stable/2020-01-01/examples/DeletePrivateStoreOffer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...ce/resource-manager/Microsoft.Marketplace/stable/2020-01-01/examples/GetPrivateStore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"parameters": { | ||
"PrivateStoreId": "a0e28e55-90c4-41d8-8e34-bb7ef7775406", | ||
"api-version": "2020-01-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"privateStoreId": "a0e28e55-90c4-41d8-8e34-bb7ef7775406", | ||
"availability": "enabled", | ||
"eTag": "\"9301f4fd-0000-0100-0000-5e248b350345\"" | ||
} | ||
} | ||
} | ||
} |
14 changes: 0 additions & 14 deletions
14
...ource-manager/Microsoft.Marketplace/stable/2020-01-01/examples/GetPrivateStoreByName.json
This file was deleted.
Oops, something went wrong.
25 changes: 15 additions & 10 deletions
25
...source-manager/Microsoft.Marketplace/stable/2020-01-01/examples/GetPrivateStoreOffer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 3 additions & 8 deletions
11
...resource-manager/Microsoft.Marketplace/stable/2020-01-01/examples/UpdatePrivateStore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
{ | ||
"parameters": { | ||
"PrivateStoreId": "MyFirstPrivateStore", | ||
"PrivateStoreId": "a0e28e55-90c4-41d8-8e34-bb7ef7775406", | ||
"api-version": "2020-01-01", | ||
"parameters": { | ||
"properties": { | ||
"availability": "disabled", | ||
"name": "MyNewFirstPrivateStore" | ||
"eTag": "\"9301f4fd-0000-0100-0000-5e248b350345\"" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "MyNewFirstPrivateStore", | ||
"availability": "disabled" | ||
} | ||
} | ||
"200": {} | ||
} | ||
} |
28 changes: 18 additions & 10 deletions
28
...rce-manager/Microsoft.Marketplace/stable/2020-01-01/examples/UpdatePrivateStoreOffer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.