-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
39 changed files
with
5,766 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
...r/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create-PUT-example-41.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...icrosoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete-DELETE-example-41.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "" | ||
} | ||
|
||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...ager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get-GET-example-41.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.