Skip to content
Closed
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
1a8a1f8
Adding images.json to 2023-04-01-preview
hstellmach-msft Mar 15, 2023
5da89ef
Reference swagger JSON file from the readme file.
hstellmach-msft Mar 16, 2023
edf16cc
Fix readme
hstellmach-msft Mar 16, 2023
85af26b
Fix $refs and security def
hstellmach-msft Mar 16, 2023
3a0332c
Fix error messages
hstellmach-msft Mar 17, 2023
4402321
Fix security scheme
hstellmach-msft Mar 17, 2023
0bbdcea
Fix indentation
hstellmach-msft Mar 17, 2023
03fe1eb
Fix parameters
hstellmach-msft Mar 17, 2023
ab5a699
Move definitions under path
hstellmach-msft Mar 17, 2023
b1c5182
Fix status
hstellmach-msft Mar 17, 2023
8c16fbe
Use ref for api version
hstellmach-msft Mar 17, 2023
94050ec
Remove operation location from GET route
hstellmach-msft Mar 17, 2023
e7e40eb
Remove examples
hstellmach-msft Mar 17, 2023
43b6fd4
Fix size enum
hstellmach-msft Mar 17, 2023
31a23ac
Fix timestamps
hstellmach-msft Mar 17, 2023
ad26bbb
Add format to id
hstellmach-msft Mar 17, 2023
4962af9
Rename GenerateImagesPostResponse to GenerateImagesResponse
hstellmach-msft Mar 17, 2023
c70235c
Rename GenerateImagesPostRequest to GenerateImagesCreation
hstellmach-msft Mar 17, 2023
23be47b
Update descriptions
hstellmach-msft Mar 17, 2023
5245ea6
Rename "expires_at" to" expires"
hstellmach-msft Mar 17, 2023
2efaa47
Merge remote-tracking branch 'upstream/main'
hstellmach-msft Mar 17, 2023
4410ea9
Add some descriptions
hstellmach-msft Mar 17, 2023
703cb1f
Fixes
hstellmach-msft Mar 17, 2023
1bfd112
Fix LRO
hstellmach-msft Mar 17, 2023
e7eef3a
Add example for post images generate
hstellmach-msft Mar 17, 2023
ac158d8
Rename version and some other fixes
hstellmach-msft Mar 20, 2023
7137695
Fx version
hstellmach-msft Mar 20, 2023
bdc7f37
Fixes and add example for delete operation
hstellmach-msft Mar 20, 2023
c52e141
Add x-ms-request-id to headers
hstellmach-msft Mar 20, 2023
8401244
Change operationId to Operation-Id
hstellmach-msft Mar 20, 2023
bd9d298
Fix version in readme and fix operation-id
hstellmach-msft Mar 20, 2023
f2b541d
Fix swagger operationId
hstellmach-msft Mar 20, 2023
70b7aa4
Prettier fix
hstellmach-msft Mar 20, 2023
fcae5ec
Revert operationId changes
hstellmach-msft Mar 20, 2023
7dbed88
Fix operationId in examples
hstellmach-msft Mar 20, 2023
1f2076d
Fix patterns and error
hstellmach-msft Mar 21, 2023
9c0fba6
Fix image error code
hstellmach-msft Mar 21, 2023
d0d1472
Align operation-id with FT
hstellmach-msft Mar 22, 2023
e0b8dc7
Add images to operation routes
hstellmach-msft Mar 22, 2023
92ea4ab
Fix operation-id in examples
hstellmach-msft Mar 22, 2023
7220508
Remove suppression for DefinitionsPropertiesNamesCamelCase
hstellmach-msft Mar 22, 2023
3f7ad9b
Address comments
hstellmach-msft Mar 22, 2023
237f3e4
Remove string format
hstellmach-msft Mar 22, 2023
bc0016f
Add operation-id header
hstellmach-msft Mar 23, 2023
7ccf424
Remove maxLength and pattern
hstellmach-msft Mar 23, 2023
3021379
Address comments
hstellmach-msft Mar 23, 2023
d6f6d36
Use reuslt in operation repsonse
hstellmach-msft Mar 23, 2023
1839b06
Fix casing for enums
hstellmach-msft Mar 23, 2023
35a7f92
Address comments
hstellmach-msft Mar 24, 2023
9e3b5c0
Fix url in GET example
hstellmach-msft Mar 24, 2023
5ddfb3c
Fix url in GET example
hstellmach-msft Mar 24, 2023
f5a39a1
Fix url in GET example
hstellmach-msft Mar 24, 2023
2fe4093
Make data in result required
hstellmach-msft Mar 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ dacl
DaemonSet
dailyforecast
dailyhistorical
DALL-E
dalle
dapr
darkgrey
Darussalam
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"endpoint": "https://aoairesource.openai.azure.com",
"Api-Key": "{api key}",
"api-version": "2023-04-15-preview",
"operation-id": "f508bcf2-e651-4b4b-85a7-58ad77981ffa"
},
"responses": {
"204": {
"headers": {
"x-ms-request-id": "29fd3fe5-ab2f-44e0-aefa-0dfe9bd1c03f"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"endpoint": "https://aoairesource.openai.azure.com",
"Api-Key": "{api key}",
"api-version": "2023-04-15-preview",
"operation-id": "f508bcf2-e651-4b4b-85a7-58ad77981ffa"
},
"responses": {
"200": {
"headers": {
"x-ms-request-id": "29fd3fe5-ab2f-44e0-aefa-0dfe9bd1c03f"
},
"body": {
"created": 1679320850,
"data": [
{
"url": "https:/aoairesource.blob.core.windows.net/private/images/..."
}
],
"expires": 1679407255,
"id": "41dc2981-bf72-492a-b4fe-7eed680a1681",
"last_action": 1679320850,
"status": "Succeeded"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"parameters": {
"endpoint": "https://aoairesource.openai.azure.com",
"Api-Key": "{api key}",
"api-version": "2023-04-15-preview",
"body": {
"prompt": "An avocado chair",
"size": "512x512",
"n": 3
},
"content-Type": "application/json"
},
"responses": {
"202": {
"headers": {
"operation-location": "https://aoairesource.openai.azure.com/openai/dalle/operations/images/f508bcf2-e651-4b4b-85a7-58ad77981ffa?api-version=2023-04-15-preview",
"x-ms-request-id": "29fd3fe5-ab2f-44e0-aefa-0dfe9bd1c03f"
},
"body": {
"id": "f508bcf2-e651-4b4b-85a7-58ad77981ffa",
"status": "NotStarted"
}
}
}
}
Loading