Skip to content
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

Adding azure accounts APIs #4524

Merged
merged 22 commits into from
Dec 13, 2018
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4dd5524
Adding azure accounts APIs
omar-el-hariry Nov 20, 2018
216d290
Adding Publishing To Regions Status
mohabghanem Nov 21, 2018
9834b9b
fixes
mohabghanem Nov 21, 2018
431fada
fixing build errors
omarelhariry Nov 25, 2018
82cee8e
Merge pull request #1 from omarelhariry/a-moghan/PublishingResponses
omarelhariry Nov 25, 2018
4289fc2
Fixing OAV errors
omarelhariry Nov 28, 2018
62749e2
Add packaging APIs
AmirGeorge Dec 2, 2018
d32164c
Merge pull request #3 from omarelhariry/amgeo/packaging_apis
omarelhariry Dec 2, 2018
ed6ee40
fixing build errors
omarelhariry Dec 2, 2018
0385ed2
apply yangyuan suggestion
AmirGeorge Dec 3, 2018
3495ee0
adding response content for gzip apis
AmirGeorge Dec 3, 2018
1ac86ec
Revert "adding response content for gzip apis"
AmirGeorge Dec 3, 2018
2ded1b1
PackageBinaryStreamObject type as file
AmirGeorge Dec 4, 2018
c0f9f6b
remove PackageBinaryStreamObject and directly add file type in response
AmirGeorge Dec 4, 2018
3e12737
specify body format in packaging response examples
AmirGeorge Dec 4, 2018
c6429a1
adding content type in packaging response examples parameters
AmirGeorge Dec 4, 2018
8dacd4d
maybe a casing issue?
AmirGeorge Dec 4, 2018
631669e
trying to remove the binary body from response parameters
AmirGeorge Dec 4, 2018
c7d11c5
Add application-json as a 2nd prdocues format for packaging APIs, to …
AmirGeorge Dec 6, 2018
34ed7bb
fix
AmirGeorge Dec 6, 2018
b8ee038
Updating operation ids
omarelhariry Dec 11, 2018
32e19a3
fix oav and remove error responses
a-hohaze Dec 12, 2018
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
omarelhariry marked this conversation as resolved.
Show resolved Hide resolved
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"isStaging": false,
"endpointUrl": "https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/11be6373fca44ded80fbe2afa8597c18",
"assignedEndpointKey": "11be6373fca44ded80fbe2afa8597c18",
"endpointRegion": "westus",
"endpointRegion": "westus, cus",
"failedRegions": "cus",
"publishedDateTime": "2017-11-28T19:20:28Z"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "11be6373fca44ded80fbe2afa8597c18",
"versionId": "0.1",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
},
"responses":{
"200":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
},
"responses":{
"200":{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "363187f1-c573-46b3-bc4c-ae01d686e68e",
"slotName": "PRODUCTION"
},
"responses": {
"200": {
"headers": {},
"body": []
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "363187f1-c573-46b3-bc4c-ae01d686e68e",
"versionId": "0.1"
},
"responses": {
"200": {
"headers": {},
"body": []
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"Authorization": "Bearer {ARM Token}",
"appId": "363187f1-c573-46b3-bc4c-ae01d686e68e",
"azureAccountInfoObject": {
"azureSubscriptionId": "{azure_subscription_id}",
"resourceGroup": "{resource_group_name}",
"accountName": "{account_name}"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"code": "Success",
"message": "Operation Successful"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"Authorization": "Bearer {ARM Token}",
"appId": "363187f1-c573-46b3-bc4c-ae01d686e68e",
"azureAccountInfoObject": {
"azureSubscriptionId": "{azure_subscription_id}",
omarelhariry marked this conversation as resolved.
Show resolved Hide resolved
"resourceGroup": "{resource_group_name}",
"accountName": "{account_name}"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"code": "Success",
"message": "Operation Successful"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "363187f1-c573-46b3-bc4c-ae01d686e68e",
"Authorization": "Bearer {ARM Token}"
},
"responses": {
"200": {
"headers": {},
"body": [
{
"AzureSubscriptionId": "{azure_subscription_id}",
"ResourceGroup": "{resource_group_name}",
"AccountName": "{account_name}",
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"Authorization": "Bearer {ARM Token}"
},
"responses": {
"200": {
"headers": {},
"body": [
{
"AzureSubscriptionId": "{azure_subscription_id}",
"ResourceGroup": "{resource_group_name}",
"AccountName": "{account_name}",
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "363187f1-c573-46b3-bc4c-ae01d686e68e",
"skip": "0",
"take": "100"
"skip": 0,
"take": 100
},
"responses": {
"200": {
Expand Down