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

Dev oep microsoft.open energy platform 2021 06 01 preview #17105

Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2bfd8fa
New Swagger Spec File
komakkar Dec 15, 2021
faa7954
New Swagger Example Spec File
komakkar Dec 15, 2021
93114dc
New Readme Config File
komakkar Dec 15, 2021
ceda514
New Azure AZ Readme Config File
komakkar Dec 15, 2021
b844035
New Azure CLI Readme Config File
komakkar Dec 15, 2021
6aafe80
New Go Language Readme Config File
komakkar Dec 15, 2021
fe2a93a
New Python Language Readme Config File
komakkar Dec 15, 2021
2fe16fb
New Typescript Language Readme Config File
komakkar Dec 15, 2021
cd0c265
New C# Language Readme Config File
komakkar Dec 15, 2021
8fc8bf2
Updated swagger
komakkar Dec 15, 2021
8d3629b
adding examples
komakkar Dec 15, 2021
d8ca697
correcting version of api
komakkar Dec 15, 2021
0b16277
Go readme changed
komakkar Dec 20, 2021
7b1825f
Changing operation id Names from oepresource to energyservices
komakkar Dec 20, 2021
ac8a8fa
added id for data partition name for linter to pass
komakkar Dec 20, 2021
7d33aad
Removing stray operationsgroupget file
komakkar Dec 20, 2021
1f0a8c5
lint fix
komakkar Dec 20, 2021
f346194
prettier fix
komakkar Dec 20, 2021
157a2cc
added multiapi
komakkar Dec 20, 2021
a978ca1
testing the SDK pipeline run
komakkar Dec 20, 2021
603990e
Correcting go readme and adding SDK link
komakkar Dec 21, 2021
ee6237c
Correcting go readme and adding SDK link
komakkar Dec 21, 2021
af61851
Removing ARM schema
komakkar Dec 21, 2021
a2099df
Using common type for availability response and request
komakkar Dec 21, 2021
a7a3500
removing definition
komakkar Dec 21, 2021
4b4edeb
renaming definition from OEPResources to EneryServices
komakkar Dec 21, 2021
7713cf7
correcting energy services
komakkar Dec 21, 2021
041c20f
Changing properties name
komakkar Dec 22, 2021
aa2fdbe
Adding v3 error response
komakkar Dec 22, 2021
db8fa30
Adding description to Data partion Names list.
komakkar Dec 22, 2021
5ac8bb1
correcting energyservices to energyservice
komakkar Dec 22, 2021
c865c29
adding operation list reponse
komakkar Dec 22, 2021
5029775
correcting ref for operationlist
komakkar Dec 22, 2021
7d3b84b
Adding examples and prettier-fix
komakkar Dec 22, 2021
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2021-06-01-preview",
"body": {
"name": "sample-name",
"type": "Microsoft.OEP/oepResource"
}
},
"responses": {
"200": {
"body": {
"nameAvailable": true,
"reason": null,
"message": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"parameters": {
"api-version": "2021-06-01-preview",
"subscriptionId": "0000000-0000-0000-0000-000000000001",
"resourceGroupName": "DummyResourceGroupName",
"resourceName": "DummyResourceName",
"oepResource": {
"location": "West US",
"tags": {
"additionalProps1": "additional properties"
},
"properties": {
"authAppId": "sample-id",
"dataPartitionNames": [
{
"name": "dataPartition1"
},
{
"name": "dataPartition2"
}
]
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"provisioningState": "Succeeded",
"authAppId": "sample-id",
"dataPartitionNames": [
{
"name": "dataPartition1"
},
{
"name": "dataPartition2"
}
]
},
"name": "DummyResourceName",
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/DummyResourceGroupName/providers/Microsoft.OEP/oepResource/DummyResourceName",
"type": "Microsoft.OEP/oepResource",
"location": "WestUS",
"tags": {
"additionalProps1": "additional properties"
}
}
},
"201": {
"body": {
"properties": {
"provisioningState": "Accepted",
"authAppId": "sample-id",
"dataPartitionNames": [
{
"name": "dataPartition1"
},
{
"name": "dataPartition2"
}
]
},
"name": "DummyResourceName",
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/DummyResourceGroupName/providers/Microsoft.OEP/oepResource/DummyResourceName",
"type": "Microsoft.OEP/oepResource",
"location": "WestUS",
"tags": {
"additionalProps1": "additional properties"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"subscriptionId": "0000000-0000-0000-0000-000000000001",
"resourceGroupName": "DummyResourceGroupName",
"api-version": "2021-06-01-preview",
"resourceName": "DummyResourceName"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parameters": {
"api-version": "2021-06-01-preview",
"subscriptionId": "0000000-0000-0000-0000-000000000001",
"resourceGroupName": "DummyResourceGroupName",
"resourceName": "DummyResourceName"
},
"responses": {
"200": {
"headers": {},
"body": {
"properties": {
"provisioningState": "Accepted",
"authAppId": "sample-id",
"dataPartitionNames": [
{
"name": "dataPartition1"
},
{
"name": "dataPartition2"
}
]
},
"name": "DummyResourceName",
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/DummyResourceGroupName/providers/Microsoft.OEP/oepResource/DummyResourceName",
"type": "Microsoft.OEP/oepResource",
"location": "WestUS",
"tags": {
"additionalProps1": "additional properties"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parameters": {
"api-version": "2021-06-01-preview",
"subscriptionId": "0000000-0000-0000-0000-000000000001",
"resourceGroupName": "DummyResourceGroupName"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"properties": {
"provisioningState": "Accepted",
"authAppId": "sample-id",
"dataPartitionNames": [
{
"name": "dataPartition1"
},
{
"name": "dataPartition2"
}
]
},
"name": "DummyResourceName",
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/DummyResourceGroupName/providers/Microsoft.OEP/oepResource/DummyResourceName",
"type": "Microsoft.OEP/oepResource",
"location": "WestUS",
"tags": {
"additionalProps1": "additional properties"
}
}
],
"nextLink": ""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parameters": {
"api-version": "2021-06-01-preview",
"subscriptionId": "0000000-0000-0000-0000-000000000001"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"properties": {
"provisioningState": "Accepted",
"authAppId": "sample-id",
"dataPartitionNames": [
{
"name": "dataPartition1"
},
{
"name": "dataPartition2"
}
]
},
"name": "DummyResourceName",
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/DummyResourceGroupName/providers/Microsoft.OEP/oepResource/DummyResourceName",
"type": "Microsoft.OEP/oepResource",
"location": "WestUS",
"tags": {
"additionalProps1": "additional properties"
}
}
],
"nextLink": ""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parameters": {
"subscriptionId": "0000000-0000-0000-0000-000000000001",
"resourceGroupName": "DummyResourceGroupName",
"resourceName": "DummyResourceName",
"api-version": "2021-06-01-preview",
"oepPatchResource": {
"tags": {
"additionalProps1": "additional properties"
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"properties": {
"provisioningState": "Success",
"authAppId": "sample-id",
"dataPartitionNames": [
{
"name": "dataPartition1"
},
{
"name": "dataPartition2"
}
]
},
"name": "DummyResourceName",
"id": "/subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/DummyResourceGroupName/providers/Microsoft.OEP/oepResource/DummyResourceName",
"type": "Microsoft.OEP/oepResource",
"location": "WestUS",
"tags": {
"additionalProps1": "additional properties"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parameters": {
"api-version": "2021-06-01-preview"
},
"responses": {
"200": {}
}
}
Loading