Skip to content

Commit

Permalink
HybridDataManager - adding API version 2019-06-01 and examples (Azure…
Browse files Browse the repository at this point in the history
…#8676)

* 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

* Added PartiallySucceeded status

* Added swagger and examples for API Version 2019-06-01

Added swagger and examples for API version 2019-06-01
Adding PartiallySucceeded job status

* Removed partially succeeded status from 2016-06-01 swagger

* Updating body of 202 response

* After running prettier

Ran npm install; npm run prettier -- --write "specification/hybriddatamanager/**/*.json"

* Updated readme files to include 2019-06 api version

* Updated descriptions as per PR comments

* Committing Prettier check change

Co-authored-by: t-prta <46665688+prerna-tank-ms@users.noreply.github.com>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent b887e05 commit 59f1111
Show file tree
Hide file tree
Showing 37 changed files with 5,477 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
"resourceGroupName": "ResourceGroupForSDKTest",
"dataManagerName": "TestAzureSDKOperations",
"api-version": "2019-06-01",
"x-ms-client-request-id": [
"3f518b96-c63c-4e1e-b627-aa5650877eb6"
],
"accept-language": [
"en-US"
],
"User-Agent": [
"FxVersion/4.6.26614.01",
"OSName/Windows",
"OSVersion/Microsoft.Windows.10.0.19555.",
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/1.0.1.preview"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
"28"
],
"dataManager": {
"location": "westus"
}
},
"responses": {
"202": {},
"200": {
"body": {
"etag": "W/\"datetime'2020-02-05T08%3A45%3A27.420781Z'\"_W/\"datetime'2020-02-05T08%3A45%3A27.4264561Z'\"",
"id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations",
"name": "TestAzureSDKOperations",
"type": "Microsoft.HybridData/dataManagers",
"location": "westus",
"tags": {},
"sku": {
"name": "DS0",
"tier": "Standard"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
"resourceGroupName": "ResourceGroupForSDKTest",
"dataManagerName": "TestAzureSDKOperations",
"api-version": "2019-06-01",
"x-ms-client-request-id": [
"4d2994de-4214-499b-a7eb-e3b5fb8b45af"
],
"accept-language": [
"en-US"
],
"User-Agent": [
"FxVersion/4.6.26614.01",
"OSName/Windows",
"OSVersion/Microsoft.Windows.10.0.19555.",
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/1.0.1.preview"
]
},
"responses": {
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7",
"resourceGroupName": "ResourceGroupForSDKTest",
"dataManagerName": "TestAzureSDKOperations",
"api-version": "2019-06-01",
"x-ms-client-request-id": [
"5b81ff26-1135-4fb5-ba2a-d197fc7a1d9f"
],
"accept-language": [
"en-US"
],
"User-Agent": [
"FxVersion/4.6.26614.01",
"OSName/Windows",
"OSVersion/Microsoft.Windows.10.0.19555.",
"Microsoft.Azure.Management.HybridData.HybridDataManagementClient/1.0.1.preview"
]
},
"responses": {
"200": {
"body": {
"etag": "W/\"datetime'2020-02-05T04%3A22%3A40.6354864Z'\"_W/\"datetime'2020-02-05T04%3A22%3A40.7912864Z'\"",
"id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations",
"name": "TestAzureSDKOperations",
"type": "Microsoft.HybridData/dataManagers",
"location": "westus",
"tags": {},
"sku": {
"name": "DS0",
"tier": "Standard"
}
}
}
}
}
Loading

0 comments on commit 59f1111

Please sign in to comment.