Skip to content

Commit 8da04b8

Browse files
t-prtaanuchandy
authored andcommitted
Addition of HybridDataManager (#5313)
* 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
1 parent 8c45acf commit 8da04b8

File tree

39 files changed

+5766
-0
lines changed

39 files changed

+5766
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
4+
"resourceGroupName": "ResourceGroupForSDKTest",
5+
"dataManagerName": "TestAzureSDKOperations",
6+
"api-version": "2016-06-01",
7+
"x-ms-client-request-id": [
8+
"125835ee-eee2-4f86-a8dc-73ef3c1a2a5c"
9+
],
10+
"accept-language": [
11+
"en-US"
12+
],
13+
"User-Agent": [
14+
"FxVersion/4.6.26614.01",
15+
"OSName/Windows",
16+
"OSVersion/Microsoft.Windows.10.0.18875.",
17+
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview"
18+
],
19+
"Content-Type": [
20+
"application/json; charset=utf-8"
21+
],
22+
"Content-Length": [
23+
"28"
24+
],
25+
"dataManager": {
26+
"location": "westus"
27+
}
28+
},
29+
"responses": {
30+
"202": {
31+
"body": ""
32+
},
33+
"200": {
34+
"body": {
35+
"etag": "W/\"datetime'2019-04-10T09%3A08%3A57.4101089Z'\"_W/\"datetime'2019-04-10T09%3A08%3A57.5552101Z'\"",
36+
"id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations",
37+
"name": "TestAzureSDKOperations",
38+
"type": "Microsoft.HybridData/dataManagers",
39+
"location": "westus",
40+
"tags": {},
41+
"sku": {}
42+
}
43+
}
44+
}
45+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
4+
"resourceGroupName": "ResourceGroupForSDKTest",
5+
"dataManagerName": "TestAzureSDKOperations",
6+
"api-version": "2016-06-01",
7+
"x-ms-client-request-id": [
8+
"13e52cec-60dd-4733-90b2-6781ec82e368"
9+
],
10+
"accept-language": [
11+
"en-US"
12+
],
13+
"User-Agent": [
14+
"FxVersion/4.6.26614.01",
15+
"OSName/Windows",
16+
"OSVersion/Microsoft.Windows.10.0.18875.",
17+
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview"
18+
]
19+
},
20+
"responses": {
21+
"202": {
22+
"body": ""
23+
},
24+
"204": {
25+
"body": ""
26+
}
27+
28+
}
29+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
4+
"resourceGroupName": "ResourceGroupForSDKTest",
5+
"dataManagerName": "TestAzureSDKOperations",
6+
"api-version": "2016-06-01",
7+
"x-ms-client-request-id": [
8+
"409f52e4-e9ae-4983-8cc1-4a09a1f82a7c"
9+
],
10+
"accept-language": [
11+
"en-US"
12+
],
13+
"User-Agent": [
14+
"FxVersion/4.6.26614.01",
15+
"OSName/Windows",
16+
"OSVersion/Microsoft.Windows.10.0.18875.",
17+
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview"
18+
]
19+
},
20+
"responses": {
21+
"200": {
22+
"body": {
23+
"etag": "W/\"datetime'2019-04-10T09%3A08%3A57.4101089Z'\"_W/\"datetime'2019-04-10T09%3A08%3A57.5552101Z'\"",
24+
"id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations",
25+
"name": "TestAzureSDKOperations",
26+
"type": "Microsoft.HybridData/dataManagers",
27+
"location": "westus",
28+
"tags": {},
29+
"sku": {}
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)