Skip to content

Commit

Permalink
Addition of HybridDataManager (#5313)
Browse files Browse the repository at this point in the history
* Create hybriddata.json

Added updated swagger file for Microsoft.HybridData

* Create readme.md

* Updated readme files

* Update readme.md

* Removed unused API endpoints

* Updated example files and swagger

* Fixed error in path to example files

* Fixed Go and Ruby Readme Files

* Added suppression for OperationIdNounVerb

* Added DataManagers_Update and examples

* Added suppression for ARM Violation and updated swagger and example files

* Updated swagger to sdk script for ruby

* Added Python swagger to sdk
  • Loading branch information
t-prta authored and anuchandy committed Apr 11, 2019
1 parent 8c45acf commit 8da04b8
Show file tree
Hide file tree
Showing 39 changed files with 5,766 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"parameters": {
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
"resourceGroupName": "ResourceGroupForSDKTest",
"dataManagerName": "TestAzureSDKOperations",
"api-version": "2016-06-01",
"x-ms-client-request-id": [
"125835ee-eee2-4f86-a8dc-73ef3c1a2a5c"
],
"accept-language": [
"en-US"
],
"User-Agent": [
"FxVersion/4.6.26614.01",
"OSName/Windows",
"OSVersion/Microsoft.Windows.10.0.18875.",
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
"28"
],
"dataManager": {
"location": "westus"
}
},
"responses": {
"202": {
"body": ""
},
"200": {
"body": {
"etag": "W/\"datetime'2019-04-10T09%3A08%3A57.4101089Z'\"_W/\"datetime'2019-04-10T09%3A08%3A57.5552101Z'\"",
"id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations",
"name": "TestAzureSDKOperations",
"type": "Microsoft.HybridData/dataManagers",
"location": "westus",
"tags": {},
"sku": {}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"parameters": {
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
"resourceGroupName": "ResourceGroupForSDKTest",
"dataManagerName": "TestAzureSDKOperations",
"api-version": "2016-06-01",
"x-ms-client-request-id": [
"13e52cec-60dd-4733-90b2-6781ec82e368"
],
"accept-language": [
"en-US"
],
"User-Agent": [
"FxVersion/4.6.26614.01",
"OSName/Windows",
"OSVersion/Microsoft.Windows.10.0.18875.",
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview"
]
},
"responses": {
"202": {
"body": ""
},
"204": {
"body": ""
}

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
"resourceGroupName": "ResourceGroupForSDKTest",
"dataManagerName": "TestAzureSDKOperations",
"api-version": "2016-06-01",
"x-ms-client-request-id": [
"409f52e4-e9ae-4983-8cc1-4a09a1f82a7c"
],
"accept-language": [
"en-US"
],
"User-Agent": [
"FxVersion/4.6.26614.01",
"OSName/Windows",
"OSVersion/Microsoft.Windows.10.0.18875.",
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview"
]
},
"responses": {
"200": {
"body": {
"etag": "W/\"datetime'2019-04-10T09%3A08%3A57.4101089Z'\"_W/\"datetime'2019-04-10T09%3A08%3A57.5552101Z'\"",
"id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations",
"name": "TestAzureSDKOperations",
"type": "Microsoft.HybridData/dataManagers",
"location": "westus",
"tags": {},
"sku": {}
}
}
}
}
Loading

0 comments on commit 8da04b8

Please sign in to comment.