From 5f5796a03d03af4de65b4b9247e7c91c78c954be Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Wed, 30 Jan 2019 09:36:48 +0530 Subject: [PATCH 01/13] Create hybriddata.json Added updated swagger file for Microsoft.HybridData --- .../stable/2016-06-01/hybriddata.json | 2771 +++++++++++++++++ 1 file changed, 2771 insertions(+) create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json new file mode 100644 index 000000000000..960bcf7027db --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json @@ -0,0 +1,2771 @@ +{ + "swagger": "2.0", + "info": { + "version": "2016-06-01", + "title": "HybridDataManagementClient" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "paths": { + "/providers/Microsoft.HybridData/operations": { + "get": { + "tags": [ + "Operations" + ], + "summary": "This method gets all the operations.", + "operationId": "Operations_List", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "This method gets all the operations.", + "schema": { + "$ref": "#/definitions/AvailableProviderOperations" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers": { + "get": { + "tags": [ + "DataManagers" + ], + "description": "Lists all the data manager resources available under the subscription.", + "operationId": "DataManagers_List", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "List of data manager resources available under the subscription.", + "schema": { + "$ref": "#/definitions/DataManagerList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers": { + "get": { + "tags": [ + "DataManagers" + ], + "description": "Lists all the data manager resources available under the given resource group.", + "operationId": "DataManagers_ListByResourceGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "List of data manager resources by resource group.", + "schema": { + "$ref": "#/definitions/DataManagerList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}": { + "get": { + "tags": [ + "DataManagers" + ], + "description": "Gets information about the specified data manager resource.", + "operationId": "DataManagers_Get", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Data Manager Resource object.", + "schema": { + "$ref": "#/definitions/DataManager" + } + } + } + }, + "put": { + "tags": [ + "DataManagers" + ], + "description": "Creates a new data manager resource with the specified parameters. Existing resources cannot be updated with this API\r\nand should instead be updated with the Update data manager resource API.", + "operationId": "DataManagers_Create", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "dataManager", + "in": "body", + "description": "Data manager resource details from request body.", + "required": true, + "schema": { + "$ref": "#/definitions/DataManager" + } + } + ], + "responses": { + "200": { + "description": "Data Manager Resource object.", + "schema": { + "$ref": "#/definitions/DataManager" + } + }, + "202": { + "description": "Accepted request for create/update." + } + }, + "x-ms-long-running-operation": true + }, + "delete": { + "tags": [ + "DataManagers" + ], + "description": "Deletes a data manager resource in Microsoft Azure.", + "operationId": "DataManagers_Delete", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "202": { + "description": "Data Manager Resource deleted." + }, + "204": { + "description": "Data Manager Resource deleted." + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "DataManagers" + ], + "description": "Updates the properties of an existing data manager resource.", + "operationId": "DataManagers_Update", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "If-Match", + "in": "header", + "description": "Defines the If-Match condition. The patch will be performed only if the ETag of the data manager resource on the server matches this value.", + "type": "string" + }, + { + "name": "dataManagerUpdateParameter", + "in": "body", + "description": "Data manager resource details from request body.", + "required": true, + "schema": { + "$ref": "#/definitions/DataManagerUpdateParameter" + } + } + ], + "responses": { + "200": { + "description": "Data Manager Resource object.", + "schema": { + "$ref": "#/definitions/DataManager" + } + }, + "201": { + "description": "Data Manager Resource updated." + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices": { + "get": { + "tags": [ + "DataServices" + ], + "description": "This method gets all the data services.", + "operationId": "DataServices_ListByDataManager", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The list of data services.", + "schema": { + "$ref": "#/definitions/DataServiceList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}": { + "get": { + "tags": [ + "DataServices" + ], + "description": "Gets the data service that match the data service name given.", + "operationId": "DataServices_Get", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The name of the data service that is being queried.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The data service that matches the name.", + "schema": { + "$ref": "#/definitions/DataService" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions": { + "get": { + "tags": [ + "JobDefinitions" + ], + "description": "This method gets all the job definitions of the given data service name.", + "operationId": "JobDefinitions_ListByDataService", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The data service type of interest.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "description": "OData Filter options", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The list of job definitions of the given data service type.", + "schema": { + "$ref": "#/definitions/JobDefinitionList" + } + } + }, + "x-ms-odata": "#/definitions/JobDefinitionFilter", + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}": { + "get": { + "tags": [ + "JobDefinitions" + ], + "description": "This method gets job definition object by name.", + "operationId": "JobDefinitions_Get", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The data service name of the job definition", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "The job definition name that is being queried.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The job definition that matches the criteria.", + "schema": { + "$ref": "#/definitions/JobDefinition" + } + } + } + }, + "put": { + "tags": [ + "JobDefinitions" + ], + "description": "Creates or updates a job definition.", + "operationId": "JobDefinitions_CreateOrUpdate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The data service type of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "The job definition name to be created or updated.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinition", + "in": "body", + "description": "Job Definition object to be created or updated.", + "required": true, + "schema": { + "$ref": "#/definitions/JobDefinition" + } + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "JobDefinition object.", + "schema": { + "$ref": "#/definitions/JobDefinition" + } + }, + "202": { + "description": "Accepted request for create/update." + } + }, + "x-ms-long-running-operation": true + }, + "delete": { + "tags": [ + "JobDefinitions" + ], + "description": "This method deletes the given job definition.", + "operationId": "JobDefinitions_Delete", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The data service type of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "The job definition name to be deleted.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "202": { + "description": "Accepted request for JobDefinition deletion." + }, + "204": { + "description": "JobDefinition deleted." + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs": { + "get": { + "tags": [ + "Jobs" + ], + "description": "This method gets all the jobs of a given job definition.", + "operationId": "Jobs_ListByJobDefinition", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The name of the data service of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "The name of the job definition for which jobs are needed.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "description": "OData Filter options", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The list of jobs.", + "schema": { + "$ref": "#/definitions/JobList" + } + } + }, + "x-ms-odata": "#/definitions/JobFilter", + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}": { + "get": { + "tags": [ + "Jobs" + ], + "description": "This method gets a data manager job given the jobId.", + "operationId": "Jobs_Get", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The name of the data service of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "The name of the job definition of the job.", + "required": true, + "type": "string" + }, + { + "name": "jobId", + "in": "path", + "description": "The job id of the job queried.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "$expand", + "in": "query", + "description": "$expand is supported on details parameter for job, which provides details on the job stages.", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The job that matches the given criteria.", + "schema": { + "$ref": "#/definitions/Job" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}/cancel": { + "post": { + "tags": [ + "Jobs" + ], + "description": "Cancels the given job.", + "operationId": "Jobs_Cancel", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The name of the data service of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "The name of the job definition of the job.", + "required": true, + "type": "string" + }, + { + "name": "jobId", + "in": "path", + "description": "The job id of the job queried.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "202": { + "description": "Accepted job cancellation request." + }, + "204": { + "description": "Job cancelled." + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}/resume": { + "post": { + "tags": [ + "Jobs" + ], + "description": "Resumes the given job.", + "operationId": "Jobs_Resume", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The name of the data service of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "The name of the job definition of the job.", + "required": true, + "type": "string" + }, + { + "name": "jobId", + "in": "path", + "description": "The job id of the job queried.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "202": { + "description": "Accepted job resume request." + }, + "204": { + "description": "Job resumed." + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/listResults": { + "post": { + "tags": [ + "JobDefinitions" + ], + "description": "This method returns a list of data service results specific to a job definition.", + "operationId": "JobDefinitions_ListResults", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The data service type of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "Name of the job definition.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "dataServiceResultQuery", + "in": "body", + "description": "Query to retrieve data service results based on the query type.", + "required": true, + "schema": { + "$ref": "#/definitions/DataServiceResultQuery" + } + } + ], + "responses": { + "200": { + "description": "List of data service results based on the query.", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/DataServiceResult" + } + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/run": { + "post": { + "tags": [ + "JobDefinitions" + ], + "description": "This method runs a job instance of the given job definition.", + "operationId": "JobDefinitions_Run", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The data service type of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "jobDefinitionName", + "in": "path", + "description": "Name of the job definition.", + "required": true, + "type": "string" + }, + { + "name": "runParameters", + "in": "body", + "description": "Run time parameters for the job definition.", + "required": true, + "schema": { + "$ref": "#/definitions/RunParameters" + } + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "202": { + "description": "Job run accepted." + }, + "204": { + "description": "Job run started." + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobs": { + "get": { + "tags": [ + "Jobs" + ], + "description": "This method gets all the jobs of a data service type in a given resource.", + "operationId": "Jobs_ListByDataService", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataServiceName", + "in": "path", + "description": "The name of the data service of interest.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "description": "OData Filter options", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The list of jobs that match the service and resource.", + "schema": { + "$ref": "#/definitions/JobList" + } + } + }, + "x-ms-odata": "#/definitions/JobFilter", + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores": { + "get": { + "tags": [ + "DataStores" + ], + "description": "Gets all the data stores/repositories in the given resource.", + "operationId": "DataStores_ListByDataManager", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "description": "OData Filter options", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The list of data stores/repositories in the given resource.", + "schema": { + "$ref": "#/definitions/DataStoreList" + } + } + }, + "x-ms-odata": "#/definitions/DataStoreFilter", + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}": { + "get": { + "tags": [ + "DataStores" + ], + "description": "This method gets the data store/repository by name.", + "operationId": "DataStores_Get", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataStoreName", + "in": "path", + "description": "The data store/repository name queried.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The data store/repository which matches the name given.", + "schema": { + "$ref": "#/definitions/DataStore" + } + } + } + }, + "put": { + "tags": [ + "DataStores" + ], + "description": "Creates or updates the data store/repository in the data manager.", + "operationId": "DataStores_CreateOrUpdate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataStoreName", + "in": "path", + "description": "The data store/repository name to be created or updated.", + "required": true, + "type": "string" + }, + { + "name": "dataStore", + "in": "body", + "description": "The data store/repository object to be created or updated.", + "required": true, + "schema": { + "$ref": "#/definitions/DataStore" + } + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The data store/repository object.", + "schema": { + "$ref": "#/definitions/DataStore" + } + }, + "202": { + "description": "Accepted request for create/update." + } + }, + "x-ms-long-running-operation": true + }, + "delete": { + "tags": [ + "DataStores" + ], + "description": "This method deletes the given data store/repository.", + "operationId": "DataStores_Delete", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataStoreName", + "in": "path", + "description": "The data store/repository name to be deleted.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "202": { + "description": "Accepted request for DataStore deletion." + }, + "204": { + "description": "DataStore deleted." + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes": { + "get": { + "tags": [ + "DataStoreTypes" + ], + "description": "Gets all the data store/repository types that the resource supports.", + "operationId": "DataStoreTypes_ListByDataManager", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The list of data store types that are supported.", + "schema": { + "$ref": "#/definitions/DataStoreTypeList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}": { + "get": { + "tags": [ + "DataStoreTypes" + ], + "description": "Gets the data store/repository type given its name.", + "operationId": "DataStoreTypes_Get", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "dataStoreTypeName", + "in": "path", + "description": "The data store/repository type name for which details are needed.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The data store/repository type.", + "schema": { + "$ref": "#/definitions/DataStoreType" + } + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/jobDefinitions": { + "get": { + "tags": [ + "JobDefinitions" + ], + "description": "This method gets all the job definitions of the given data manager resource.", + "operationId": "JobDefinitions_ListByDataManager", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "description": "OData Filter options", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The list of job definitions in that resource.OK", + "schema": { + "$ref": "#/definitions/JobDefinitionList" + } + } + }, + "x-ms-odata": "#/definitions/JobDefinitionFilter", + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/jobs": { + "get": { + "tags": [ + "Jobs" + ], + "description": "This method gets all the jobs at the data manager resource level.", + "operationId": "Jobs_ListByDataManager", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "description": "OData Filter options", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "The list of jobs in the resource specified.", + "schema": { + "$ref": "#/definitions/JobList" + } + } + }, + "x-ms-odata": "#/definitions/JobFilter", + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/publicKeys": { + "get": { + "tags": [ + "PublicKeys" + ], + "description": "This method gets the list view of public keys, however it will only have one element.", + "operationId": "PublicKeys_ListByDataManager", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The list of public keys.", + "schema": { + "$ref": "#/definitions/PublicKeyList" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/publicKeys/{publicKeyName}": { + "get": { + "tags": [ + "PublicKeys" + ], + "description": "This method gets the public keys.", + "operationId": "PublicKeys_Get", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "publicKeyName", + "in": "path", + "description": "Name of the public key.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + } + ], + "responses": { + "200": { + "description": "The public keys.", + "schema": { + "$ref": "#/definitions/PublicKey" + } + } + } + } + } + }, + "definitions": { + "AvailableProviderOperation": { + "description": "Class represents provider operation", + "required": [ + "name" + ], + "type": "object", + "properties": { + "name": { + "description": "Gets or Sets Name of the operations", + "type": "string" + }, + "display": { + "$ref": "#/definitions/AvailableProviderOperationDisplay", + "description": "Gets or sets Display information\r\nContains the localized display information for this particular operation/action" + }, + "origin": { + "description": "Gets or sets Origin\r\nThe intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.\r\nDefault value is “user,system”", + "type": "string" + }, + "properties": { + "$ref": "#/definitions/AvailableProviderOperationProperties", + "description": "Gets or sets Properties\r\nReserved for future use", + "x-ms-client-flatten": true + } + } + }, + "AvailableProviderOperationDisplay": { + "description": "Contains the localized display information for this particular operation / action. \r\nThese value will be used by several clients for \r\n(1) custom role definitions for RBAC; \r\n(2) complex query filters for the event service; and (3) audit history / records for management operations.", + "type": "object", + "properties": { + "provider": { + "description": "Gets or sets Provider\r\nThe localized friendly form of the resource provider name – it is expected to also include the publisher/company responsible. \r\nIt should use Title Casing and begin with “Microsoft” for 1st party services.", + "type": "string" + }, + "resource": { + "description": "Gets or sets Resource\r\nThe localized friendly form of the resource type related to this action/operation – it should match the public documentation for the resource provider. \r\nIt should use Title Casing – for examples, please refer to the “name” section.", + "type": "string" + }, + "operation": { + "description": "Gets or sets Operation\r\nThe localized friendly name for the operation, as it should be shown to the user. \r\nIt should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing and include the entity/resource to which it applies.", + "type": "string" + }, + "description": { + "description": "Gets or sets Description\r\nThe localized friendly description for the operation, as it should be shown to the user. \r\nIt should be thorough, yet concise – it will be used in tool tips and detailed views.", + "type": "string" + } + } + }, + "AvailableProviderOperationProperties": { + "description": "Class represents Properties in AvailableProviderOperations", + "type": "object", + "properties": {} + }, + "AvailableProviderOperations": { + "description": "Class for set of operations used for discovery of available provider operations.", + "type": "object", + "properties": { + "value": { + "description": "List of operations.", + "type": "array", + "items": { + "$ref": "#/definitions/AvailableProviderOperation" + } + }, + "nextLink": { + "description": "Link for the next set of operations.", + "type": "string" + } + } + }, + "CustomerSecret": { + "description": "The pair of customer secret.", + "required": [ + "keyIdentifier", + "keyValue", + "algorithm" + ], + "type": "object", + "properties": { + "keyIdentifier": { + "description": "The identifier to the data service input object which this secret corresponds to.", + "type": "string" + }, + "keyValue": { + "description": "It contains the encrypted customer secret.", + "type": "string" + }, + "algorithm": { + "description": "The encryption algorithm used to encrypt data.", + "enum": [ + "None", + "RSA1_5", + "RSA_OAEP", + "PlainText" + ], + "type": "string", + "x-ms-enum": { + "name": "SupportedAlgorithm", + "modelAsString": false + } + } + } + }, + "DataManager": { + "description": "The DataManager resource.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/Resource" + } + ], + "properties": { + "etag": { + "description": "Etag of the Resource.", + "type": "string" + } + } + }, + "DataManagerList": { + "description": "DataManager resources Collection.", + "type": "object", + "properties": { + "value": { + "description": "List of data manager resources.", + "type": "array", + "items": { + "$ref": "#/definitions/DataManager" + } + }, + "nextLink": { + "description": "Link for the next set of data stores.", + "type": "string" + } + } + }, + "DataManagerUpdateParameter": { + "description": "The DataManagerUpdateParameter.", + "type": "object", + "properties": { + "sku": { + "$ref": "#/definitions/Sku", + "description": "The sku type." + }, + "tags": { + "description": "The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource\r\n(across resource groups).", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "DataService": { + "description": "Data Service.", + "required": [ + "properties" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DmsBaseObject" + } + ], + "properties": { + "properties": { + "$ref": "#/definitions/DataServiceProperties", + "description": "DataService properties.", + "x-ms-client-flatten": true + } + } + }, + "DataServiceList": { + "description": "Data Service Collection.", + "type": "object", + "properties": { + "value": { + "description": "List of data services.", + "type": "array", + "items": { + "$ref": "#/definitions/DataService" + } + }, + "nextLink": { + "description": "Link for the next set of data services.", + "type": "string" + } + } + }, + "DataServiceProperties": { + "description": "Data Service properties.", + "required": [ + "state" + ], + "type": "object", + "properties": { + "state": { + "description": "State of the data service.", + "enum": [ + "Disabled", + "Enabled", + "Supported" + ], + "type": "string", + "x-ms-enum": { + "name": "State", + "modelAsString": false + } + }, + "supportedDataSinkTypes": { + "description": "Supported data store types which can be used as a sink.", + "type": "array", + "items": { + "type": "string" + } + }, + "supportedDataSourceTypes": { + "description": "Supported data store types which can be used as a source.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "DataServiceResult": { + "description": "Query result for a particular data service.", + "type": "object", + "properties": { + "queryType": { + "description": "The type of result which is returned after the execution of the query.", + "enum": [ + "FileMetadata", + "SnapshotFileMetadata" + ], + "type": "string", + "x-ms-enum": { + "name": "DataServiceResultQueryType", + "modelAsString": false + } + } + }, + "discriminator": "queryType" + }, + "DataServiceResultQuery": { + "description": "Query for a particular data service result.", + "required": [ + "queryType" + ], + "type": "object", + "properties": { + "queryType": { + "description": "Query type which specifies which data service result needs to be queried.", + "enum": [ + "FileMetadata", + "SnapshotFileMetadata" + ], + "type": "string", + "x-ms-enum": { + "name": "DataServiceResultQueryType", + "modelAsString": false + } + } + }, + "discriminator": "queryType" + }, + "DataStore": { + "description": "Data store.", + "required": [ + "properties" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DmsBaseObject" + } + ], + "properties": { + "properties": { + "$ref": "#/definitions/DataStoreProperties", + "description": "DataStore properties.", + "x-ms-client-flatten": true + } + }, + "x-ms-azure-resource": true + }, + "DataStoreFilter": { + "description": "Contains the information about the filters for the DataStore.", + "type": "object", + "properties": { + "dataStoreTypeId": { + "description": "The data store type id.", + "type": "string" + } + } + }, + "DataStoreList": { + "description": "Data Store Collection.", + "type": "object", + "properties": { + "value": { + "description": "List of data stores.", + "type": "array", + "items": { + "$ref": "#/definitions/DataStore" + } + }, + "nextLink": { + "description": "Link for the next set of data stores.", + "type": "string" + } + } + }, + "DataStoreProperties": { + "description": "Data Store for sources and sinks", + "required": [ + "state", + "dataStoreTypeId" + ], + "type": "object", + "properties": { + "repositoryId": { + "description": "Arm Id for the manager resource to which the data source is associated. This is optional.", + "type": "string" + }, + "state": { + "description": "State of the data source.", + "enum": [ + "Disabled", + "Enabled", + "Supported" + ], + "type": "string", + "x-ms-enum": { + "name": "State", + "modelAsString": false + } + }, + "extendedProperties": { + "description": "A generic json used differently by each data source type.", + "type": "object" + }, + "dataStoreTypeId": { + "description": "The arm id of the data store type.", + "type": "string" + }, + "customerSecrets": { + "description": "List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.", + "type": "array", + "items": { + "$ref": "#/definitions/CustomerSecret" + } + } + } + }, + "DataStoreType": { + "description": "Data Store Type.", + "required": [ + "properties" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DmsBaseObject" + } + ], + "properties": { + "properties": { + "$ref": "#/definitions/DataStoreTypeProperties", + "description": "DataStoreType properties.", + "x-ms-client-flatten": true + } + } + }, + "DataStoreTypeList": { + "description": "Data Store Type Collection.", + "type": "object", + "properties": { + "value": { + "description": "List of DataStoreType.", + "type": "array", + "items": { + "$ref": "#/definitions/DataStoreType" + } + }, + "nextLink": { + "description": "Link for the next set of data store types.", + "type": "string" + } + } + }, + "DataStoreTypeProperties": { + "description": "Data Store Type properties.", + "required": [ + "state" + ], + "type": "object", + "properties": { + "repositoryType": { + "description": "Arm type for the manager resource to which the data source type is associated. This is optional.", + "type": "string" + }, + "state": { + "description": "State of the data store type.", + "enum": [ + "Disabled", + "Enabled", + "Supported" + ], + "type": "string", + "x-ms-enum": { + "name": "State", + "modelAsString": false + } + }, + "supportedDataServicesAsSink": { + "description": "Supported data services where it can be used as a sink.", + "type": "array", + "items": { + "type": "string" + } + }, + "supportedDataServicesAsSource": { + "description": "Supported data services where it can be used as a source.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "DmsBaseObject": { + "description": "Base class for all objects under DataManager.", + "type": "object", + "properties": { + "name": { + "description": "Name of the object.", + "type": "string", + "readOnly": true + }, + "id": { + "description": "Id of the object.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Type of the object.", + "type": "string", + "readOnly": true + } + } + }, + "Error": { + "description": "Top level error for the job.", + "required": [ + "code" + ], + "type": "object", + "properties": { + "code": { + "description": "Error code that can be used to programmatically identify the error.", + "type": "string" + }, + "message": { + "description": "Describes the error in detail and provides debugging information.", + "type": "string" + } + } + }, + "ErrorDetails": { + "description": "Error Details", + "type": "object", + "properties": { + "errorMessage": { + "description": "Error message.", + "type": "string" + }, + "errorCode": { + "format": "int32", + "description": "Error code.", + "type": "integer" + }, + "recommendedAction": { + "description": "Recommended action for the error.", + "type": "string" + }, + "exceptionMessage": { + "description": "Contains the non localized exception message", + "type": "string" + } + } + }, + "FileMetadata": { + "description": "Data service result for query type FileMetadata.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DataServiceResult" + } + ], + "properties": { + "fileId": { + "description": "Unique identifier for a file.", + "type": "string" + }, + "fileName": { + "description": "Name of the file.", + "type": "string" + }, + "path": { + "description": "Path of the file.", + "type": "string" + }, + "extension": { + "description": "Extension of the file.", + "type": "string" + }, + "createdBy": { + "description": "User who created the file.", + "type": "string" + }, + "creationDate": { + "format": "date-time", + "description": "Date when the file was created.", + "type": "string" + } + }, + "x-ms-discriminator-value": "FileMetadata" + }, + "FileMetadataQuery": { + "description": "Query for File Metadata.", + "required": [ + "searchCriteria", + "queryType" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DataServiceResultQuery" + } + ], + "properties": { + "searchCriteria": { + "description": "Criteria which governs the search.", + "type": "string" + }, + "fileCreationSearchStartDate": { + "format": "date-time", + "description": "The start date after which the files created need to be searched.", + "type": "string" + }, + "fileCreationSearchEndDate": { + "format": "date-time", + "description": "The end date before which the files created need to be searched.", + "type": "string" + } + }, + "x-ms-discriminator-value": "FileMetadata" + }, + "Job": { + "description": "Data service job.", + "required": [ + "status", + "startTime", + "properties" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DmsBaseObject" + } + ], + "properties": { + "status": { + "description": "Status of the job.", + "enum": [ + "None", + "InProgress", + "Succeeded", + "WaitingForAction", + "Failed", + "Cancelled", + "Cancelling" + ], + "type": "string", + "x-ms-enum": { + "name": "JobStatus", + "modelAsString": false + } + }, + "startTime": { + "format": "date-time", + "description": "Time at which the job was started in UTC ISO 8601 format.", + "type": "string" + }, + "endTime": { + "format": "date-time", + "description": "Time at which the job ended in UTC ISO 8601 format.", + "type": "string" + }, + "properties": { + "$ref": "#/definitions/JobProperties", + "description": "Job properties.", + "x-ms-client-flatten": true + }, + "error": { + "$ref": "#/definitions/Error", + "description": "Top level error for the job." + } + } + }, + "JobDefinition": { + "description": "Job Definition.", + "required": [ + "properties" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DmsBaseObject" + } + ], + "properties": { + "properties": { + "$ref": "#/definitions/JobDefinitionProperties", + "description": "JobDefinition properties.", + "x-ms-client-flatten": true + } + }, + "x-ms-azure-resource": true + }, + "JobDefinitionFilter": { + "description": "Contains the supported job definition filters.", + "required": [ + "state" + ], + "type": "object", + "properties": { + "state": { + "description": "The state of the job definition.", + "enum": [ + "Disabled", + "Enabled", + "Supported" + ], + "type": "string", + "x-ms-enum": { + "name": "State", + "modelAsString": false + } + }, + "datasource": { + "description": "The data source associated with the job definition", + "type": "string" + }, + "lastmodified": { + "format": "date-time", + "description": "The last modified date time of the data source.", + "type": "string" + } + } + }, + "JobDefinitionList": { + "description": "Job Definition Collection.", + "type": "object", + "properties": { + "value": { + "description": "List of job definitions.", + "type": "array", + "items": { + "$ref": "#/definitions/JobDefinition" + } + }, + "nextLink": { + "description": "Link for the next set of job definitions.", + "type": "string" + } + } + }, + "JobDefinitionProperties": { + "description": "Job Definition", + "required": [ + "dataSourceId", + "dataSinkId", + "state" + ], + "type": "object", + "properties": { + "dataSourceId": { + "description": "Data Source Id associated to the job definition.", + "type": "string" + }, + "dataSinkId": { + "description": "Data Sink Id associated to the job definition.", + "type": "string" + }, + "schedules": { + "description": "Schedule for running the job definition", + "type": "array", + "items": { + "$ref": "#/definitions/Schedule" + } + }, + "state": { + "description": "State of the job definition.", + "enum": [ + "Disabled", + "Enabled", + "Supported" + ], + "type": "string", + "x-ms-enum": { + "name": "State", + "modelAsString": false + } + }, + "lastModifiedTime": { + "format": "date-time", + "description": "Last modified time of the job definition.", + "type": "string" + }, + "runLocation": { + "description": "This is the preferred geo location for the job to run.", + "enum": [ + "none", + "australiaeast", + "australiasoutheast", + "brazilsouth", + "canadacentral", + "canadaeast", + "centralindia", + "centralus", + "eastasia", + "eastus", + "eastus2", + "japaneast", + "japanwest", + "koreacentral", + "koreasouth", + "southeastasia", + "southcentralus", + "southindia", + "northcentralus", + "northeurope", + "uksouth", + "ukwest", + "westcentralus", + "westeurope", + "westindia", + "westus", + "westus2" + ], + "type": "string", + "x-ms-enum": { + "name": "RunLocation", + "modelAsString": false + } + }, + "userConfirmation": { + "description": "Enum to detect if user confirmation is required. If not passed will default to NotRequired.", + "default": "NotRequired", + "enum": [ + "NotRequired", + "Required" + ], + "type": "string", + "x-ms-enum": { + "name": "UserConfirmation", + "modelAsString": false + } + }, + "dataServiceInput": { + "description": "A generic json used differently by each data service type.", + "type": "object" + }, + "customerSecrets": { + "description": "List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.", + "type": "array", + "items": { + "$ref": "#/definitions/CustomerSecret" + } + } + } + }, + "JobDetails": { + "description": "Job details.", + "type": "object", + "properties": { + "jobStages": { + "description": "List of stages that ran in the job", + "type": "array", + "items": { + "$ref": "#/definitions/JobStages" + } + }, + "jobDefinition": { + "$ref": "#/definitions/JobDefinition", + "description": "JobDefinition at the time of the run" + }, + "errorDetails": { + "description": "Error details for failure. This is optional.", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorDetails" + } + }, + "itemDetailsLink": { + "description": "Item Details Link to download files or see details", + "type": "string" + } + } + }, + "JobFilter": { + "description": "Contains the information about the filters for the job.", + "required": [ + "status" + ], + "type": "object", + "properties": { + "status": { + "description": "The status of the job.", + "enum": [ + "None", + "InProgress", + "Succeeded", + "WaitingForAction", + "Failed", + "Cancelled", + "Cancelling" + ], + "type": "string", + "x-ms-enum": { + "name": "JobStatus", + "modelAsString": false + } + }, + "startTime": { + "format": "date-time", + "description": "The start time of the job.", + "type": "string" + } + } + }, + "JobList": { + "description": "Job Collection.", + "type": "object", + "properties": { + "value": { + "description": "List of jobs.", + "type": "array", + "items": { + "$ref": "#/definitions/Job" + } + }, + "nextLink": { + "description": "Link for the next set of jobs.", + "type": "string" + } + } + }, + "JobProperties": { + "description": "Job Properties", + "required": [ + "isCancellable" + ], + "type": "object", + "properties": { + "isCancellable": { + "description": "Describes whether the job is cancellable.", + "enum": [ + "NotCancellable", + "Cancellable" + ], + "type": "string", + "x-ms-enum": { + "name": "IsJobCancellable", + "modelAsString": false + } + }, + "bytesProcessed": { + "format": "int64", + "description": "Number of bytes processed by the job as of now.", + "type": "integer" + }, + "itemsProcessed": { + "format": "int64", + "description": "Number of items processed by the job as of now", + "type": "integer" + }, + "totalBytesToProcess": { + "format": "int64", + "description": "Number of bytes to be processed by the job in total.", + "type": "integer" + }, + "totalItemsToProcess": { + "format": "int64", + "description": "Number of items to be processed by the job in total", + "type": "integer" + }, + "details": { + "$ref": "#/definitions/JobDetails", + "description": "Details of a job run. This field will only be sent for expand details filter." + }, + "dataSourceName": { + "description": "Name of the data source on which the job was triggered.", + "type": "string" + }, + "dataSinkName": { + "description": "Name of the data sink on which the job was triggered.", + "type": "string" + } + } + }, + "JobStages": { + "description": "Job stages.", + "required": [ + "stageStatus" + ], + "type": "object", + "properties": { + "stageName": { + "description": "Name of the job stage.", + "type": "string" + }, + "stageStatus": { + "description": "Status of the job stage.", + "enum": [ + "None", + "InProgress", + "Succeeded", + "WaitingForAction", + "Failed", + "Cancelled", + "Cancelling" + ], + "type": "string", + "x-ms-enum": { + "name": "JobStatus", + "modelAsString": false + } + }, + "jobStageDetails": { + "description": "Job Stage Details", + "type": "object" + }, + "errorDetails": { + "description": "Error details for the stage. This is optional", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorDetails" + } + } + } + }, + "Key": { + "description": "Encryption Key.", + "required": [ + "keyModulus", + "keyExponent", + "encryptionChunkSizeInBytes" + ], + "type": "object", + "properties": { + "keyModulus": { + "description": "Modulus of the encryption key.", + "type": "string" + }, + "keyExponent": { + "description": "Exponent of the encryption key.", + "type": "string" + }, + "encryptionChunkSizeInBytes": { + "format": "int32", + "description": "The maximum byte size that can be encrypted by the key. For a key size larger than the size, break into chunks and encrypt each chunk, append each encrypted chunk with : to mark the end of the chunk.", + "type": "integer" + } + } + }, + "PublicKey": { + "description": "Public key", + "required": [ + "properties" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DmsBaseObject" + } + ], + "properties": { + "properties": { + "$ref": "#/definitions/PublicKeyProperties", + "description": "Public key property.", + "x-ms-client-flatten": true + } + } + }, + "PublicKeyList": { + "description": "PublicKey Collection", + "type": "object", + "properties": { + "value": { + "description": "List of public keys.", + "type": "array", + "items": { + "$ref": "#/definitions/PublicKey" + } + }, + "nextLink": { + "description": "Link for the next set of public keys.", + "type": "string" + } + } + }, + "PublicKeyProperties": { + "description": "PublicKey Properties", + "required": [ + "dataServiceLevel1Key", + "dataServiceLevel2Key" + ], + "type": "object", + "properties": { + "dataServiceLevel1Key": { + "$ref": "#/definitions/Key", + "description": "Level one public key for encryption" + }, + "dataServiceLevel2Key": { + "$ref": "#/definitions/Key", + "description": "Level two public key for encryption" + } + } + }, + "Resource": { + "description": "Model of the Resource.", + "required": [ + "location" + ], + "type": "object", + "properties": { + "id": { + "description": "The Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "The Resource Name.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "The Resource type.", + "type": "string", + "readOnly": true + }, + "location": { + "description": "The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East\r\nUS, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo\r\nregion is specified on update the request will succeed.", + "type": "string", + "x-ms-mutability": [ + "read", + "create" + ] + }, + "tags": { + "description": "The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource\r\n(across resource groups).", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "sku": { + "$ref": "#/definitions/Sku", + "description": "The sku type." + } + }, + "x-ms-azure-resource": true + }, + "RunParameters": { + "description": "Run parameters for a job.", + "type": "object", + "properties": { + "userConfirmation": { + "description": "Enum to detect if user confirmation is required. If not passed will default to NotRequired.", + "default": "NotRequired", + "enum": [ + "NotRequired", + "Required" + ], + "type": "string", + "x-ms-enum": { + "name": "UserConfirmation", + "modelAsString": false + } + }, + "dataServiceInput": { + "description": "A generic json used differently by each data service type.", + "type": "object" + }, + "customerSecrets": { + "description": "List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.", + "type": "array", + "items": { + "$ref": "#/definitions/CustomerSecret" + } + } + } + }, + "Schedule": { + "description": "Schedule for the job run.", + "type": "object", + "properties": { + "name": { + "description": "Name of the schedule.", + "type": "string" + }, + "policyList": { + "description": "A list of repetition intervals in ISO 8601 format.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "Sku": { + "description": "The sku type.", + "type": "object", + "properties": { + "name": { + "description": "The sku name. Required for data manager creation, optional for update.", + "type": "string" + }, + "tier": { + "description": "The sku tier. This is based on the SKU name.", + "type": "string" + } + } + }, + "SnapshotFileMetadata": { + "description": "Data service result for query type SnapshotFileMetadata.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DataServiceResult" + } + ], + "properties": { + "fileId": { + "description": "Unique identifier for file.", + "type": "string" + }, + "snapshotId": { + "description": "Unique identifier for snapshot.", + "type": "string" + }, + "length": { + "format": "int64", + "description": "Size of the file.", + "type": "integer" + }, + "lastModifiedBy": { + "description": "User who last modified the file.", + "type": "string" + }, + "lastModifiedDate": { + "format": "date-time", + "description": "Date when the file was last modified.", + "type": "string" + }, + "lastAccessedBy": { + "description": "User who last accessed the file.", + "type": "string" + }, + "lastAccessedDate": { + "format": "date-time", + "description": "Date when the file was last accessed.", + "type": "string" + }, + "isDeleted": { + "description": "Is the file deleted.", + "enum": [ + "NotDeleted", + "Deleted" + ], + "type": "string", + "x-ms-enum": { + "name": "IsSnapshotDeleted", + "modelAsString": false + } + }, + "versionNumber": { + "description": "Version number of the file.", + "type": "string" + }, + "tags": { + "description": "Tags associated with the file.", + "type": "string" + }, + "snapshotName": { + "description": "The snapshot name with which the metadata is associated.", + "type": "string" + }, + "snapshotCreationDate": { + "format": "date-time", + "description": "The creation date of the snapshot with which the metadata is associated.", + "type": "string" + } + }, + "x-ms-discriminator-value": "SnapshotFileMetadata" + }, + "SnapshotFileMetadataQuery": { + "description": "Query for Snapshot File Metadata.", + "required": [ + "fileId", + "queryType" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DataServiceResultQuery" + } + ], + "properties": { + "fileId": { + "description": "Unique identifier for file.", + "type": "string" + }, + "snapshotCreationSearchStartDate": { + "format": "date-time", + "description": "The start date after which the snapshots created need to be searched.", + "type": "string" + }, + "snapshotCreationSearchEndDate": { + "format": "date-time", + "description": "The end date before which the snapshots created need to be searched.", + "type": "string" + } + }, + "x-ms-discriminator-value": "SnapshotFileMetadata" + } + }, + "parameters": { + "apiVersionParameter": { + "name": "api-version", + "in": "query", + "description": "The API Version", + "required": true, + "type": "string" + }, + "dataManagerNameParameter": { + "name": "dataManagerName", + "in": "path", + "description": "The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only", + "required": true, + "type": "string", + "maxLength": 24, + "minLength": 3, + "pattern": "^[-\\w\\.]+$", + "x-ms-parameter-location": "method" + }, + "resourceGroupNameParameter": { + "name": "resourceGroupName", + "in": "path", + "description": "The Resource Group Name", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "subscriptionIdParameter": { + "name": "subscriptionId", + "in": "path", + "description": "The Subscription Id", + "required": true, + "type": "string" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "description": "Azure Active Directory OAuth2 Flow", + "flow": "implicit", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] +} \ No newline at end of file From d6a7feb1b55ed686e8cc64fe02bc8d10583778e8 Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Mon, 4 Feb 2019 13:55:40 +0530 Subject: [PATCH 02/13] Create readme.md --- .../resource-manager/readme.md | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 specification/hybriddatamanager/resource-manager/readme.md diff --git a/specification/hybriddatamanager/resource-manager/readme.md b/specification/hybriddatamanager/resource-manager/readme.md new file mode 100644 index 000000000000..dc8c34a15bcc --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/readme.md @@ -0,0 +1,60 @@ +#HybridDataManager +# DataBox + +> see https://aka.ms/autorest + + + + +--- +## Getting Started + +> `autorest` + +To see additional help and options, run: + +> `autorest --help` +--- + +## Configuration + + + +### Basic Information + +``` yaml +openapi-type: arm +``` + + + +input-file: +``` + +--- +# Code Generation + + +## Swagger to SDK + +This section describes what SDK should be generated by the automatic system. +This is not used by Autorest itself. + +``` yaml $(swagger-to-sdk) +swagger-to-sdk: + + after_scripts: +``` + +## C# + +These settings apply only when `--csharp` is specified on the command line. +Please also specify `--csharp-sdks-folder=`. + +``` yaml $(csharp) +csharp: + azure-arm: true + license-header: MICROSOFT_MIT_NO_VERSION + clear-output-folder: true +``` + From c4d88db9c7860938a702478fcf07900256fead7a Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Thu, 7 Feb 2019 13:21:12 +0530 Subject: [PATCH 03/13] Updated readme files --- .../resource-manager/readme.go.md | 26 ++++++++++++ .../resource-manager/readme.md | 41 ++++++++++++++++++- .../resource-manager/readme.nodejs.md | 14 +++++++ .../resource-manager/readme.ruby.md | 27 ++++++++++++ .../resource-manager/readme.typescript.md | 12 ++++++ 5 files changed, 118 insertions(+), 2 deletions(-) create mode 100644 specification/hybriddatamanager/resource-manager/readme.go.md create mode 100644 specification/hybriddatamanager/resource-manager/readme.nodejs.md create mode 100644 specification/hybriddatamanager/resource-manager/readme.ruby.md create mode 100644 specification/hybriddatamanager/resource-manager/readme.typescript.md diff --git a/specification/hybriddatamanager/resource-manager/readme.go.md b/specification/hybriddatamanager/resource-manager/readme.go.md new file mode 100644 index 000000000000..66b26c5d1fef --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/readme.go.md @@ -0,0 +1,26 @@ +## Go + +These settings apply only when `--go` is specified on the command line. + +```yaml $(go) +go: + license-header: MICROSOFT_APACHE_NO_VERSION + namespace: hybriddata + clear-output-folder: true +``` + +### Go multi-api + +```yaml $(go) && $(multiapi) +batch: + - tag: package-2016-10 +``` + +### Tag: package-2016-10 and go + +These settings apply only when `--tag=package-2016-10 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +```yaml $(tag) == 'package-2016-10' && $(go) +output-folder: $(go-sdk-folder)/services/hybriddatamanager/mgmt/2016-06-01/$(namespace) +``` diff --git a/specification/hybriddatamanager/resource-manager/readme.md b/specification/hybriddatamanager/resource-manager/readme.md index dc8c34a15bcc..284b6f005426 100644 --- a/specification/hybriddatamanager/resource-manager/readme.md +++ b/specification/hybriddatamanager/resource-manager/readme.md @@ -1,13 +1,14 @@ #HybridDataManager -# DataBox > see https://aka.ms/autorest +This is the AutoRest configuration file for HybridDataManager. --- ## Getting Started +To build the SDK for HybridDataManager, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: > `autorest` @@ -21,14 +22,25 @@ To see additional help and options, run: ### Basic Information +These are the global settings for the HybridDataManager API. ``` yaml openapi-type: arm +tag: package-2016-06 ``` +### Tag: package-2016-06 +These settings apply only when `--tag=package-2016-06` is specified on the command line. + +``` yaml $(tag) == 'package-2016-06' input-file: +- Microsoft.HybridData/stable/2016-06-01/HybridData.json +directive: + - suppress: + - R2016 #to suppress (PatchBodyParametersSchema/R2016/RPCViolation) + - R2062 #to suppress (XmsResourceInPutResponse/R2062/RPCViolation) ``` --- @@ -42,10 +54,15 @@ This is not used by Autorest itself. ``` yaml $(swagger-to-sdk) swagger-to-sdk: - + - repo: azure-sdk-for-go + - repo: azure-sdk-for-node + - repo: azure-sdk-for-js + - repo: azure-sdk-for-ruby after_scripts: + - bundle install && rake arm:regen_all_profiles['azure_mgmt_hybriddatamanager'] ``` + ## C# These settings apply only when `--csharp` is specified on the command line. @@ -55,6 +72,26 @@ Please also specify `--csharp-sdks-folder=`. + +``` yaml $(java) +java: + azure-arm: true + fluent: true + namespace: com.microsoft.azure.management.hybriddata + license-header: MICROSOFT_MIT_NO_CODEGEN + payload-flattening-threshold: 1 + output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-hybriddatamanager +``` diff --git a/specification/hybriddatamanager/resource-manager/readme.nodejs.md b/specification/hybriddatamanager/resource-manager/readme.nodejs.md new file mode 100644 index 000000000000..073a3e31963f --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/readme.nodejs.md @@ -0,0 +1,14 @@ +## Node.js + +These settings apply only when `--nodejs` is specified on the command line. +Please also specify `--node-sdks-folder=`. + +``` yaml $(nodejs) +nodejs: + azure-arm: true + package-name: azure-arm-storsimple1200series + output-folder: $(node-sdks-folder)/lib/services/hybridDataManagement + generate-license-txt: true + generate-package-json: true + generate-readme-md: true +``` diff --git a/specification/hybriddatamanager/resource-manager/readme.ruby.md b/specification/hybriddatamanager/resource-manager/readme.ruby.md new file mode 100644 index 000000000000..6a80870c2e51 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/readme.ruby.md @@ -0,0 +1,27 @@ +## Ruby + +These settings apply only when `--ruby` is specified on the command line. + +``` yaml $(ruby) +ruby: + package-name: azure_mgmt_hybriddatamanager + package-version: "0.16.0" + azure-arm: true +``` + +### Ruby multi-api + +``` yaml $(ruby) && $(multiapi) +batch: + - tag: package-2016-10 +``` + +### Tag: package-2016-10 and ruby + +These settings apply only when `--tag=package-2016-06 --ruby` is specified on the command line. +Please also specify `--ruby-sdks-folder=`. + +``` yaml $(tag) == 'package-2016-10' && $(ruby) +namespace: "Azure::StorSimple1200Series::Mgmt::V2016-06-01" +output-folder: $(ruby-sdks-folder)/management/azure_mgmt_stor_simple1200_series/lib +``` \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/readme.typescript.md b/specification/hybriddatamanager/resource-manager/readme.typescript.md new file mode 100644 index 000000000000..d9fa22e09fa3 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/readme.typescript.md @@ -0,0 +1,12 @@ +## TypeScript + +These settings apply only when `--typescript` is specified on the command line. +Please also specify `--typescript-sdks-folder=`. + +``` yaml $(typescript) +typescript: + azure-arm: true + package-name: "@azure/hybriddatamanager" + output-folder: "$(typescript-sdks-folder)/packages/@azure/hybriddatamanager" + generate-metadata: true +``` From d10a8a8ce2a22c010f67ed424f6f60a69af8246d Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Thu, 7 Feb 2019 13:24:39 +0530 Subject: [PATCH 04/13] Update readme.md --- specification/hybriddatamanager/resource-manager/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/hybriddatamanager/resource-manager/readme.md b/specification/hybriddatamanager/resource-manager/readme.md index 284b6f005426..3f46478566cb 100644 --- a/specification/hybriddatamanager/resource-manager/readme.md +++ b/specification/hybriddatamanager/resource-manager/readme.md @@ -36,7 +36,7 @@ These settings apply only when `--tag=package-2016-06` is specified on the comma ``` yaml $(tag) == 'package-2016-06' input-file: -- Microsoft.HybridData/stable/2016-06-01/HybridData.json +- Microsoft.HybridData/stable/2016-06-01/hybriddata.json directive: - suppress: - R2016 #to suppress (PatchBodyParametersSchema/R2016/RPCViolation) @@ -72,7 +72,7 @@ Please also specify `--csharp-sdks-folder= Date: Wed, 27 Feb 2019 15:24:29 +0530 Subject: [PATCH 05/13] Removed unused API endpoints --- .../stable/2016-06-01/hybriddata.json | 282 +----------------- 1 file changed, 2 insertions(+), 280 deletions(-) diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json index 960bcf7027db..3efd9ab6a94c 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json @@ -838,72 +838,6 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/listResults": { - "post": { - "tags": [ - "JobDefinitions" - ], - "description": "This method returns a list of data service results specific to a job definition.", - "operationId": "JobDefinitions_ListResults", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "name": "dataServiceName", - "in": "path", - "description": "The data service type of the job definition.", - "required": true, - "type": "string" - }, - { - "name": "jobDefinitionName", - "in": "path", - "description": "Name of the job definition.", - "required": true, - "type": "string" - }, - { - "$ref": "#/parameters/subscriptionIdParameter" - }, - { - "$ref": "#/parameters/resourceGroupNameParameter" - }, - { - "$ref": "#/parameters/dataManagerNameParameter" - }, - { - "$ref": "#/parameters/apiVersionParameter" - }, - { - "name": "dataServiceResultQuery", - "in": "body", - "description": "Query to retrieve data service results based on the query type.", - "required": true, - "schema": { - "$ref": "#/definitions/DataServiceResultQuery" - } - } - ], - "responses": { - "200": { - "description": "List of data service results based on the query.", - "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/DataServiceResult" - } - } - } - }, - "x-ms-pageable": { - "nextLinkName": null - } - } - }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/run": { "post": { "tags": [ @@ -1700,47 +1634,6 @@ } } }, - "DataServiceResult": { - "description": "Query result for a particular data service.", - "type": "object", - "properties": { - "queryType": { - "description": "The type of result which is returned after the execution of the query.", - "enum": [ - "FileMetadata", - "SnapshotFileMetadata" - ], - "type": "string", - "x-ms-enum": { - "name": "DataServiceResultQueryType", - "modelAsString": false - } - } - }, - "discriminator": "queryType" - }, - "DataServiceResultQuery": { - "description": "Query for a particular data service result.", - "required": [ - "queryType" - ], - "type": "object", - "properties": { - "queryType": { - "description": "Query type which specifies which data service result needs to be queried.", - "enum": [ - "FileMetadata", - "SnapshotFileMetadata" - ], - "type": "string", - "x-ms-enum": { - "name": "DataServiceResultQueryType", - "modelAsString": false - } - } - }, - "discriminator": "queryType" - }, "DataStore": { "description": "Data store.", "required": [ @@ -1758,8 +1651,7 @@ "description": "DataStore properties.", "x-ms-client-flatten": true } - }, - "x-ms-azure-resource": true + } }, "DataStoreFilter": { "description": "Contains the information about the filters for the DataStore.", @@ -1967,73 +1859,6 @@ } } }, - "FileMetadata": { - "description": "Data service result for query type FileMetadata.", - "type": "object", - "allOf": [ - { - "$ref": "#/definitions/DataServiceResult" - } - ], - "properties": { - "fileId": { - "description": "Unique identifier for a file.", - "type": "string" - }, - "fileName": { - "description": "Name of the file.", - "type": "string" - }, - "path": { - "description": "Path of the file.", - "type": "string" - }, - "extension": { - "description": "Extension of the file.", - "type": "string" - }, - "createdBy": { - "description": "User who created the file.", - "type": "string" - }, - "creationDate": { - "format": "date-time", - "description": "Date when the file was created.", - "type": "string" - } - }, - "x-ms-discriminator-value": "FileMetadata" - }, - "FileMetadataQuery": { - "description": "Query for File Metadata.", - "required": [ - "searchCriteria", - "queryType" - ], - "type": "object", - "allOf": [ - { - "$ref": "#/definitions/DataServiceResultQuery" - } - ], - "properties": { - "searchCriteria": { - "description": "Criteria which governs the search.", - "type": "string" - }, - "fileCreationSearchStartDate": { - "format": "date-time", - "description": "The start date after which the files created need to be searched.", - "type": "string" - }, - "fileCreationSearchEndDate": { - "format": "date-time", - "description": "The end date before which the files created need to be searched.", - "type": "string" - } - }, - "x-ms-discriminator-value": "FileMetadata" - }, "Job": { "description": "Data service job.", "required": [ @@ -2103,8 +1928,7 @@ "description": "JobDefinition properties.", "x-ms-client-flatten": true } - }, - "x-ms-azure-resource": true + } }, "JobDefinitionFilter": { "description": "Contains the supported job definition filters.", @@ -2611,108 +2435,6 @@ "type": "string" } } - }, - "SnapshotFileMetadata": { - "description": "Data service result for query type SnapshotFileMetadata.", - "type": "object", - "allOf": [ - { - "$ref": "#/definitions/DataServiceResult" - } - ], - "properties": { - "fileId": { - "description": "Unique identifier for file.", - "type": "string" - }, - "snapshotId": { - "description": "Unique identifier for snapshot.", - "type": "string" - }, - "length": { - "format": "int64", - "description": "Size of the file.", - "type": "integer" - }, - "lastModifiedBy": { - "description": "User who last modified the file.", - "type": "string" - }, - "lastModifiedDate": { - "format": "date-time", - "description": "Date when the file was last modified.", - "type": "string" - }, - "lastAccessedBy": { - "description": "User who last accessed the file.", - "type": "string" - }, - "lastAccessedDate": { - "format": "date-time", - "description": "Date when the file was last accessed.", - "type": "string" - }, - "isDeleted": { - "description": "Is the file deleted.", - "enum": [ - "NotDeleted", - "Deleted" - ], - "type": "string", - "x-ms-enum": { - "name": "IsSnapshotDeleted", - "modelAsString": false - } - }, - "versionNumber": { - "description": "Version number of the file.", - "type": "string" - }, - "tags": { - "description": "Tags associated with the file.", - "type": "string" - }, - "snapshotName": { - "description": "The snapshot name with which the metadata is associated.", - "type": "string" - }, - "snapshotCreationDate": { - "format": "date-time", - "description": "The creation date of the snapshot with which the metadata is associated.", - "type": "string" - } - }, - "x-ms-discriminator-value": "SnapshotFileMetadata" - }, - "SnapshotFileMetadataQuery": { - "description": "Query for Snapshot File Metadata.", - "required": [ - "fileId", - "queryType" - ], - "type": "object", - "allOf": [ - { - "$ref": "#/definitions/DataServiceResultQuery" - } - ], - "properties": { - "fileId": { - "description": "Unique identifier for file.", - "type": "string" - }, - "snapshotCreationSearchStartDate": { - "format": "date-time", - "description": "The start date after which the snapshots created need to be searched.", - "type": "string" - }, - "snapshotCreationSearchEndDate": { - "format": "date-time", - "description": "The end date before which the snapshots created need to be searched.", - "type": "string" - } - }, - "x-ms-discriminator-value": "SnapshotFileMetadata" } }, "parameters": { From 33a84dabb6919eb8ab13cbb3317d01f4b8fca60e Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Sat, 2 Mar 2019 11:58:49 +0530 Subject: [PATCH 06/13] Updated example files and swagger --- ...ataManagers_Create_200-PUT-example-41.json | 42 + ...ataManagers_Create_202-PUT-example-41.json | 34 + ...Managers_Delete_202-DELETE-example-41.json | 25 + ...Managers_Delete_204-DELETE-example-41.json | 25 + .../DataManagers_Get_200-GET-example-41.json | 33 + ...istByResourceGroup_200-GET-example-31.json | 57 ++ .../DataManagers_List_200-GET-example-21.json | 924 ++++++++++++++++++ .../DataServices_Get_200-GET-example-61.json | 40 + ..._ListByDataManager_200-GET-example-51.json | 109 +++ ...ataStoreTypes_Get_200-GET-example-181.json | 39 + ...ataStoreTypes_Get_200-GET-example-182.json | 40 + ...ListByDataManager_200-GET-example-171.json | 104 ++ ...OrUpdate_200_DataSink-PUT-example-161.json | 68 ++ ...Update_200_DataSource-PUT-example-161.json | 63 ++ ...OrUpdate_202_DataSink-PUT-example-161.json | 56 ++ ...Update_202_DataSource-PUT-example-161.json | 50 + ...elete_202_DataSink-DELETE-example-161.json | 26 + ...ete_202_DataSource-DELETE-example-161.json | 26 + ...elete_204_DataSink-DELETE-example-161.json | 26 + ...ete_204_DataSource-DELETE-example-161.json | 26 + .../DataStores_Get_200-GET-example-161.json | 39 + .../DataStores_Get_200-GET-example-162.json | 38 + ...ListByDataManager_200-GET-example-151.json | 56 ++ ...ons_CreateOrUpdate_200-PUT-example-81.json | 83 ++ ...ons_CreateOrUpdate_202-PUT-example-81.json | 56 ++ ...initions_Delete_202-DELETE-example-81.json | 27 + ...initions_Delete_204-DELETE-example-81.json | 27 + ...JobDefinitions_Get_200-GET-example-81.json | 54 + ...ListByDataManager_200-GET-example-191.json | 57 ++ ..._ListByDataService_200-GET-example-71.json | 58 ++ ...bDefinitions_Run_202-POST-example-131.json | 51 + ...bDefinitions_Run_204-POST-example-131.json | 51 + .../Jobs_Cancel_202-POST-example-111.json | 28 + .../Jobs_Cancel_204-POST-example-111.json | 28 + .../Jobs_Get_200-GET-example-101.json | 41 + ...ListByDataManager_200-GET-example-201.json | 105 ++ ...ListByDataService_200-GET-example-141.json | 106 ++ ...istByJobDefinition_200-GET-example-91.json | 107 ++ .../Jobs_Resume_202-POST-example-121.json | 28 + .../Jobs_Resume_204-POST-example-121.json | 28 + .../Operations_List_200-GET-example-11.json | 300 ++++++ .../PublicKeys_Get_200-GET-example-221.json | 42 + ...ListByDataManager_200-GET-example-211.json | 45 + .../stable/2016-06-01/hybriddata.json | 271 +++-- .../resource-manager/readme.nodejs.md | 2 +- .../resource-manager/readme.typescript.md | 4 +- 46 files changed, 3464 insertions(+), 81 deletions(-) create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_200-PUT-example-41.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get_200-GET-example-41.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List_200-GET-example-21.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get_200-GET-example-61.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager_200-GET-example-51.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-181.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-182.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSink-DELETE-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSource-DELETE-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSource-DELETE-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-161.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-162.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager_200-GET-example-151.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_202-DELETE-example-81.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_204-DELETE-example-81.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get_200-GET-example-81.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager_200-GET-example-191.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService_200-GET-example-71.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_202-POST-example-131.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_202-POST-example-111.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get_200-GET-example-101.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List_200-GET-example-11.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get_200-GET-example-221.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager_200-GET-example-211.json diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_200-PUT-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_200-PUT-example-41.json new file mode 100644 index 000000000000..9de96a560555 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_200-PUT-example-41.json @@ -0,0 +1,42 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "a01c5673-b5e1-4988-a2f2-de28f185f5ec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ], + "dataManager": { + "location": "westus" + } + }, + "responses": { + "200": { + "body": { + "etag": "W/\"datetime'2019-02-27T05%3A31%3A12.9100934Z'\"_W/\"datetime'2019-02-27T05%3A31%3A12.958Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", + "name": "AzureSDKOperationsTest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": {} + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json new file mode 100644 index 000000000000..8ba4169b933b --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "f87301d7-c9ce-46a5-9461-cb4a5cc5e783" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ], + "dataManager": { + "location": "westus" + } + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json new file mode 100644 index 000000000000..e382e944a988 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "a354158e-f43f-4f03-b35d-9f69a602d92a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json new file mode 100644 index 000000000000..2b61ea9b6a78 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "a354158e-f43f-4f03-b35d-9f69a602d92a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "204": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get_200-GET-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get_200-GET-example-41.json new file mode 100644 index 000000000000..b9690caa8a2b --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get_200-GET-example-41.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "40eb445e-695f-4d07-a6cc-868e9b7e8bba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "etag": "W/\"datetime'2019-02-27T05%3A31%3A12.9100934Z'\"_W/\"datetime'2019-02-27T05%3A31%3A12.958Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", + "name": "AzureSDKOperationsTest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": {} + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json new file mode 100644 index 000000000000..8e0c7f85ea59 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json @@ -0,0 +1,57 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "781be350-f22e-45d7-b774-615038649b42" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "etag": "W/\"datetime'2019-02-17T14%3A50%3A37.866739Z'\"_W/\"datetime'2019-02-17T14%3A50%3A38.038859Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperations", + "name": "AzureSDKOperations", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": {} + }, + { + "etag": "W/\"datetime'2019-02-07T08%3A12%3A02.6617546Z'\"_W/\"datetime'2019-02-07T08%3A12%3A02.714793Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzSDKOps", + "name": "AzSDKOps", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2019-02-27T05%3A31%3A12.9100934Z'\"_W/\"datetime'2019-02-27T05%3A31%3A12.958Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", + "name": "AzureSDKOperationsTest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": {} + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List_200-GET-example-21.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List_200-GET-example-21.json new file mode 100644 index 000000000000..cf356ff980da --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List_200-GET-example-21.json @@ -0,0 +1,924 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "8749f4fd-8e91-47a6-abc4-3ebf3531505d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "etag": "W/\"datetime'2018-07-23T09%3A58%3A15.3299896Z'\"_W/\"datetime'2018-07-23T09%3A58%3A15.3500041Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertneafterdep1", + "name": "batchcertneafterdep1", + "type": "Microsoft.HybridData/dataManagers", + "location": "northeurope", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-16T09%3A46%3A06.3239385Z'\"_W/\"datetime'2018-07-16T09%3A46%3A06.3289422Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertneold", + "name": "batchcertneold", + "type": "Microsoft.HybridData/dataManagers", + "location": "northeurope", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-03-15T10%3A53%3A10.0933461Z'\"_W/\"datetime'2018-03-15T10%3A53%3A10.1213654Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dmsnesmoketest", + "name": "dmsnesmoketest", + "type": "Microsoft.HybridData/dataManagers", + "location": "northeurope", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-10T06%3A36%3A18.0878861Z'\"_W/\"datetime'2018-07-10T06%3A36%3A18.1139046Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/ne-07-10", + "name": "ne-07-10", + "type": "Microsoft.HybridData/dataManagers", + "location": "northeurope", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-23T03%3A58%3A20.5213761Z'\"_W/\"datetime'2018-07-23T03%3A58%3A20.5423899Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcerteusafterdep1", + "name": "batchcerteusafterdep1", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-16T10%3A00%3A49.4703338Z'\"_W/\"datetime'2018-07-16T10%3A00%3A49.4913491Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcerteusold", + "name": "batchcerteusold", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-04-10T06%3A09%3A32.3093315Z'\"_W/\"datetime'2018-04-10T06%3A09%3A32.3243425Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dms-04-10", + "name": "dms-04-10", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-07T19%3A05%3A00.7594128Z'\"_W/\"datetime'2018-07-07T19%3A05%3A00.7664174Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/eus-07-08", + "name": "eus-07-08", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-10T06%3A36%3A46.642745Z'\"_W/\"datetime'2018-07-10T06%3A36%3A46.7658314Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/eus-07-10", + "name": "eus-07-10", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-13T08%3A57%3A11.4468401Z'\"_W/\"datetime'2018-02-13T08%3A57%3A11.6219625Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG1/providers/Microsoft.HybridData/dataManagers/BVT1Resource-ET5FP7HVFH", + "name": "BVT1Resource-ET5FP7HVFH", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-13T09%3A11%3A23.6700448Z'\"_W/\"datetime'2018-02-13T09%3A11%3A23.6750484Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG2/providers/Microsoft.HybridData/dataManagers/BVT1Resource-TJXJIKNJEL", + "name": "BVT1Resource-TJXJIKNJEL", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-13T09%3A53%3A28.2022576Z'\"_W/\"datetime'2018-02-13T09%3A53%3A28.2082618Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG3/providers/Microsoft.HybridData/dataManagers/BVT1Resource-R6YA59OGWH", + "name": "BVT1Resource-R6YA59OGWH", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-23T07%3A44%3A12.1141909Z'\"_W/\"datetime'2018-07-23T07%3A44%3A12.1432118Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwus2afterdep1", + "name": "batchcertwus2afterdep1", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-16T09%3A44%3A49.261222Z'\"_W/\"datetime'2018-07-16T09%3A44%3A49.2702259Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwus2old", + "name": "batchcertwus2old", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-03-20T08%3A08%3A52.7007451Z'\"_W/\"datetime'2018-03-20T08%3A08%3A52.7207592Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/smoketestwus2", + "name": "smoketestwus2", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2019-02-17T14%3A50%3A37.866739Z'\"_W/\"datetime'2019-02-17T14%3A50%3A38.038859Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperations", + "name": "AzureSDKOperations", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": {} + }, + { + "etag": "W/\"datetime'2018-07-18T04%3A48%3A50.1962283Z'\"_W/\"datetime'2018-07-18T04%3A48%3A50.3433306Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwcusafterdep1", + "name": "batchcertwcusafterdep1", + "type": "Microsoft.HybridData/dataManagers", + "location": "westcentralus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-16T09%3A43%3A43.569014Z'\"_W/\"datetime'2018-07-16T09%3A43%3A43.5740171Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwcusold", + "name": "batchcertwcusold", + "type": "Microsoft.HybridData/dataManagers", + "location": "westcentralus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-03-20T08%3A08%3A11.5901685Z'\"_W/\"datetime'2018-03-20T08%3A08%3A11.6161871Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/smoketestwcus", + "name": "smoketestwcus", + "type": "Microsoft.HybridData/dataManagers", + "location": "westcentralus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-04-13T09%3A17%3A33.9031753Z'\"_W/\"datetime'2018-04-13T09%3A17%3A33.9301949Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/wcus04-13", + "name": "wcus04-13", + "type": "Microsoft.HybridData/dataManagers", + "location": "westcentralus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-05T14%3A40%3A04.7506699Z'\"_W/\"datetime'2018-07-05T14%3A40%3A04.7776888Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/wcus07-05", + "name": "wcus07-05", + "type": "Microsoft.HybridData/dataManagers", + "location": "westcentralus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-05T11%3A17%3A08.7276428Z'\"_W/\"datetime'2018-06-05T11%3A17%3A08.7336469Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/wcussmoketest", + "name": "wcussmoketest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westcentralus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-23T08%3A24%3A48.4779951Z'\"_W/\"datetime'2018-07-23T08%3A24%3A48.5120189Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertseaafterdep1", + "name": "batchcertseaafterdep1", + "type": "Microsoft.HybridData/dataManagers", + "location": "southeastasia", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-16T10%3A00%3A28.3513242Z'\"_W/\"datetime'2018-07-16T10%3A00%3A28.3583291Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertseaold", + "name": "batchcertseaold", + "type": "Microsoft.HybridData/dataManagers", + "location": "southeastasia", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-13T18%3A04%3A02.4340032Z'\"_W/\"datetime'2018-06-13T18%3A04%3A02.4430097Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/testresourceon613", + "name": "testresourceon613", + "type": "Microsoft.HybridData/dataManagers", + "location": "southeastasia", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-22T11%3A13%3A22.4906285Z'\"_W/\"datetime'2018-02-22T11%3A13%3A22.6667555Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/DmsBvtRG3/providers/Microsoft.HybridData/dataManagers/testServiceIncident", + "name": "testServiceIncident", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-11-30T05%3A26%3A48.5998504Z'\"_W/\"datetime'2018-11-30T05%3A26%3A48.6048551Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG/providers/Microsoft.HybridData/dataManagers/storagemanagerresource", + "name": "storagemanagerresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-11-29T07%3A55%3A30.6749871Z'\"_W/\"datetime'2018-11-29T07%3A55%3A30.6809932Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/int-wus-11-29", + "name": "int-wus-11-29", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-03-17T15%3A03%3A36.5993632Z'\"_W/\"datetime'2018-03-17T15%3A03%3A36.7594788Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/intnewresource", + "name": "intnewresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-03-13T08%3A11%3A39.9025375Z'\"_W/\"datetime'2018-03-13T08%3A11%3A40.1036797Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/intresource", + "name": "intresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-10-30T09%3A56%3A32.9053638Z'\"_W/\"datetime'2018-10-30T09%3A56%3A33.0704765Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/intresource-10-30", + "name": "intresource-10-30", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-03-13T08%3A11%3A40.1389003Z'\"_W/\"datetime'2018-03-13T08%3A11%3A40.2479789Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/testresourceint", + "name": "testresourceint", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-04-27T05%3A51%3A33.0357952Z'\"_W/\"datetime'2018-04-27T05%3A51%3A33.0427995Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/acstoaadtest", + "name": "acstoaadtest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-15T14%3A58%3A47.2327719Z'\"_W/\"datetime'2018-06-15T14%3A58%3A47.2397766Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbaswus15jun", + "name": "arbaswus15jun", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-13T09%3A56%3A08.5837426Z'\"_W/\"datetime'2018-07-13T09%3A56%3A08.7668731Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertdecryptperm2", + "name": "batchcertdecryptperm2", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-13T05%3A40%3A36.3146424Z'\"_W/\"datetime'2018-07-13T05%3A40%3A36.3226463Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertdecryptpermiss", + "name": "batchcertdecryptpermiss", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-19T09%3A49%3A52.1839822Z'\"_W/\"datetime'2018-07-19T09%3A49%3A52.3601069Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertintafterdep2", + "name": "batchcertintafterdep2", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-30T05%3A07%3A07.1198938Z'\"_W/\"datetime'2018-07-30T05%3A07%3A07.2940167Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertintbuild101", + "name": "batchcertintbuild101", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-12T09%3A46%3A50.1774789Z'\"_W/\"datetime'2018-07-12T09%3A46%3A50.3215821Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertoldresource", + "name": "batchcertoldresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-03-01T11%3A52%3A02.7715263Z'\"_W/\"datetime'2018-03-01T11%3A52%3A02.7765292Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dmswusresource", + "name": "dmswusresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-07T13%3A08%3A29.4575101Z'\"_W/\"datetime'2018-06-07T13%3A08%3A29.629632Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsnodebinarytest", + "name": "dsmsnodebinarytest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-05-23T08%3A45%3A40.8795252Z'\"_W/\"datetime'2018-05-23T08%3A45%3A41.0666584Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource", + "name": "dsmsresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-05T05%3A02%3A54.5475181Z'\"_W/\"datetime'2018-06-05T05%3A02%3A54.73265Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource1", + "name": "dsmsresource1", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-05T05%3A34%3A59.227556Z'\"_W/\"datetime'2018-06-05T05%3A34%3A59.4357029Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource2", + "name": "dsmsresource2", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-05T11%3A02%3A52.3744002Z'\"_W/\"datetime'2018-06-05T11%3A02%3A52.5365141Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource3", + "name": "dsmsresource3", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-08T15%3A58%3A07.1761866Z'\"_W/\"datetime'2018-06-08T15%3A58%3A07.3703309Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource4", + "name": "dsmsresource4", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-10-03T08%3A03%3A21.5040402Z'\"_W/\"datetime'2018-10-03T08%3A03%3A21.6421388Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/govtcloudtest", + "name": "govtcloudtest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-01T10%3A38%3A07.9487894Z'\"_W/\"datetime'2018-02-01T10%3A38%3A08.1499556Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/intresource2", + "name": "intresource2", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-03T15%3A33%3A45.7585904Z'\"_W/\"datetime'2018-07-03T15%3A33%3A45.932713Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/intresource3rdjuly", + "name": "intresource3rdjuly", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-09-24T12%3A01%3A29.4312765Z'\"_W/\"datetime'2018-09-24T12%3A01%3A29.489317Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/intsmallfiles", + "name": "intsmallfiles", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-12-06T05%3A48%3A21.5818324Z'\"_W/\"datetime'2018-12-06T05%3A48%3A21.7748343Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/copyspeedexp/providers/Microsoft.HybridData/dataManagers/copyexp-we-int1", + "name": "copyexp-we-int1", + "type": "Microsoft.HybridData/dataManagers", + "location": "westeurope", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2019-01-16T09%3A57%3A01.2214069Z'\"_W/\"datetime'2019-01-16T09%3A57%3A01.4364046Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/DmsBvtRG/providers/Microsoft.HybridData/dataManagers/dms-we-16jan", + "name": "dms-we-16jan", + "type": "Microsoft.HybridData/dataManagers", + "location": "westeurope", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-11-28T10%3A55%3A58.530785Z'\"_W/\"datetime'2018-11-28T10%3A55%3A58.8107858Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/we-int-1", + "name": "we-int-1", + "type": "Microsoft.HybridData/dataManagers", + "location": "westeurope", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-11-14T02%3A42%3A38.6041538Z'\"_W/\"datetime'2018-11-14T02%3A42%3A38.6081571Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ecy-aftermigration", + "name": "ecy-aftermigration", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-11-11T03%3A11%3A40.5411975Z'\"_W/\"datetime'2018-11-11T03%3A11%3A40.6752923Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ecy-ame", + "name": "ecy-ame", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-15T15%3A31%3A18.3878653Z'\"_W/\"datetime'2018-06-15T15%3A31%3A18.3918681Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbasecy15jun", + "name": "arbasecy15jun", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-02T05%3A27%3A26.2904906Z'\"_W/\"datetime'2018-02-02T05%3A27%3A26.4706193Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbasecyresource", + "name": "arbasecyresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-12T10%3A58%3A42.4388372Z'\"_W/\"datetime'2018-07-12T10%3A58%3A42.4968789Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertecy", + "name": "batchcertecy", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-08-14T09%3A17%3A38.2905819Z'\"_W/\"datetime'2018-08-14T09%3A17%3A38.4556979Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertecynew", + "name": "batchcertecynew", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-04-10T09%3A41%3A03.749493Z'\"_W/\"datetime'2018-04-10T09%3A41%3A03.8805855Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/ecyresource-04-10", + "name": "ecyresource-04-10", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-20T10%3A01%3A55.2712681Z'\"_W/\"datetime'2018-02-20T10%3A01%3A55.441388Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/feb20ecyresource", + "name": "feb20ecyresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-06T08%3A37%3A23.6486177Z'\"_W/\"datetime'2018-02-06T08%3A37%3A23.7857152Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/hari-dms-analysis-ecy", + "name": "hari-dms-analysis-ecy", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2019-01-14T05%3A16%3A38.9573714Z'\"_W/\"datetime'2019-01-14T05%3A16%3A39.0774564Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/ForDMS/providers/Microsoft.HybridData/dataManagers/EcySmoke", + "name": "EcySmoke", + "type": "Microsoft.HybridData/dataManagers", + "location": "eastus2euap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-11-11T03%3A13%3A19.0340832Z'\"_W/\"datetime'2018-11-11T03%3A13%3A19.038086Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ccy-ame", + "name": "ccy-ame", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-09-08T04%3A34%3A51.2547639Z'\"_W/\"datetime'2018-09-08T04%3A34%3A51.2597674Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG/providers/Microsoft.HybridData/dataManagers/BVT1Resource-4FOOXM2QHZ", + "name": "BVT1Resource-4FOOXM2QHZ", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-02T04%3A28%3A28.6587571Z'\"_W/\"datetime'2018-02-02T04%3A28%3A28.84689Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbasccyresource", + "name": "arbasccyresource", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-17T03%3A26%3A37.1256197Z'\"_W/\"datetime'2018-07-17T03%3A26%3A37.2667201Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertccyafterdep1", + "name": "batchcertccyafterdep1", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-28T05%3A02%3A57.763469Z'\"_W/\"datetime'2018-07-28T05%3A02%3A57.9215815Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertccybuild101", + "name": "batchcertccybuild101", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-07-12T09%3A47%3A44.2155827Z'\"_W/\"datetime'2018-07-12T09%3A47%3A44.2235883Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertoldccy", + "name": "batchcertoldccy", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-09-04T06%3A47%3A31.8676921Z'\"_W/\"datetime'2018-09-04T06%3A47%3A32.0268062Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/ccylargenumberoffiles", + "name": "ccylargenumberoffiles", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-02-20T10%3A02%3A19.8430119Z'\"_W/\"datetime'2018-02-20T10%3A02%3A20.0291444Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/feb20ccyresoirce", + "name": "feb20ccyresoirce", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-09-24T05%3A24%3A44.2753634Z'\"_W/\"datetime'2018-09-24T05%3A24%3A44.4114594Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/smallfilesccyjob", + "name": "smallfilesccyjob", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2019-02-07T09%3A38%3A22.6976591Z'\"_W/\"datetime'2019-02-07T09%3A38%3A22.8767865Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/ForDMS/providers/Microsoft.HybridData/dataManagers/res4ccyBCDR", + "name": "res4ccyBCDR", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-09-25T07%3A11%3A55.7616108Z'\"_W/\"datetime'2018-09-25T07%3A11%3A55.8957061Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/prpare/providers/Microsoft.HybridData/dataManagers/prpare50lakhsmallfiles", + "name": "prpare50lakhsmallfiles", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2018-06-15T07%3A04%3A34.2882012Z'\"_W/\"datetime'2018-06-15T07%3A04%3A34.3472441Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/test-varavi/providers/Microsoft.HybridData/dataManagers/ccytestingpav2", + "name": "ccytestingpav2", + "type": "Microsoft.HybridData/dataManagers", + "location": "centraluseuap", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + } + ], + "nextLink": "https://management.azure.com/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/providers/Microsoft.HybridData/dataManagers?api-version=2016-06-01&%24skiptoken=dVLbjtowEP0X1PaNxQkJCyutKiAXSEkKjrFJ3uw4S0KcyyYhXFb77%2fVCu32oKlmWPWd8zswZv%2fWK%2bNyu0iJrek9vPWL6aOv3nnpJ21bN02CQ04Lu4zwu2gd6PdbxQ1Tmg%2bbImqhOqzYti2YwioGqTF70%2flB9pH1tONL7E6C99IEex1xTZZA%2fDqq67FIe183ATaO6bMqX9mFxYXXKDdrSAZebe5Oqm%2b%2b0SvudTJXszypQRn0gl%2fLtS5OlFSqzuHheGxONkdOe5%2fgSqaJjB5C6vnZapjPBcq8LbXEMryDlO5ivkKkuD%2bOvKjM25XijTo5copxYgJLJEduTOiTaHd0vjbPBVF0iuhLsYCXPW6a2gh00b55O98v5dIw%2fNbXL6jAdr5RQRIUncz9Z5tP92oJ6ZG8lL7atlNlbmfcnIuv4YNqvTV3EC7gJdg6gd7VVuMvkG9c3z64xTVCuYA6UV4gwpQIDtKscVxHINWZeLLIzsmDNgb4gO%2bhBK2yI4NA1lVcfeSFWzCtZVPMwd3bMrg4MiVFwcKhrnltq4JBl1Ylk3Kc2XMA89OBB1AQn8u7sYIFDrMImUHVvhU4dyrHGrVkSFbCS7nUsa0WM%2fnpyx52Og1v8vESRuiRei4sqdZVQJ8gh3BLBpuAJvuLjvS6vDe27biCSnzGuAlSEGTGrV9lHFpPlFRc8iDMnD7JI57i8%2bgfpJcKnIFeyiCwvvg%2fGK3Bz0WdD%2ftu9T38tmEQ5F9w8d4F6n%2fdazC6UKLKT7GMi%2f%2bJ78ONjyivgdUx2ywqc3DoWsKMqPq4lvp5P%2fvdLvg557%2f39Fw%3d%3d" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get_200-GET-example-61.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get_200-GET-example-61.json new file mode 100644 index 000000000000..24d11b9ccc11 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get_200-GET-example-61.json @@ -0,0 +1,40 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "2b5f02f9-06d1-44ff-98e1-09f179d9651f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "properties": { + "state": "Enabled", + "supportedDataSinkTypes": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureMediaServicesAccount" + ], + "supportedDataSourceTypes": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + ] + }, + "name": "DataTransformation", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", + "type": "Microsoft.HybridData/dataManagers/dataServices" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager_200-GET-example-51.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager_200-GET-example-51.json new file mode 100644 index 000000000000..70126e37f92e --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager_200-GET-example-51.json @@ -0,0 +1,109 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "c7677972-6bef-4619-a87c-aab19543ba88" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "state": "Enabled", + "supportedDataSinkTypes": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureMediaServicesAccount" + ], + "supportedDataSourceTypes": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + ] + }, + "name": "DataTransformation", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", + "type": "Microsoft.HybridData/dataManagers/dataServices" + }, + { + "properties": { + "state": "Supported", + "supportedDataSinkTypes": [], + "supportedDataSourceTypes": [] + }, + "name": "KeyRollover", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/KeyRollover", + "type": "Microsoft.HybridData/dataManagers/dataServices" + }, + { + "properties": { + "state": "Supported", + "supportedDataSinkTypes": [], + "supportedDataSourceTypes": [] + }, + "name": "DataSecurity", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataSecurity", + "type": "Microsoft.HybridData/dataManagers/dataServices" + }, + { + "properties": { + "state": "Supported", + "supportedDataSinkTypes": [], + "supportedDataSourceTypes": [] + }, + "name": "DataInsights", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataInsights", + "type": "Microsoft.HybridData/dataManagers/dataServices" + }, + { + "properties": { + "state": "Supported", + "supportedDataSinkTypes": [], + "supportedDataSourceTypes": [] + }, + "name": "DataHealth", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataHealth", + "type": "Microsoft.HybridData/dataManagers/dataServices" + }, + { + "properties": { + "state": "Supported", + "supportedDataSinkTypes": [], + "supportedDataSourceTypes": [] + }, + "name": "RunnerService", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/RunnerService", + "type": "Microsoft.HybridData/dataManagers/dataServices" + }, + { + "properties": { + "state": "Enabled", + "supportedDataSinkTypes": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/SqlServer" + ], + "supportedDataSourceTypes": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + ] + }, + "name": "IndexingAndSearch", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch", + "type": "Microsoft.HybridData/dataManagers/dataServices" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-181.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-181.json new file mode 100644 index 000000000000..7b84f850a018 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-181.json @@ -0,0 +1,39 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreTypeName": "StorSimple8000Series", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "c4136ec7-5400-4f56-a468-4967bea79673" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "properties": { + "repositoryType": "Microsoft.StorSimple/managers", + "state": "Enabled", + "supportedDataServicesAsSink": [], + "supportedDataServicesAsSource": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + ] + }, + "name": "StorSimple8000Series", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-182.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-182.json new file mode 100644 index 000000000000..6d91d7606f4b --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-182.json @@ -0,0 +1,40 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreTypeName": "AzureStorageAccount", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "44bde8a5-4edd-443f-a56c-57e0310ea2e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "properties": { + "repositoryType": "Microsoft.Storage/storageAccounts", + "state": "Enabled", + "supportedDataServicesAsSink": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation" + ], + "supportedDataServicesAsSource": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + ] + }, + "name": "AzureStorageAccount", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json new file mode 100644 index 000000000000..cbdcac4acf35 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json @@ -0,0 +1,104 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "8037735f-6a81-4917-9906-61a7a2324ed5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "repositoryType": "Microsoft.StorSimple/managers", + "state": "Enabled", + "supportedDataServicesAsSink": [], + "supportedDataServicesAsSource": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + ] + }, + "name": "StorSimple8000Series", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + }, + { + "properties": { + "repositoryType": "Microsoft.Storage/storageAccounts", + "state": "Enabled", + "supportedDataServicesAsSink": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation" + ], + "supportedDataServicesAsSource": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + ] + }, + "name": "AzureStorageAccount", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + }, + { + "properties": { + "repositoryType": "Microsoft.Media/mediaservices", + "state": "Enabled", + "supportedDataServicesAsSink": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation" + ], + "supportedDataServicesAsSource": [] + }, + "name": "AzureMediaServicesAccount", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureMediaServicesAccount", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + }, + { + "properties": { + "state": "Enabled", + "supportedDataServicesAsSink": [], + "supportedDataServicesAsSource": [] + }, + "name": "RunnerDataSource", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/RunnerDataSource", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + }, + { + "properties": { + "state": "Enabled", + "supportedDataServicesAsSink": [], + "supportedDataServicesAsSource": [] + }, + "name": "RunnerDataSink", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/RunnerDataSink", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + }, + { + "properties": { + "repositoryType": "Microsoft.Sql/servers", + "state": "Enabled", + "supportedDataServicesAsSink": [ + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + ], + "supportedDataServicesAsSource": [] + }, + "name": "SqlServer", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/SqlServer", + "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json new file mode 100644 index 000000000000..682dc2b5fb49 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json @@ -0,0 +1,68 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestAzureStorage1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "12374048-4ffe-410b-a4c3-e60c92516bda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2546" + ], + "dataStore": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "state": "Enabled", + "extendedProperties": { + "storageAccountNameForQueue": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "extendedSaName": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "extendedSaKey": null + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "customerSecrets": [ + { + "keyIdentifier": "StorageAccountAccessKey", + "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", + "algorithm": "RSA1_5" + }, + { + "keyIdentifier": "StorageAccountAccessKeyForQueue", + "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", + "algorithm": "RSA1_5" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "state": "Enabled", + "extendedProperties": { + "StorageAccountNameForQueue": "dmsdatasink" + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + }, + "name": "TestAzureStorage1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "type": "Microsoft.HybridData/dataManagers/dataStores" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json new file mode 100644 index 000000000000..4233ca4299d5 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json @@ -0,0 +1,63 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestStorSimpleSource1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "72efe940-5d26-4f26-ad77-e62cef311aea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1504" + ], + "dataStore": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "state": "Enabled", + "extendedProperties": { + "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "extendedSaKey": null + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "customerSecrets": [ + { + "keyIdentifier": "ServiceEncryptionKey", + "keyValue": "l0HI5//gNbq/Hgr338Qnm8Pk6CV35Nxcxhv04u8p1n3KQtWX5YUWdwI/WKRR6WvEmJJfJysUWmDD6rjbI0I5XpKi0xg/xe8OTTumIs7f8ysm1tp5lvqWSj7n+/0ppbDIPsn1Jmlhbwwf4Qc6T8/GtEipDwwi6K04JNR034Hrj1/8ubUz6uo3RNoILJPPccJM9fshbeIZ6yhLeFH2AHswjNy0o3083OljMu3lp9/TJdpbeZf1SZ+MO3CXQxTrpfuXyh7muE1D5frOYfy0y1M6b3tQk2HKYhs1gDs+hgWdul9Ip3kuKNgHg8uvvrMVBq8znznm5kaaITzSPwOGKPC96A==:Hyt/Kuo6qIrRVt09f9tmXXZfkmkZCZGWQOppY/pgYEn59iHameqtTKD9BKrlHm/tfwapt+y2LRhRRkcSH+Om0IG8wmJGTaQSyOtGBJtFnd+Or8rLqBbV2siJUWZybGECUAvNfaMcuqu9dd+BDPQkkrJX1B8OIsWzToiWWEO7CTsW01oZDHbkP2DQkhuc2BW7iDdtTxUQejsYpkEcanDYLCXxQn1CBHJ0behtTvC40tgBWISTdwMlPYIzxgPj5iSN3sH3cvjoQWg1kUwckmPU/uqStfMBfr2Mp2QpqC06wZTnoQ/mjZzxFYwVVeDQK6vSBv25E5w8LqMLHCGicO0+hw==", + "algorithm": "RSA1_5" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "state": "Enabled", + "extendedProperties": { + "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "extendedSaKey": null + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + }, + "name": "TestStorSimpleSource1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "type": "Microsoft.HybridData/dataManagers/dataStores" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json new file mode 100644 index 000000000000..96364dec54ef --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestAzureStorage1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "12374048-4ffe-410b-a4c3-e60c92516bda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2546" + ], + "dataStore": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "state": "Enabled", + "extendedProperties": { + "storageAccountNameForQueue": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "extendedSaName": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "extendedSaKey": null + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "customerSecrets": [ + { + "keyIdentifier": "StorageAccountAccessKey", + "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", + "algorithm": "RSA1_5" + }, + { + "keyIdentifier": "StorageAccountAccessKeyForQueue", + "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", + "algorithm": "RSA1_5" + } + ] + } + } + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json new file mode 100644 index 000000000000..7de3a099357d --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json @@ -0,0 +1,50 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestStorSimpleSource1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "72efe940-5d26-4f26-ad77-e62cef311aea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1504" + ], + "dataStore": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "state": "Enabled", + "extendedProperties": { + "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "extendedSaKey": null + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "customerSecrets": [ + { + "keyIdentifier": "ServiceEncryptionKey", + "keyValue": "l0HI5//gNbq/Hgr338Qnm8Pk6CV35Nxcxhv04u8p1n3KQtWX5YUWdwI/WKRR6WvEmJJfJysUWmDD6rjbI0I5XpKi0xg/xe8OTTumIs7f8ysm1tp5lvqWSj7n+/0ppbDIPsn1Jmlhbwwf4Qc6T8/GtEipDwwi6K04JNR034Hrj1/8ubUz6uo3RNoILJPPccJM9fshbeIZ6yhLeFH2AHswjNy0o3083OljMu3lp9/TJdpbeZf1SZ+MO3CXQxTrpfuXyh7muE1D5frOYfy0y1M6b3tQk2HKYhs1gDs+hgWdul9Ip3kuKNgHg8uvvrMVBq8znznm5kaaITzSPwOGKPC96A==:Hyt/Kuo6qIrRVt09f9tmXXZfkmkZCZGWQOppY/pgYEn59iHameqtTKD9BKrlHm/tfwapt+y2LRhRRkcSH+Om0IG8wmJGTaQSyOtGBJtFnd+Or8rLqBbV2siJUWZybGECUAvNfaMcuqu9dd+BDPQkkrJX1B8OIsWzToiWWEO7CTsW01oZDHbkP2DQkhuc2BW7iDdtTxUQejsYpkEcanDYLCXxQn1CBHJ0behtTvC40tgBWISTdwMlPYIzxgPj5iSN3sH3cvjoQWg1kUwckmPU/uqStfMBfr2Mp2QpqC06wZTnoQ/mjZzxFYwVVeDQK6vSBv25E5w8LqMLHCGicO0+hw==", + "algorithm": "RSA1_5" + } + ] + } + } + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSink-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSink-DELETE-example-161.json new file mode 100644 index 000000000000..996b548d672c --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSink-DELETE-example-161.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestAzureStorage1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "bb2b3165-b40f-4158-bb55-4ef5a9cbb94c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSource-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSource-DELETE-example-161.json new file mode 100644 index 000000000000..ac937993e93c --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSource-DELETE-example-161.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestStorSimpleSource1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "0e41c454-f0df-4852-9bb6-90a606296039" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json new file mode 100644 index 000000000000..74d349e8e8cf --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestAzureStorage1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "bb2b3165-b40f-4158-bb55-4ef5a9cbb94c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "204": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSource-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSource-DELETE-example-161.json new file mode 100644 index 000000000000..067cb9eeb372 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSource-DELETE-example-161.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestStorSimpleSource1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "0e41c454-f0df-4852-9bb6-90a606296039" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "204": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-161.json new file mode 100644 index 000000000000..bcc1f13aa09c --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-161.json @@ -0,0 +1,39 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestStorSimpleSource1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "e66a7560-2e4c-4255-aea1-bab3cf581a19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "state": "Enabled", + "extendedProperties": { + "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "extendedSaKey": null + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + }, + "name": "TestStorSimpleSource1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "type": "Microsoft.HybridData/dataManagers/dataStores" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-162.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-162.json new file mode 100644 index 000000000000..22065aef3f2f --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-162.json @@ -0,0 +1,38 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataStoreName": "TestAzureStorage1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "2f23e2ca-ce66-4600-9951-305fc0aff90a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "state": "Enabled", + "extendedProperties": { + "StorageAccountNameForQueue": "dmsdatasink" + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + }, + "name": "TestAzureStorage1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "type": "Microsoft.HybridData/dataManagers/dataStores" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager_200-GET-example-151.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager_200-GET-example-151.json new file mode 100644 index 000000000000..2267932de3f8 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager_200-GET-example-151.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "969481bf-0665-420c-827a-bb7c7ca593e3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", + "state": "Enabled", + "extendedProperties": { + "StorageAccountNameForQueue": "dmsdatasink" + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + }, + "name": "TestAzureStorage1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "type": "Microsoft.HybridData/dataManagers/dataStores" + }, + { + "properties": { + "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "state": "Enabled", + "extendedProperties": { + "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", + "extendedSaKey": null + }, + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + }, + "name": "TestStorSimpleSource1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "type": "Microsoft.HybridData/dataManagers/dataStores" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json new file mode 100644 index 000000000000..865cc99186fc --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json @@ -0,0 +1,83 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "66f493f4-400f-42b2-a230-0902ae0a7e9b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "909" + ], + "jobDefinition": { + "properties": { + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "state": "Enabled", + "runLocation": "westus", + "userConfirmation": "Required", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + } + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "schedules": [], + "state": "Enabled", + "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "runLocation": "westus", + "userConfirmation": "Required", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + } + }, + "name": "jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json new file mode 100644 index 000000000000..69536eddcecb --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "66f493f4-400f-42b2-a230-0902ae0a7e9b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "909" + ], + "jobDefinition": { + "properties": { + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "state": "Enabled", + "runLocation": "westus", + "userConfirmation": "Required", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + } + } + } + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_202-DELETE-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_202-DELETE-example-81.json new file mode 100644 index 000000000000..a29e87ebaca1 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_202-DELETE-example-81.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "2f67d814-33a8-4fba-b63b-a532ff9e753e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_204-DELETE-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_204-DELETE-example-81.json new file mode 100644 index 000000000000..b34b5d5f33c7 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_204-DELETE-example-81.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "2f67d814-33a8-4fba-b63b-a532ff9e753e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "204": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get_200-GET-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get_200-GET-example-81.json new file mode 100644 index 000000000000..a2ea0b917df7 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get_200-GET-example-81.json @@ -0,0 +1,54 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "13ebcb08-d8b9-4366-bbc6-b87ce18c5c88" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "properties": { + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "schedules": [], + "state": "Enabled", + "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "runLocation": "westus", + "userConfirmation": "Required", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + } + }, + "name": "jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager_200-GET-example-191.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager_200-GET-example-191.json new file mode 100644 index 000000000000..c26aecdc7c53 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager_200-GET-example-191.json @@ -0,0 +1,57 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "444e1a45-28bd-4228-8050-731fa6a372b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "schedules": [], + "state": "Enabled", + "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "runLocation": "westus", + "userConfirmation": "Required", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + } + }, + "name": "jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService_200-GET-example-71.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService_200-GET-example-71.json new file mode 100644 index 000000000000..7e5ea7bf81e3 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService_200-GET-example-71.json @@ -0,0 +1,58 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "219579a4-4d07-4642-b02a-6d56a310cd5e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "schedules": [], + "state": "Enabled", + "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "runLocation": "westus", + "userConfirmation": "Required", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + } + }, + "name": "jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_202-POST-example-131.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_202-POST-example-131.json new file mode 100644 index 000000000000..3a82b8a646bd --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_202-POST-example-131.json @@ -0,0 +1,51 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "4ba72541-8598-4e86-8475-4a1662030b17" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "405" + ], + "runParameters": { + "userConfirmation": "NotRequired", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + }, + "customerSecrets": [] + } + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json new file mode 100644 index 000000000000..e70b13110c87 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json @@ -0,0 +1,51 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "4ba72541-8598-4e86-8475-4a1662030b17" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "405" + ], + "runParameters": { + "userConfirmation": "NotRequired", + "dataServiceInput": { + "DeviceName": "dmsdatasource", + "FileNameFilter": "*", + "ContainerName": "containerfromtest", + "RootDirectories": [ + "\\" + ], + "VolumeNames": [ + "dmsbvtvol" + ], + "BackupChoice": "UseExistingLatest", + "IsDirectoryMode": false, + "AzureStorageType": "Blob" + }, + "customerSecrets": [] + } + }, + "responses": { + "204": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_202-POST-example-111.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_202-POST-example-111.json new file mode 100644 index 000000000000..743b9c7e8d86 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_202-POST-example-111.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "jobId": "26fbcf29-53fc-45c1-b33f-c0d587330cea", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "3e9deebf-b00e-470a-90ac-40a8f18c8107" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json new file mode 100644 index 000000000000..70cb426294b6 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "jobId": "26fbcf29-53fc-45c1-b33f-c0d587330cea", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "3e9deebf-b00e-470a-90ac-40a8f18c8107" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "204": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get_200-GET-example-101.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get_200-GET-example-101.json new file mode 100644 index 000000000000..bd26128f1fcf --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get_200-GET-example-101.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "jobId": "af59807d-f32b-4f1f-b797-83c551af1348", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "90af2c75-b32c-4258-9bbe-1b442b4ae588" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "status": "WaitingForAction", + "startTime": "2019-02-27T05:39:11.2797914Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "af59807d-f32b-4f1f-b797-83c551af1348", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", + "type": "Microsoft.HybridData/dataManagers/jobs" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json new file mode 100644 index 000000000000..a7f9c4bb21e3 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json @@ -0,0 +1,105 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "a765c26b-80f7-4e2b-977b-491fae851870" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "status": "WaitingForAction", + "startTime": "2019-02-27T07:37:38.5992366Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "26fbcf29-53fc-45c1-b33f-c0d587330cea", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/26fbcf29-53fc-45c1-b33f-c0d587330cea", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "WaitingForAction", + "startTime": "2019-02-27T05:41:59.6808164Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "dcf0b227-eb1c-43a1-8bce-6fd789de845c", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/dcf0b227-eb1c-43a1-8bce-6fd789de845c", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "Succeeded", + "startTime": "2019-02-27T05:39:41.9933654Z", + "endTime": "2019-02-27T06:33:35.3153992Z", + "properties": { + "isCancellable": "NotCancellable", + "bytesProcessed": 1605, + "itemsProcessed": 5, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "ee36e904-8bb9-42ce-94e2-70a91753b94f", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/ee36e904-8bb9-42ce-94e2-70a91753b94f", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "WaitingForAction", + "startTime": "2019-02-27T05:39:11.2797914Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "af59807d-f32b-4f1f-b797-83c551af1348", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "Failed", + "startTime": "2019-02-27T05:38:26.3588165Z", + "endTime": "2019-02-27T06:30:07.5506805Z", + "properties": { + "isCancellable": "NotCancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "error": { + "code": "537280913", + "message": "" + }, + "name": "06c0864d-d3ec-4785-a66e-40a6a5ae36da", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/06c0864d-d3ec-4785-a66e-40a6a5ae36da", + "type": "Microsoft.HybridData/dataManagers/jobs" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json new file mode 100644 index 000000000000..b404fc3ef82d --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json @@ -0,0 +1,106 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "baaf2455-41a8-4721-b19a-c192a9db9fa0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "status": "WaitingForAction", + "startTime": "2019-02-27T07:37:38.5992366Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "26fbcf29-53fc-45c1-b33f-c0d587330cea", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/26fbcf29-53fc-45c1-b33f-c0d587330cea", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "WaitingForAction", + "startTime": "2019-02-27T05:41:59.6808164Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "dcf0b227-eb1c-43a1-8bce-6fd789de845c", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/dcf0b227-eb1c-43a1-8bce-6fd789de845c", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "Succeeded", + "startTime": "2019-02-27T05:39:41.9933654Z", + "endTime": "2019-02-27T06:33:35.3153992Z", + "properties": { + "isCancellable": "NotCancellable", + "bytesProcessed": 1605, + "itemsProcessed": 5, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "ee36e904-8bb9-42ce-94e2-70a91753b94f", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/ee36e904-8bb9-42ce-94e2-70a91753b94f", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "WaitingForAction", + "startTime": "2019-02-27T05:39:11.2797914Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "af59807d-f32b-4f1f-b797-83c551af1348", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "Failed", + "startTime": "2019-02-27T05:38:26.3588165Z", + "endTime": "2019-02-27T06:30:07.5506805Z", + "properties": { + "isCancellable": "NotCancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "error": { + "code": "537280913", + "message": "" + }, + "name": "06c0864d-d3ec-4785-a66e-40a6a5ae36da", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/06c0864d-d3ec-4785-a66e-40a6a5ae36da", + "type": "Microsoft.HybridData/dataManagers/jobs" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json new file mode 100644 index 000000000000..34a7c0e13a53 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json @@ -0,0 +1,107 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "44ead159-710f-4f6d-8b0c-d9a076ad8989" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "status": "WaitingForAction", + "startTime": "2019-02-27T07:37:38.5992366Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "26fbcf29-53fc-45c1-b33f-c0d587330cea", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/26fbcf29-53fc-45c1-b33f-c0d587330cea", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "WaitingForAction", + "startTime": "2019-02-27T05:41:59.6808164Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "dcf0b227-eb1c-43a1-8bce-6fd789de845c", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/dcf0b227-eb1c-43a1-8bce-6fd789de845c", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "Succeeded", + "startTime": "2019-02-27T05:39:41.9933654Z", + "endTime": "2019-02-27T06:33:35.3153992Z", + "properties": { + "isCancellable": "NotCancellable", + "bytesProcessed": 1605, + "itemsProcessed": 5, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "ee36e904-8bb9-42ce-94e2-70a91753b94f", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/ee36e904-8bb9-42ce-94e2-70a91753b94f", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "WaitingForAction", + "startTime": "2019-02-27T05:39:11.2797914Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 1605, + "totalItemsToProcess": 5 + }, + "name": "af59807d-f32b-4f1f-b797-83c551af1348", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "Failed", + "startTime": "2019-02-27T05:38:26.3588165Z", + "endTime": "2019-02-27T06:30:07.5506805Z", + "properties": { + "isCancellable": "NotCancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "error": { + "code": "537280913", + "message": "" + }, + "name": "06c0864d-d3ec-4785-a66e-40a6a5ae36da", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/06c0864d-d3ec-4785-a66e-40a6a5ae36da", + "type": "Microsoft.HybridData/dataManagers/jobs" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json new file mode 100644 index 000000000000..2854718bcf56 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "jobId": "af59807d-f32b-4f1f-b797-83c551af1348", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "708e9a82-07a2-4563-8950-9f1aa86c8bc8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json new file mode 100644 index 000000000000..79f8a0d9e0a9 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "jobId": "af59807d-f32b-4f1f-b797-83c551af1348", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "708e9a82-07a2-4563-8950-9f1aa86c8bc8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "204": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List_200-GET-example-11.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List_200-GET-example-11.json new file mode 100644 index 000000000000..815ec12334d0 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List_200-GET-example-11.json @@ -0,0 +1,300 @@ +{ + "parameters": { + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "1ad3439a-918a-49c1-8aa5-cc0c862a301d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Microsoft.HybridData/dataManagers/dataStores/operationResults/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Operation results", + "operation": "Get Operation results", + "description": "Read Operation results" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/operationResults/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Operation results", + "operation": "Get Operation results", + "description": "Read Operation results" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/operationResults/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Operation results", + "operation": "Get Operation results", + "description": "Read Operation results" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/operationResults/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Operation results", + "operation": "Get Operation results", + "description": "Read Operation results" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/write", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Job definitions", + "operation": "Creates or updates Job definitions", + "description": "Create or update Job definitions" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/delete", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Job definitions", + "operation": "Delete Job definitions", + "description": "Delete Job definitions" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Job definitions", + "operation": "Get Job definitions", + "description": "Read Job definitions" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/jobDefinitions/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Job definitions", + "operation": "Get Job definitions", + "description": "Read Job definitions" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/listResults/action", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Job definitions", + "operation": "Get job definitions", + "description": "Get job defintions" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/run/action", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Job definitions", + "operation": "Run job definitions", + "description": "Run job defintions" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/publicKeys/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Public keys", + "operation": "Get Public keys", + "description": "Read Public keys" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Data services", + "operation": "Get Data services", + "description": "Read Data services" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataStores/write", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Datastores", + "operation": "Creates or updates Datastores", + "description": "Create or update Datastores" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataStores/delete", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Datastores", + "operation": "Delete Datastores", + "description": "Delete Datastores" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataStores/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Datastores", + "operation": "Get Datastores", + "description": "Read Datastores" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataStoreTypes/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Datastore types", + "operation": "Get Datastore types", + "description": "Read Datastore types" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/delete", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Data managers", + "operation": "Delete Data managers", + "description": "Delete Data managers" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Data managers", + "operation": "Get Data managers", + "description": "Read Data managers" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/write", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Data managers", + "operation": "Creates or updates Data managers", + "description": "Create or update Data managers" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/cancel/action", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Jobs", + "operation": "Cancel jobs", + "description": "Cancel jobs" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Jobs", + "operation": "Get Jobs", + "description": "Read Jobs" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/jobs/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Jobs", + "operation": "Get Jobs", + "description": "Read Jobs" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobs/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Jobs", + "operation": "Get Jobs", + "description": "Read Jobs" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/resume/action", + "display": { + "provider": "Microsoft.HybridData", + "resource": "Jobs", + "operation": "Resumes jobs", + "description": "Resume jobs" + }, + "origin": "user", + "properties": {} + }, + { + "name": "Microsoft.HybridData/read", + "display": { + "provider": "Microsoft.HybridData", + "resource": "ArmApiRes_Microsoft.HybridData", + "operation": "Get ArmApiRes_Microsoft.HybridData", + "description": "Read ArmApiRes_Microsoft.HybridData" + }, + "origin": "user", + "properties": {} + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get_200-GET-example-221.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get_200-GET-example-221.json new file mode 100644 index 000000000000..c30f97e67381 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get_200-GET-example-221.json @@ -0,0 +1,42 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "publicKeyName": "default", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "03ac05c1-767c-40e7-a4be-65e5b0fec4ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "properties": { + "dataServiceLevel1Key": { + "keyModulus": "tVt57Rj6bGTsI/ayDNfk5jRzYeHBqyJmcArL6cd1LMbKJQen/vZhisZj0RqIucWufUL6DQuZObdc+Rb2NGkxW2UEER323CA71oa19nOEW8T8DyiCxExUGtOeM86ZD4dQmugOLBHTI5iAFLeh6DdMPJhu/UyNTZeqVroEpJdM0F5AJCFO0IbgZfqEg7jT421IOO6Ie0lt1Hp7TyKvOJJovCBRZBmtCdlJLw7iwGy3ReEVOU2MG6UDw9THVZdgRDiTT6ovLCZiC8CqMNzDSG3R+ZMNHlE/gBRRAY6ji2bUTvaNMPgVNxUQw/RveKsGZ+CWvxOfE2nEwOduWLhFb0N+Uw==", + "keyExponent": "AQAB", + "encryptionChunkSizeInBytes": 245 + }, + "dataServiceLevel2Key": { + "keyModulus": "xisEURZzXt7nWxiGcSGZeQSL6I5xiDGy9J4/KrIyBZxMVI0ajjOwHywqWmsyIBrNGDJan6GDIChEPNQMH051tw6CwTFcdRoLQZfgD9EqZDoLIRcz7IfopibZj0haEuGANGfvzZBBfP01RYDgoVq5Ba24rwTvUDrPeBruCFLMKvMKpT4tCJskUVxhHLxQHtLtpfUJAeV+i4ow00g03UAmrFeQHScSAzhNW+AoeH8fef6IMySjSDiUeQHkeFl+jMvDOciNt01Yfmj+WAiwVX/dLRv0UH/4uYT0mzNx5jNU0gzvTm/MAFdKWN5+Al2c97fYc1BcUHhLyNLNtXjhyP+nMw==", + "keyExponent": "AQAB", + "encryptionChunkSizeInBytes": 245 + } + }, + "name": "default", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/publicKeys/default", + "type": "Microsoft.HybridData/dataManagers/publicKeys" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager_200-GET-example-211.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager_200-GET-example-211.json new file mode 100644 index 000000000000..33f27938956e --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager_200-GET-example-211.json @@ -0,0 +1,45 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "b4048a2c-06bd-4235-8a85-d25a8808ce2f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ] + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "dataServiceLevel1Key": { + "keyModulus": "tVt57Rj6bGTsI/ayDNfk5jRzYeHBqyJmcArL6cd1LMbKJQen/vZhisZj0RqIucWufUL6DQuZObdc+Rb2NGkxW2UEER323CA71oa19nOEW8T8DyiCxExUGtOeM86ZD4dQmugOLBHTI5iAFLeh6DdMPJhu/UyNTZeqVroEpJdM0F5AJCFO0IbgZfqEg7jT421IOO6Ie0lt1Hp7TyKvOJJovCBRZBmtCdlJLw7iwGy3ReEVOU2MG6UDw9THVZdgRDiTT6ovLCZiC8CqMNzDSG3R+ZMNHlE/gBRRAY6ji2bUTvaNMPgVNxUQw/RveKsGZ+CWvxOfE2nEwOduWLhFb0N+Uw==", + "keyExponent": "AQAB", + "encryptionChunkSizeInBytes": 245 + }, + "dataServiceLevel2Key": { + "keyModulus": "xisEURZzXt7nWxiGcSGZeQSL6I5xiDGy9J4/KrIyBZxMVI0ajjOwHywqWmsyIBrNGDJan6GDIChEPNQMH051tw6CwTFcdRoLQZfgD9EqZDoLIRcz7IfopibZj0haEuGANGfvzZBBfP01RYDgoVq5Ba24rwTvUDrPeBruCFLMKvMKpT4tCJskUVxhHLxQHtLtpfUJAeV+i4ow00g03UAmrFeQHScSAzhNW+AoeH8fef6IMySjSDiUeQHkeFl+jMvDOciNt01Yfmj+WAiwVX/dLRv0UH/4uYT0mzNx5jNU0gzvTm/MAFdKWN5+Al2c97fYc1BcUHhLyNLNtXjhyP+nMw==", + "keyExponent": "AQAB", + "encryptionChunkSizeInBytes": 245 + } + }, + "name": "default", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/publicKeys/default", + "type": "Microsoft.HybridData/dataManagers/publicKeys" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json index 3efd9ab6a94c..82f80069aad4 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json @@ -43,6 +43,11 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Operations_List_200GET11": { + "$ref": "../examples/Operations_List_200-GET-example-11.json" + } } } }, @@ -77,6 +82,11 @@ }, "x-ms-pageable": { "nextLinkName": null + }, + "x-ms-examples": { + "DataManagers_List_200GET21": { + "$ref": "../examples/DataManagers_List_200-GET-example-21.json" + } } } }, @@ -114,6 +124,11 @@ }, "x-ms-pageable": { "nextLinkName": null + }, + "x-ms-examples": { + "DataManagers_ListByResourceGroup_200GET31": { + "$ref": "../examples/DataManagers_ListByResourceGroup_200-GET-example-31.json" + } } } }, @@ -151,6 +166,11 @@ "$ref": "#/definitions/DataManager" } } + }, + "x-ms-examples": { + "DataManagers_Get_200GET41": { + "$ref": "../examples/DataManagers_Get_200-GET-example-41.json" + } } }, "put": { @@ -199,7 +219,15 @@ "description": "Accepted request for create/update." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "DataManagers_Create_200PUT41": { + "$ref": "../examples/DataManagers_Create_200-PUT-example-41.json" + }, + "DataManagers_Create_202PUT41": { + "$ref": "../examples/DataManagers_Create_202-PUT-example-41.json" + } + } }, "delete": { "tags": [ @@ -235,58 +263,13 @@ "description": "Data Manager Resource deleted." } }, - "x-ms-long-running-operation": true - }, - "patch": { - "tags": [ - "DataManagers" - ], - "description": "Updates the properties of an existing data manager resource.", - "operationId": "DataManagers_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "$ref": "#/parameters/subscriptionIdParameter" - }, - { - "$ref": "#/parameters/resourceGroupNameParameter" - }, - { - "$ref": "#/parameters/dataManagerNameParameter" - }, - { - "$ref": "#/parameters/apiVersionParameter" - }, - { - "name": "If-Match", - "in": "header", - "description": "Defines the If-Match condition. The patch will be performed only if the ETag of the data manager resource on the server matches this value.", - "type": "string" + "x-ms-long-running-operation": true, + "x-ms-examples": { + "DataManagers_Delete_202DELETE41": { + "$ref": "../examples/DataManagers_Delete_202-DELETE-example-41.json" }, - { - "name": "dataManagerUpdateParameter", - "in": "body", - "description": "Data manager resource details from request body.", - "required": true, - "schema": { - "$ref": "#/definitions/DataManagerUpdateParameter" - } - } - ], - "responses": { - "200": { - "description": "Data Manager Resource object.", - "schema": { - "$ref": "#/definitions/DataManager" - } - }, - "201": { - "description": "Data Manager Resource updated." + "DataManagers_Delete_204DELETE41": { + "$ref": "../examples/DataManagers_Delete_204-DELETE-example-41.json" } } } @@ -328,6 +311,11 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "DataServices_ListByDataManager_200GET51": { + "$ref": "../examples/DataServices_ListByDataManager_200-GET-example-51.json" + } } } }, @@ -372,6 +360,11 @@ "$ref": "#/definitions/DataService" } } + }, + "x-ms-examples": { + "DataServices_Get_200GET61": { + "$ref": "../examples/DataServices_Get_200-GET-example-61.json" + } } } }, @@ -427,6 +420,11 @@ "x-ms-odata": "#/definitions/JobDefinitionFilter", "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "JobDefinitions_ListByDataService_200GET71": { + "$ref": "../examples/JobDefinitions_ListByDataService_200-GET-example-71.json" + } } } }, @@ -478,6 +476,11 @@ "$ref": "#/definitions/JobDefinition" } } + }, + "x-ms-examples": { + "JobDefinitions_Get_200GET81": { + "$ref": "../examples/JobDefinitions_Get_200-GET-example-81.json" + } } }, "put": { @@ -540,7 +543,15 @@ "description": "Accepted request for create/update." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "JobDefinitions_CreateOrUpdate_200PUT81": { + "$ref": "../examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json" + }, + "JobDefinitions_CreateOrUpdate_202PUT81": { + "$ref": "../examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json" + } + } }, "delete": { "tags": [ @@ -590,7 +601,15 @@ "description": "JobDefinition deleted." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "JobDefinitions_Delete_202DELETE81": { + "$ref": "../examples/JobDefinitions_Delete_202-DELETE-example-81.json" + }, + "JobDefinitions_Delete_204DELETE81": { + "$ref": "../examples/JobDefinitions_Delete_204-DELETE-example-81.json" + } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs": { @@ -652,6 +671,11 @@ "x-ms-odata": "#/definitions/JobFilter", "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Jobs_ListByJobDefinition_200GET91": { + "$ref": "../examples/Jobs_ListByJobDefinition_200-GET-example-91.json" + } } } }, @@ -717,6 +741,11 @@ "$ref": "#/definitions/Job" } } + }, + "x-ms-examples": { + "Jobs_Get_200GET101": { + "$ref": "../examples/Jobs_Get_200-GET-example-101.json" + } } } }, @@ -776,7 +805,15 @@ "description": "Job cancelled." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Jobs_Cancel_202POST111": { + "$ref": "../examples/Jobs_Cancel_202-POST-example-111.json" + }, + "Jobs_Cancel_204POST111": { + "$ref": "../examples/Jobs_Cancel_204-POST-example-111.json" + } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}/resume": { @@ -835,7 +872,15 @@ "description": "Job resumed." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Jobs_Resume_202POST121": { + "$ref": "../examples/Jobs_Resume_202-POST-example-121.json" + }, + "Jobs_Resume_204POST121": { + "$ref": "../examples/Jobs_Resume_204-POST-example-121.json" + } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/run": { @@ -896,7 +941,15 @@ "description": "Job run started." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "JobDefinitions_Run_202POST131": { + "$ref": "../examples/JobDefinitions_Run_202-POST-example-131.json" + }, + "JobDefinitions_Run_204POST131": { + "$ref": "../examples/JobDefinitions_Run_204-POST-example-131.json" + } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobs": { @@ -951,6 +1004,11 @@ "x-ms-odata": "#/definitions/JobFilter", "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Jobs_ListByDataService_200GET141": { + "$ref": "../examples/Jobs_ListByDataService_200-GET-example-141.json" + } } } }, @@ -999,6 +1057,11 @@ "x-ms-odata": "#/definitions/DataStoreFilter", "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "DataStores_ListByDataManager_200GET151": { + "$ref": "../examples/DataStores_ListByDataManager_200-GET-example-151.json" + } } } }, @@ -1043,6 +1106,14 @@ "$ref": "#/definitions/DataStore" } } + }, + "x-ms-examples": { + "DataStores_Get_200GET161": { + "$ref": "../examples/DataStores_Get_200-GET-example-161.json" + }, + "DataStores_Get_200GET162": { + "$ref": "../examples/DataStores_Get_200-GET-example-162.json" + } } }, "put": { @@ -1098,7 +1169,21 @@ "description": "Accepted request for create/update." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "DataStores_CreateOrUpdate_200_DataSinkPUT161": { + "$ref": "../examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json" + }, + "DataStores_CreateOrUpdate_200_DataSourcePUT161": { + "$ref": "../examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json" + }, + "DataStores_CreateOrUpdate_202_DataSinkPUT161": { + "$ref": "../examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json" + }, + "DataStores_CreateOrUpdate_202_DataSourcePUT161": { + "$ref": "../examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json" + } + } }, "delete": { "tags": [ @@ -1141,7 +1226,21 @@ "description": "DataStore deleted." } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "DataStores_Delete_202_DataSinkDELETE161": { + "$ref": "../examples/DataStores_Delete_202_DataSink-DELETE-example-161.json" + }, + "DataStores_Delete_202_DataSourceDELETE161": { + "$ref": "../examples/DataStores_Delete_202_DataSource-DELETE-example-161.json" + }, + "DataStores_Delete_204_DataSinkDELETE161": { + "$ref": "../examples/DataStores_Delete_204_DataSink-DELETE-example-161.json" + }, + "DataStores_Delete_204_DataSourceDELETE161": { + "$ref": "../examples/DataStores_Delete_204_DataSource-DELETE-example-161.json" + } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes": { @@ -1181,6 +1280,11 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "DataStoreTypes_ListByDataManager_200GET171": { + "$ref": "../examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json" + } } } }, @@ -1225,6 +1329,14 @@ "$ref": "#/definitions/DataStoreType" } } + }, + "x-ms-examples": { + "DataStoreTypes_Get_200GET181": { + "$ref": "../examples/DataStoreTypes_Get_200-GET-example-181.json" + }, + "DataStoreTypes_Get_200GET182": { + "$ref": "../examples/DataStoreTypes_Get_200-GET-example-182.json" + } } } }, @@ -1273,6 +1385,11 @@ "x-ms-odata": "#/definitions/JobDefinitionFilter", "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "JobDefinitions_ListByDataManager_200GET191": { + "$ref": "../examples/JobDefinitions_ListByDataManager_200-GET-example-191.json" + } } } }, @@ -1321,6 +1438,11 @@ "x-ms-odata": "#/definitions/JobFilter", "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Jobs_ListByDataManager_200GET201": { + "$ref": "../examples/Jobs_ListByDataManager_200-GET-example-201.json" + } } } }, @@ -1361,6 +1483,11 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "PublicKeys_ListByDataManager_200GET211": { + "$ref": "../examples/PublicKeys_ListByDataManager_200-GET-example-211.json" + } } } }, @@ -1405,6 +1532,11 @@ "$ref": "#/definitions/PublicKey" } } + }, + "x-ms-examples": { + "PublicKeys_Get_200GET221": { + "$ref": "../examples/PublicKeys_Get_200-GET-example-221.json" + } } } } @@ -1545,23 +1677,6 @@ } } }, - "DataManagerUpdateParameter": { - "description": "The DataManagerUpdateParameter.", - "type": "object", - "properties": { - "sku": { - "$ref": "#/definitions/Sku", - "description": "The sku type." - }, - "tags": { - "description": "The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource\r\n(across resource groups).", - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, "DataService": { "description": "Data Service.", "required": [ @@ -1950,11 +2065,11 @@ "modelAsString": false } }, - "datasource": { + "dataSource": { "description": "The data source associated with the job definition", "type": "string" }, - "lastmodified": { + "lastModified": { "format": "date-time", "description": "The last modified date time of the data source.", "type": "string" diff --git a/specification/hybriddatamanager/resource-manager/readme.nodejs.md b/specification/hybriddatamanager/resource-manager/readme.nodejs.md index 073a3e31963f..61d42a496465 100644 --- a/specification/hybriddatamanager/resource-manager/readme.nodejs.md +++ b/specification/hybriddatamanager/resource-manager/readme.nodejs.md @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder= Date: Mon, 4 Mar 2019 07:50:25 +0530 Subject: [PATCH 07/13] Fixed error in path to example files --- .../stable/2016-06-01/hybriddata.json | 86 +++++++++---------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json index 82f80069aad4..65f32827fb96 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json @@ -46,7 +46,7 @@ }, "x-ms-examples": { "Operations_List_200GET11": { - "$ref": "../examples/Operations_List_200-GET-example-11.json" + "$ref": "./examples/Operations_List_200-GET-example-11.json" } } } @@ -85,7 +85,7 @@ }, "x-ms-examples": { "DataManagers_List_200GET21": { - "$ref": "../examples/DataManagers_List_200-GET-example-21.json" + "$ref": "./examples/DataManagers_List_200-GET-example-21.json" } } } @@ -127,7 +127,7 @@ }, "x-ms-examples": { "DataManagers_ListByResourceGroup_200GET31": { - "$ref": "../examples/DataManagers_ListByResourceGroup_200-GET-example-31.json" + "$ref": "./examples/DataManagers_ListByResourceGroup_200-GET-example-31.json" } } } @@ -169,7 +169,7 @@ }, "x-ms-examples": { "DataManagers_Get_200GET41": { - "$ref": "../examples/DataManagers_Get_200-GET-example-41.json" + "$ref": "./examples/DataManagers_Get_200-GET-example-41.json" } } }, @@ -222,10 +222,10 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "DataManagers_Create_200PUT41": { - "$ref": "../examples/DataManagers_Create_200-PUT-example-41.json" + "$ref": "./examples/DataManagers_Create_200-PUT-example-41.json" }, "DataManagers_Create_202PUT41": { - "$ref": "../examples/DataManagers_Create_202-PUT-example-41.json" + "$ref": "./examples/DataManagers_Create_202-PUT-example-41.json" } } }, @@ -266,10 +266,10 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "DataManagers_Delete_202DELETE41": { - "$ref": "../examples/DataManagers_Delete_202-DELETE-example-41.json" + "$ref": "./examples/DataManagers_Delete_202-DELETE-example-41.json" }, "DataManagers_Delete_204DELETE41": { - "$ref": "../examples/DataManagers_Delete_204-DELETE-example-41.json" + "$ref": "./examples/DataManagers_Delete_204-DELETE-example-41.json" } } } @@ -314,7 +314,7 @@ }, "x-ms-examples": { "DataServices_ListByDataManager_200GET51": { - "$ref": "../examples/DataServices_ListByDataManager_200-GET-example-51.json" + "$ref": "./examples/DataServices_ListByDataManager_200-GET-example-51.json" } } } @@ -363,7 +363,7 @@ }, "x-ms-examples": { "DataServices_Get_200GET61": { - "$ref": "../examples/DataServices_Get_200-GET-example-61.json" + "$ref": "./examples/DataServices_Get_200-GET-example-61.json" } } } @@ -423,7 +423,7 @@ }, "x-ms-examples": { "JobDefinitions_ListByDataService_200GET71": { - "$ref": "../examples/JobDefinitions_ListByDataService_200-GET-example-71.json" + "$ref": "./examples/JobDefinitions_ListByDataService_200-GET-example-71.json" } } } @@ -479,7 +479,7 @@ }, "x-ms-examples": { "JobDefinitions_Get_200GET81": { - "$ref": "../examples/JobDefinitions_Get_200-GET-example-81.json" + "$ref": "./examples/JobDefinitions_Get_200-GET-example-81.json" } } }, @@ -546,10 +546,10 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "JobDefinitions_CreateOrUpdate_200PUT81": { - "$ref": "../examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json" + "$ref": "./examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json" }, "JobDefinitions_CreateOrUpdate_202PUT81": { - "$ref": "../examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json" + "$ref": "./examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json" } } }, @@ -604,10 +604,10 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "JobDefinitions_Delete_202DELETE81": { - "$ref": "../examples/JobDefinitions_Delete_202-DELETE-example-81.json" + "$ref": "./examples/JobDefinitions_Delete_202-DELETE-example-81.json" }, "JobDefinitions_Delete_204DELETE81": { - "$ref": "../examples/JobDefinitions_Delete_204-DELETE-example-81.json" + "$ref": "./examples/JobDefinitions_Delete_204-DELETE-example-81.json" } } } @@ -674,7 +674,7 @@ }, "x-ms-examples": { "Jobs_ListByJobDefinition_200GET91": { - "$ref": "../examples/Jobs_ListByJobDefinition_200-GET-example-91.json" + "$ref": "./examples/Jobs_ListByJobDefinition_200-GET-example-91.json" } } } @@ -744,7 +744,7 @@ }, "x-ms-examples": { "Jobs_Get_200GET101": { - "$ref": "../examples/Jobs_Get_200-GET-example-101.json" + "$ref": "./examples/Jobs_Get_200-GET-example-101.json" } } } @@ -808,10 +808,10 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "Jobs_Cancel_202POST111": { - "$ref": "../examples/Jobs_Cancel_202-POST-example-111.json" + "$ref": "./examples/Jobs_Cancel_202-POST-example-111.json" }, "Jobs_Cancel_204POST111": { - "$ref": "../examples/Jobs_Cancel_204-POST-example-111.json" + "$ref": "./examples/Jobs_Cancel_204-POST-example-111.json" } } } @@ -875,10 +875,10 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "Jobs_Resume_202POST121": { - "$ref": "../examples/Jobs_Resume_202-POST-example-121.json" + "$ref": "./examples/Jobs_Resume_202-POST-example-121.json" }, "Jobs_Resume_204POST121": { - "$ref": "../examples/Jobs_Resume_204-POST-example-121.json" + "$ref": "./examples/Jobs_Resume_204-POST-example-121.json" } } } @@ -944,10 +944,10 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "JobDefinitions_Run_202POST131": { - "$ref": "../examples/JobDefinitions_Run_202-POST-example-131.json" + "$ref": "./examples/JobDefinitions_Run_202-POST-example-131.json" }, "JobDefinitions_Run_204POST131": { - "$ref": "../examples/JobDefinitions_Run_204-POST-example-131.json" + "$ref": "./examples/JobDefinitions_Run_204-POST-example-131.json" } } } @@ -1007,7 +1007,7 @@ }, "x-ms-examples": { "Jobs_ListByDataService_200GET141": { - "$ref": "../examples/Jobs_ListByDataService_200-GET-example-141.json" + "$ref": "./examples/Jobs_ListByDataService_200-GET-example-141.json" } } } @@ -1060,7 +1060,7 @@ }, "x-ms-examples": { "DataStores_ListByDataManager_200GET151": { - "$ref": "../examples/DataStores_ListByDataManager_200-GET-example-151.json" + "$ref": "./examples/DataStores_ListByDataManager_200-GET-example-151.json" } } } @@ -1109,10 +1109,10 @@ }, "x-ms-examples": { "DataStores_Get_200GET161": { - "$ref": "../examples/DataStores_Get_200-GET-example-161.json" + "$ref": "./examples/DataStores_Get_200-GET-example-161.json" }, "DataStores_Get_200GET162": { - "$ref": "../examples/DataStores_Get_200-GET-example-162.json" + "$ref": "./examples/DataStores_Get_200-GET-example-162.json" } } }, @@ -1172,16 +1172,16 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "DataStores_CreateOrUpdate_200_DataSinkPUT161": { - "$ref": "../examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json" + "$ref": "./examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json" }, "DataStores_CreateOrUpdate_200_DataSourcePUT161": { - "$ref": "../examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json" + "$ref": "./examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json" }, "DataStores_CreateOrUpdate_202_DataSinkPUT161": { - "$ref": "../examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json" + "$ref": "./examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json" }, "DataStores_CreateOrUpdate_202_DataSourcePUT161": { - "$ref": "../examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json" + "$ref": "./examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json" } } }, @@ -1229,16 +1229,16 @@ "x-ms-long-running-operation": true, "x-ms-examples": { "DataStores_Delete_202_DataSinkDELETE161": { - "$ref": "../examples/DataStores_Delete_202_DataSink-DELETE-example-161.json" + "$ref": "./examples/DataStores_Delete_202_DataSink-DELETE-example-161.json" }, "DataStores_Delete_202_DataSourceDELETE161": { - "$ref": "../examples/DataStores_Delete_202_DataSource-DELETE-example-161.json" + "$ref": "./examples/DataStores_Delete_202_DataSource-DELETE-example-161.json" }, "DataStores_Delete_204_DataSinkDELETE161": { - "$ref": "../examples/DataStores_Delete_204_DataSink-DELETE-example-161.json" + "$ref": "./examples/DataStores_Delete_204_DataSink-DELETE-example-161.json" }, "DataStores_Delete_204_DataSourceDELETE161": { - "$ref": "../examples/DataStores_Delete_204_DataSource-DELETE-example-161.json" + "$ref": "./examples/DataStores_Delete_204_DataSource-DELETE-example-161.json" } } } @@ -1283,7 +1283,7 @@ }, "x-ms-examples": { "DataStoreTypes_ListByDataManager_200GET171": { - "$ref": "../examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json" + "$ref": "./examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json" } } } @@ -1332,10 +1332,10 @@ }, "x-ms-examples": { "DataStoreTypes_Get_200GET181": { - "$ref": "../examples/DataStoreTypes_Get_200-GET-example-181.json" + "$ref": "./examples/DataStoreTypes_Get_200-GET-example-181.json" }, "DataStoreTypes_Get_200GET182": { - "$ref": "../examples/DataStoreTypes_Get_200-GET-example-182.json" + "$ref": "./examples/DataStoreTypes_Get_200-GET-example-182.json" } } } @@ -1388,7 +1388,7 @@ }, "x-ms-examples": { "JobDefinitions_ListByDataManager_200GET191": { - "$ref": "../examples/JobDefinitions_ListByDataManager_200-GET-example-191.json" + "$ref": "./examples/JobDefinitions_ListByDataManager_200-GET-example-191.json" } } } @@ -1441,7 +1441,7 @@ }, "x-ms-examples": { "Jobs_ListByDataManager_200GET201": { - "$ref": "../examples/Jobs_ListByDataManager_200-GET-example-201.json" + "$ref": "./examples/Jobs_ListByDataManager_200-GET-example-201.json" } } } @@ -1486,7 +1486,7 @@ }, "x-ms-examples": { "PublicKeys_ListByDataManager_200GET211": { - "$ref": "../examples/PublicKeys_ListByDataManager_200-GET-example-211.json" + "$ref": "./examples/PublicKeys_ListByDataManager_200-GET-example-211.json" } } } @@ -1535,7 +1535,7 @@ }, "x-ms-examples": { "PublicKeys_Get_200GET221": { - "$ref": "../examples/PublicKeys_Get_200-GET-example-221.json" + "$ref": "./examples/PublicKeys_Get_200-GET-example-221.json" } } } From dfe371834895884d58f6f58719244d2fab8fb3bd Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Mon, 4 Mar 2019 14:15:42 +0530 Subject: [PATCH 08/13] Fixed Go and Ruby Readme Files --- .../hybriddatamanager/resource-manager/readme.go.md | 8 ++++---- .../hybriddatamanager/resource-manager/readme.ruby.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/specification/hybriddatamanager/resource-manager/readme.go.md b/specification/hybriddatamanager/resource-manager/readme.go.md index 66b26c5d1fef..e4bc8ccadfce 100644 --- a/specification/hybriddatamanager/resource-manager/readme.go.md +++ b/specification/hybriddatamanager/resource-manager/readme.go.md @@ -13,14 +13,14 @@ go: ```yaml $(go) && $(multiapi) batch: - - tag: package-2016-10 + - tag: package-2016-06 ``` -### Tag: package-2016-10 and go +### Tag: package-2016-06 and go -These settings apply only when `--tag=package-2016-10 --go` is specified on the command line. +These settings apply only when `--tag=package-2016-06 --go` is specified on the command line. Please also specify `--go-sdk-folder=`. -```yaml $(tag) == 'package-2016-10' && $(go) +```yaml $(tag) == 'package-2016-06' && $(go) output-folder: $(go-sdk-folder)/services/hybriddatamanager/mgmt/2016-06-01/$(namespace) ``` diff --git a/specification/hybriddatamanager/resource-manager/readme.ruby.md b/specification/hybriddatamanager/resource-manager/readme.ruby.md index 6a80870c2e51..37e4291dbf7e 100644 --- a/specification/hybriddatamanager/resource-manager/readme.ruby.md +++ b/specification/hybriddatamanager/resource-manager/readme.ruby.md @@ -13,15 +13,15 @@ ruby: ``` yaml $(ruby) && $(multiapi) batch: - - tag: package-2016-10 + - tag: package-2016-06 ``` -### Tag: package-2016-10 and ruby +### Tag: package-2016-06 and ruby These settings apply only when `--tag=package-2016-06 --ruby` is specified on the command line. Please also specify `--ruby-sdks-folder=`. -``` yaml $(tag) == 'package-2016-10' && $(ruby) -namespace: "Azure::StorSimple1200Series::Mgmt::V2016-06-01" -output-folder: $(ruby-sdks-folder)/management/azure_mgmt_stor_simple1200_series/lib +``` yaml $(tag) == 'package-2016-06' && $(ruby) +namespace: "Azure::HybridDataManager::Mgmt::V2016-06-01" +output-folder: $(ruby-sdks-folder)/management/azure_mgmt_hybriddatamanager/lib ``` \ No newline at end of file From 50d2dd6f0c7559efb8807462be46ecf4c9bba2c4 Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Tue, 5 Mar 2019 11:10:49 +0530 Subject: [PATCH 09/13] Added suppression for OperationIdNounVerb --- specification/hybriddatamanager/resource-manager/readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/hybriddatamanager/resource-manager/readme.md b/specification/hybriddatamanager/resource-manager/readme.md index 3f46478566cb..bbed4b76a700 100644 --- a/specification/hybriddatamanager/resource-manager/readme.md +++ b/specification/hybriddatamanager/resource-manager/readme.md @@ -39,8 +39,7 @@ input-file: - Microsoft.HybridData/stable/2016-06-01/hybriddata.json directive: - suppress: - - R2016 #to suppress (PatchBodyParametersSchema/R2016/RPCViolation) - - R2062 #to suppress (XmsResourceInPutResponse/R2062/RPCViolation) + - R1001 #to suppress (OperationIdNounVerb/R1001/SDKViolation) ``` --- From c4529466ef97f4e119fc1553d836240d1459aec4 Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Mon, 1 Apr 2019 11:03:21 +0530 Subject: [PATCH 10/13] Added DataManagers_Update and examples --- ...aManagers_Update_200-PATCH-example-41.json | 49 +++++++++++ ...aManagers_Update_202-PATCH-example-41.json | 36 +++++++++ .../stable/2016-06-01/hybriddata.json | 81 ++++++++++++++++++- 3 files changed, 165 insertions(+), 1 deletion(-) create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_200-PATCH-example-41.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_200-PATCH-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_200-PATCH-example-41.json new file mode 100644 index 000000000000..d7a1c575a009 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_200-PATCH-example-41.json @@ -0,0 +1,49 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "20d2a2fb-95d9-4530-b3b3-08b7d168f76a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "68" + ], + "dataManagerUpdateParameter": { + "tags": { + "UpdateDateTime": "4/1/2019 11:09:23 AM" + } + } + }, + "responses": { + "200": { + "body": { + "etag": "W/\"datetime'2019-04-01T06%3A39%3A26.7966056Z'\"_W/\"datetime'2019-04-01T06%3A39%3A26.8006084Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", + "name": "AzureSDKOperationsTest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": { + "updateDateTime": "4/1/2019 11:09:23 AM" + }, + "sku": { + "name": "DS0", + "tier": "Standard" + } + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json new file mode 100644 index 000000000000..5e3f4cb66ce9 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json @@ -0,0 +1,36 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "AzureSDKOperationsTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "20d2a2fb-95d9-4530-b3b3-08b7d168f76a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18362.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "68" + ], + "dataManagerUpdateParameter": { + "tags": { + "UpdateDateTime": "4/1/2019 10:09:23 AM" + } + } + }, + "responses": { + "202": { + "body": "" + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json index 65f32827fb96..475adedcde85 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json @@ -272,6 +272,68 @@ "$ref": "./examples/DataManagers_Delete_204-DELETE-example-41.json" } } + }, + "patch": { + "tags": [ + "DataManagers" + ], + "description": "Updates the properties of an existing data manager resource.", + "operationId": "DataManagers_Update", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionIdParameter" + }, + { + "$ref": "#/parameters/resourceGroupNameParameter" + }, + { + "$ref": "#/parameters/dataManagerNameParameter" + }, + { + "$ref": "#/parameters/apiVersionParameter" + }, + { + "name": "If-Match", + "in": "header", + "description": "Defines the If-Match condition. The patch will be performed only if the ETag of the data manager resource on the server matches this value.", + "type": "string" + }, + { + "name": "dataManagerUpdateParameter", + "in": "body", + "description": "Data manager resource details from request body.", + "required": true, + "schema": { + "$ref": "#/definitions/DataManagerUpdateParameter" + } + } + ], + "responses": { + "200": { + "description": "Data Manager Resource object.", + "schema": { + "$ref": "#/definitions/DataManager" + } + }, + "202": { + "description": "Data Manager Resource updated." + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "DataManagers_Update_200PATCH41": { + "$ref": "./examples/DataManagers_Update_200-PATCH-example-41.json" + }, + "DataManagers_Update_202PATCH41": { + "$ref": "./examples/DataManagers_Update_202-PATCH-example-41.json" + } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices": { @@ -1677,6 +1739,23 @@ } } }, + "DataManagerUpdateParameter": { + "description": "The DataManagerUpdateParameter.", + "type": "object", + "properties": { + "sku": { + "$ref": "#/definitions/Sku", + "description": "The sku type." + }, + "tags": { + "description": "The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource\r\n(across resource groups).", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, "DataService": { "description": "Data Service.", "required": [ @@ -1914,7 +1993,7 @@ } }, "DmsBaseObject": { - "description": "Base class for all objects under DataManager.", + "description": "Base class for all objects under DataManager Service", "type": "object", "properties": { "name": { From 795670b8d053b1811550bb5f3902cb18fc8ab215 Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Thu, 11 Apr 2019 12:07:18 +0530 Subject: [PATCH 11/13] Added suppression for ARM Violation and updated swagger and example files --- ...> DataManagers_Create-PUT-example-41.json} | 19 +- ...ataManagers_Create_202-PUT-example-41.json | 34 ---- ...ataManagers_Delete-DELETE-example-41.json} | 13 +- ...Managers_Delete_202-DELETE-example-41.json | 25 --- ...Managers_Delete_204-DELETE-example-41.json | 25 --- ...n => DataManagers_Get-GET-example-41.json} | 14 +- ... => DataManagers_List-GET-example-21.json} | 18 +- ...rs_ListByResourceGroup-GET-example-31.json | 104 +++++++++++ ...istByResourceGroup_200-GET-example-31.json | 57 ------ ...DataManagers_Update-PATCH-example-43.json} | 26 +-- ...aManagers_Update_202-PATCH-example-41.json | 36 ---- ...n => DataServices_Get-GET-example-62.json} | 16 +- ...ces_ListByDataManager-GET-example-51.json} | 34 ++-- ...> DataStoreTypes_Get-GET-example-182.json} | 14 +- ...> DataStoreTypes_Get-GET-example-183.json} | 14 +- ...es_ListByDataManager-GET-example-171.json} | 32 ++-- ...OrUpdate_202_DataSink-PUT-example-161.json | 56 ------ ...Update_202_DataSource-PUT-example-161.json | 50 ----- ...ateOrUpdate_DataSink-PUT-example-162.json} | 21 ++- ...eOrUpdate_DataSource-PUT-example-162.json} | 19 +- ...elete_204_DataSink-DELETE-example-161.json | 26 --- ...s_Delete_DataSink-DELETE-example-161.json} | 11 +- ...Delete_DataSource-DELETE-example-161.json} | 11 +- ...on => DataStores_Get-GET-example-161.json} | 12 +- ...on => DataStores_Get-GET-example-162.json} | 12 +- ...es_ListByDataManager-GET-example-151.json} | 16 +- ...itions_CreateOrUpdate-PUT-example-83.json} | 23 ++- ...ons_CreateOrUpdate_202-PUT-example-81.json | 56 ------ ...Definitions_Delete-DELETE-example-81.json} | 11 +- ...=> JobDefinitions_Get-GET-example-81.json} | 16 +- ...ns_ListByDataManager-GET-example-191.json} | 16 +- ...ons_ListByDataService-GET-example-71.json} | 16 +- ... JobDefinitions_Run-POST-example-132.json} | 15 +- ...bDefinitions_Run_204-POST-example-131.json | 51 ----- ...json => Jobs_Cancel-POST-example-111.json} | 12 +- .../Jobs_Cancel_204-POST-example-111.json | 28 --- ...101.json => Jobs_Get-GET-example-101.json} | 22 +-- ...obs_ListByDataManager-GET-example-201.json | 71 +++++++ ...ListByDataManager_200-GET-example-201.json | 105 ----------- ...obs_ListByDataService-GET-example-141.json | 72 ++++++++ ...ListByDataService_200-GET-example-141.json | 106 ----------- ...bs_ListByJobDefinition-GET-example-91.json | 73 ++++++++ ...istByJobDefinition_200-GET-example-91.json | 107 ----------- ...json => Jobs_Resume-POST-example-121.json} | 13 +- .../Jobs_Resume_202-POST-example-121.json | 28 --- .../Jobs_Resume_204-POST-example-121.json | 28 --- ...on => Operations_List-GET-example-11.json} | 2 +- ...on => PublicKeys_Get-GET-example-222.json} | 12 +- ...ys_ListByDataManager-GET-example-211.json} | 12 +- .../stable/2016-06-01/hybriddata.json | 174 +++++++----------- .../resource-manager/readme.md | 1 + 51 files changed, 651 insertions(+), 1134 deletions(-) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataManagers_Create_200-PUT-example-41.json => DataManagers_Create-PUT-example-41.json} (67%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_Delete_202_DataSource-DELETE-example-161.json => DataManagers_Delete-DELETE-example-41.json} (69%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataManagers_Get_200-GET-example-41.json => DataManagers_Get-GET-example-41.json} (65%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataManagers_List_200-GET-example-21.json => DataManagers_List-GET-example-21.json} (98%) create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup-GET-example-31.json delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataManagers_Update_200-PATCH-example-41.json => DataManagers_Update-PATCH-example-43.json} (63%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataServices_Get_200-GET-example-61.json => DataServices_Get-GET-example-62.json} (76%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataServices_ListByDataManager_200-GET-example-51.json => DataServices_ListByDataManager-GET-example-51.json} (82%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStoreTypes_Get_200-GET-example-181.json => DataStoreTypes_Get-GET-example-182.json} (78%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStoreTypes_Get_200-GET-example-182.json => DataStoreTypes_Get-GET-example-183.json} (78%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStoreTypes_ListByDataManager_200-GET-example-171.json => DataStoreTypes_ListByDataManager-GET-example-171.json} (82%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json => DataStores_CreateOrUpdate_DataSink-PUT-example-162.json} (57%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json => DataStores_CreateOrUpdate_DataSource-PUT-example-162.json} (67%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_Delete_202_DataSink-DELETE-example-161.json => DataStores_Delete_DataSink-DELETE-example-161.json} (71%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_Delete_204_DataSource-DELETE-example-161.json => DataStores_Delete_DataSource-DELETE-example-161.json} (71%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_Get_200-GET-example-161.json => DataStores_Get-GET-example-161.json} (82%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_Get_200-GET-example-162.json => DataStores_Get-GET-example-162.json} (81%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{DataStores_ListByDataManager_200-GET-example-151.json => DataStores_ListByDataManager-GET-example-151.json} (84%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{JobDefinitions_CreateOrUpdate_200-PUT-example-81.json => JobDefinitions_CreateOrUpdate-PUT-example-83.json} (82%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{JobDefinitions_Delete_202-DELETE-example-81.json => JobDefinitions_Delete-DELETE-example-81.json} (73%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{JobDefinitions_Get_200-GET-example-81.json => JobDefinitions_Get-GET-example-81.json} (80%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{JobDefinitions_ListByDataManager_200-GET-example-191.json => JobDefinitions_ListByDataManager-GET-example-191.json} (81%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{JobDefinitions_ListByDataService_200-GET-example-71.json => JobDefinitions_ListByDataService-GET-example-71.json} (81%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{JobDefinitions_Run_202-POST-example-131.json => JobDefinitions_Run-POST-example-132.json} (81%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{JobDefinitions_Delete_204-DELETE-example-81.json => Jobs_Cancel-POST-example-111.json} (68%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{Jobs_Get_200-GET-example-101.json => Jobs_Get-GET-example-101.json} (60%) create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager-GET-example-201.json delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService-GET-example-141.json delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json create mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition-GET-example-91.json delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{Jobs_Cancel_202-POST-example-111.json => Jobs_Resume-POST-example-121.json} (68%) delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json delete mode 100644 specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{Operations_List_200-GET-example-11.json => Operations_List-GET-example-11.json} (99%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{PublicKeys_Get_200-GET-example-221.json => PublicKeys_Get-GET-example-222.json} (69%) rename specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/{PublicKeys_ListByDataManager_200-GET-example-211.json => PublicKeys_ListByDataManager-GET-example-211.json} (70%) diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_200-PUT-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create-PUT-example-41.json similarity index 67% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_200-PUT-example-41.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create-PUT-example-41.json index 9de96a560555..e3fed46035e4 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_200-PUT-example-41.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create-PUT-example-41.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "a01c5673-b5e1-4988-a2f2-de28f185f5ec" + "125835ee-eee2-4f86-a8dc-73ef3c1a2a5c" ], "accept-language": [ "en-US" @@ -13,8 +13,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,11 +27,14 @@ } }, "responses": { - "200": { + "202": { + "body": "" + }, + "200": { "body": { - "etag": "W/\"datetime'2019-02-27T05%3A31%3A12.9100934Z'\"_W/\"datetime'2019-02-27T05%3A31%3A12.958Z'\"", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", - "name": "AzureSDKOperationsTest", + "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": {}, diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json deleted file mode 100644 index 8ba4169b933b..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Create_202-PUT-example-41.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "f87301d7-c9ce-46a5-9461-cb4a5cc5e783" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "28" - ], - "dataManager": { - "location": "westus" - } - }, - "responses": { - "202": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSource-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete-DELETE-example-41.json similarity index 69% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSource-DELETE-example-161.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete-DELETE-example-41.json index ac937993e93c..f64e1711d53a 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSource-DELETE-example-161.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete-DELETE-example-41.json @@ -2,11 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataStoreName": "TestStorSimpleSource1", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "0e41c454-f0df-4852-9bb6-90a606296039" + "13e52cec-60dd-4733-90b2-6781ec82e368" ], "accept-language": [ "en-US" @@ -14,13 +13,17 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { "202": { "body": "" + }, + "204": { + "body": "" } + } } \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json deleted file mode 100644 index e382e944a988..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_202-DELETE-example-41.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "a354158e-f43f-4f03-b35d-9f69a602d92a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "202": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json deleted file mode 100644 index 2b61ea9b6a78..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Delete_204-DELETE-example-41.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "a354158e-f43f-4f03-b35d-9f69a602d92a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "204": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get_200-GET-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get-GET-example-41.json similarity index 65% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get_200-GET-example-41.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get-GET-example-41.json index b9690caa8a2b..34a1288da8a2 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get_200-GET-example-41.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Get-GET-example-41.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "40eb445e-695f-4d07-a6cc-868e9b7e8bba" + "409f52e4-e9ae-4983-8cc1-4a09a1f82a7c" ], "accept-language": [ "en-US" @@ -13,16 +13,16 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { "200": { "body": { - "etag": "W/\"datetime'2019-02-27T05%3A31%3A12.9100934Z'\"_W/\"datetime'2019-02-27T05%3A31%3A12.958Z'\"", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", - "name": "AzureSDKOperationsTest", + "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": {}, diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List_200-GET-example-21.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List-GET-example-21.json similarity index 98% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List_200-GET-example-21.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List-GET-example-21.json index cf356ff980da..e97eb8fdcca7 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List_200-GET-example-21.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_List-GET-example-21.json @@ -3,7 +3,7 @@ "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "8749f4fd-8e91-47a6-abc4-3ebf3531505d" + "19ba4253-11e6-4c9b-897a-b1e84e783213" ], "accept-language": [ "en-US" @@ -11,8 +11,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -784,6 +784,18 @@ "tier": "Standard" } }, + { + "etag": "W/\"datetime'2019-03-26T04%3A54%3A23.06065Z'\"_W/\"datetime'2019-03-26T04%3A54%3A23.1216929Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ccytest-26-march", + "name": "ccytest-26-march", + "type": "Microsoft.HybridData/dataManagers", + "location": "Central US EUAP", + "tags": {}, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, { "etag": "W/\"datetime'2018-09-08T04%3A34%3A51.2547639Z'\"_W/\"datetime'2018-09-08T04%3A34%3A51.2597674Z'\"", "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG/providers/Microsoft.HybridData/dataManagers/BVT1Resource-4FOOXM2QHZ", diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup-GET-example-31.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup-GET-example-31.json new file mode 100644 index 000000000000..1114f1bb0dc1 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup-GET-example-31.json @@ -0,0 +1,104 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "e3b4eee6-0a8d-4b70-9378-d4d6b125bfc3" + ], + "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": { + "value": [ + { + "etag": "W/\"datetime'2019-02-17T14%3A50%3A37.866739Z'\"_W/\"datetime'2019-02-17T14%3A50%3A38.038859Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperations", + "name": "AzureSDKOperations", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus2", + "tags": {}, + "sku": {} + }, + { + "etag": "W/\"datetime'2019-03-30T06%3A35%3A01.1816182Z'\"_W/\"datetime'2019-03-30T06%3A35%3A01.2846913Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzSDKOps", + "name": "AzSDKOps", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": { + "new": "true", + "hello": "World", + "helL00000": "dlrow" + }, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2019-04-01T04%3A39%3A26.7966056Z'\"_W/\"datetime'2019-04-01T04%3A39%3A26.8006084Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", + "name": "AzureSDKOperationsTest", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": { + "updateDateTime": "4/1/2019 10:09:23 AM" + }, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "etag": "W/\"datetime'2019-03-29T02%3A42%3A05.6859276Z'\"_W/\"datetime'2019-03-29T02%3A42%3A05.69093Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/DMSTestService", + "name": "DMSTestService", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": { + "team": "hcs", + "hello": "World" + }, + "sku": { + "name": "DS0", + "tier": "Standard" + } + }, + { + "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": {} + }, + { + "etag": "W/\"datetime'2019-03-13T04%3A55%3A25.3547061Z'\"_W/\"datetime'2019-03-13T04%3A55%3A25.359709Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestDMS", + "name": "TestDMS", + "type": "Microsoft.HybridData/dataManagers", + "location": "westus", + "tags": { + "newTag": "123abc" + }, + "sku": { + "name": "DS0", + "tier": "Standard" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json deleted file mode 100644 index 8e0c7f85ea59..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_ListByResourceGroup_200-GET-example-31.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "781be350-f22e-45d7-b774-615038649b42" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "200": { - "body": { - "value": [ - { - "etag": "W/\"datetime'2019-02-17T14%3A50%3A37.866739Z'\"_W/\"datetime'2019-02-17T14%3A50%3A38.038859Z'\"", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperations", - "name": "AzureSDKOperations", - "type": "Microsoft.HybridData/dataManagers", - "location": "westus2", - "tags": {}, - "sku": {} - }, - { - "etag": "W/\"datetime'2019-02-07T08%3A12%3A02.6617546Z'\"_W/\"datetime'2019-02-07T08%3A12%3A02.714793Z'\"", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzSDKOps", - "name": "AzSDKOps", - "type": "Microsoft.HybridData/dataManagers", - "location": "westus", - "tags": {}, - "sku": { - "name": "DS0", - "tier": "Standard" - } - }, - { - "etag": "W/\"datetime'2019-02-27T05%3A31%3A12.9100934Z'\"_W/\"datetime'2019-02-27T05%3A31%3A12.958Z'\"", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", - "name": "AzureSDKOperationsTest", - "type": "Microsoft.HybridData/dataManagers", - "location": "westus", - "tags": {}, - "sku": {} - } - ] - } - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_200-PATCH-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update-PATCH-example-43.json similarity index 63% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_200-PATCH-example-41.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update-PATCH-example-43.json index d7a1c575a009..742c00dd627f 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_200-PATCH-example-41.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update-PATCH-example-43.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "20d2a2fb-95d9-4530-b3b3-08b7d168f76a" + "c46ff8b8-99cc-4762-b634-003713c68b75" ], "accept-language": [ "en-US" @@ -13,31 +13,35 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "68" + "82" ], "dataManagerUpdateParameter": { + "sku": {}, "tags": { - "UpdateDateTime": "4/1/2019 11:09:23 AM" + "UpdateDateTime": "4/10/2019 2:53:54 PM" } } }, "responses": { - "200": { + "202": { + "body": "" + }, + "200": { "body": { - "etag": "W/\"datetime'2019-04-01T06%3A39%3A26.7966056Z'\"_W/\"datetime'2019-04-01T06%3A39%3A26.8006084Z'\"", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest", - "name": "AzureSDKOperationsTest", + "etag": "W/\"datetime'2019-04-10T09%3A23%3A57.1833483Z'\"_W/\"datetime'2019-04-10T09%3A23%3A57.1993588Z'\"", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations", + "name": "TestAzureSDKOperations", "type": "Microsoft.HybridData/dataManagers", "location": "westus", "tags": { - "updateDateTime": "4/1/2019 11:09:23 AM" + "updateDateTime": "4/10/2019 2:53:54 PM" }, "sku": { "name": "DS0", diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json deleted file mode 100644 index 5e3f4cb66ce9..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataManagers_Update_202-PATCH-example-41.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "20d2a2fb-95d9-4530-b3b3-08b7d168f76a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "68" - ], - "dataManagerUpdateParameter": { - "tags": { - "UpdateDateTime": "4/1/2019 10:09:23 AM" - } - } - }, - "responses": { - "202": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get_200-GET-example-61.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get-GET-example-62.json similarity index 76% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get_200-GET-example-61.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get-GET-example-62.json index 24d11b9ccc11..04bd451f6d33 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get_200-GET-example-61.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_Get-GET-example-62.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "2b5f02f9-06d1-44ff-98e1-09f179d9651f" + "5ed986da-1428-4cf2-87ee-c808408676ce" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -24,15 +24,15 @@ "properties": { "state": "Enabled", "supportedDataSinkTypes": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureMediaServicesAccount" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureMediaServicesAccount" ], "supportedDataSourceTypes": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series" ] }, "name": "DataTransformation", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation", "type": "Microsoft.HybridData/dataManagers/dataServices" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager_200-GET-example-51.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager-GET-example-51.json similarity index 82% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager_200-GET-example-51.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager-GET-example-51.json index 70126e37f92e..a52514c42a2d 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager_200-GET-example-51.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataServices_ListByDataManager-GET-example-51.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "c7677972-6bef-4619-a87c-aab19543ba88" + "5b073c32-d084-45e2-ac2d-3cec0bb722f9" ], "accept-language": [ "en-US" @@ -13,8 +13,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -25,15 +25,15 @@ "properties": { "state": "Enabled", "supportedDataSinkTypes": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureMediaServicesAccount" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureMediaServicesAccount" ], "supportedDataSourceTypes": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series" ] }, "name": "DataTransformation", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation", "type": "Microsoft.HybridData/dataManagers/dataServices" }, { @@ -43,7 +43,7 @@ "supportedDataSourceTypes": [] }, "name": "KeyRollover", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/KeyRollover", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/KeyRollover", "type": "Microsoft.HybridData/dataManagers/dataServices" }, { @@ -53,7 +53,7 @@ "supportedDataSourceTypes": [] }, "name": "DataSecurity", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataSecurity", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataSecurity", "type": "Microsoft.HybridData/dataManagers/dataServices" }, { @@ -63,7 +63,7 @@ "supportedDataSourceTypes": [] }, "name": "DataInsights", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataInsights", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataInsights", "type": "Microsoft.HybridData/dataManagers/dataServices" }, { @@ -73,7 +73,7 @@ "supportedDataSourceTypes": [] }, "name": "DataHealth", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataHealth", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataHealth", "type": "Microsoft.HybridData/dataManagers/dataServices" }, { @@ -83,22 +83,22 @@ "supportedDataSourceTypes": [] }, "name": "RunnerService", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/RunnerService", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/RunnerService", "type": "Microsoft.HybridData/dataManagers/dataServices" }, { "properties": { "state": "Enabled", "supportedDataSinkTypes": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/SqlServer" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/SqlServer" ], "supportedDataSourceTypes": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount" ] }, "name": "IndexingAndSearch", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch", "type": "Microsoft.HybridData/dataManagers/dataServices" } ], diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-181.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get-GET-example-182.json similarity index 78% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-181.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get-GET-example-182.json index 7b84f850a018..d232a98a91bc 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-181.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get-GET-example-182.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreTypeName": "StorSimple8000Series", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "c4136ec7-5400-4f56-a468-4967bea79673" + "df574e06-45d2-46dd-9483-b8beea760731" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -26,12 +26,12 @@ "state": "Enabled", "supportedDataServicesAsSink": [], "supportedDataServicesAsSource": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch" ] }, "name": "StorSimple8000Series", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-182.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get-GET-example-183.json similarity index 78% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-182.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get-GET-example-183.json index 6d91d7606f4b..a66fc1488aba 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get_200-GET-example-182.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_Get-GET-example-183.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreTypeName": "AzureStorageAccount", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "44bde8a5-4edd-443f-a56c-57e0310ea2e4" + "f7660012-af68-4121-9a96-fde5513dcb99" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -25,14 +25,14 @@ "repositoryType": "Microsoft.Storage/storageAccounts", "state": "Enabled", "supportedDataServicesAsSink": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation" ], "supportedDataServicesAsSource": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch" ] }, "name": "AzureStorageAccount", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager-GET-example-171.json similarity index 82% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager-GET-example-171.json index cbdcac4acf35..c294eea0ece7 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStoreTypes_ListByDataManager-GET-example-171.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "8037735f-6a81-4917-9906-61a7a2324ed5" + "917fc937-60db-4bd5-9f48-b0a95597c71a" ], "accept-language": [ "en-US" @@ -13,8 +13,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -27,12 +27,12 @@ "state": "Enabled", "supportedDataServicesAsSink": [], "supportedDataServicesAsSource": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation", - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation", + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch" ] }, "name": "StorSimple8000Series", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" }, { @@ -40,14 +40,14 @@ "repositoryType": "Microsoft.Storage/storageAccounts", "state": "Enabled", "supportedDataServicesAsSink": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation" ], "supportedDataServicesAsSource": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch" ] }, "name": "AzureStorageAccount", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" }, { @@ -55,12 +55,12 @@ "repositoryType": "Microsoft.Media/mediaservices", "state": "Enabled", "supportedDataServicesAsSink": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation" ], "supportedDataServicesAsSource": [] }, "name": "AzureMediaServicesAccount", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureMediaServicesAccount", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureMediaServicesAccount", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" }, { @@ -70,7 +70,7 @@ "supportedDataServicesAsSource": [] }, "name": "RunnerDataSource", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/RunnerDataSource", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/RunnerDataSource", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" }, { @@ -80,7 +80,7 @@ "supportedDataServicesAsSource": [] }, "name": "RunnerDataSink", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/RunnerDataSink", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/RunnerDataSink", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" }, { @@ -88,12 +88,12 @@ "repositoryType": "Microsoft.Sql/servers", "state": "Enabled", "supportedDataServicesAsSink": [ - "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/IndexingAndSearch" + "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch" ], "supportedDataServicesAsSource": [] }, "name": "SqlServer", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/SqlServer", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/SqlServer", "type": "Microsoft.HybridData/dataManagers/dataStoreTypes" } ], diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json deleted file mode 100644 index 96364dec54ef..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataStoreName": "TestAzureStorage1", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "12374048-4ffe-410b-a4c3-e60c92516bda" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2546" - ], - "dataStore": { - "properties": { - "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", - "state": "Enabled", - "extendedProperties": { - "storageAccountNameForQueue": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", - "extendedSaName": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", - "extendedSaKey": null - }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", - "customerSecrets": [ - { - "keyIdentifier": "StorageAccountAccessKey", - "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", - "algorithm": "RSA1_5" - }, - { - "keyIdentifier": "StorageAccountAccessKeyForQueue", - "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", - "algorithm": "RSA1_5" - } - ] - } - } - }, - "responses": { - "202": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json deleted file mode 100644 index 7de3a099357d..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataStoreName": "TestStorSimpleSource1", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "72efe940-5d26-4f26-ad77-e62cef311aea" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1504" - ], - "dataStore": { - "properties": { - "repositoryId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", - "state": "Enabled", - "extendedProperties": { - "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", - "extendedSaKey": null - }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", - "customerSecrets": [ - { - "keyIdentifier": "ServiceEncryptionKey", - "keyValue": "l0HI5//gNbq/Hgr338Qnm8Pk6CV35Nxcxhv04u8p1n3KQtWX5YUWdwI/WKRR6WvEmJJfJysUWmDD6rjbI0I5XpKi0xg/xe8OTTumIs7f8ysm1tp5lvqWSj7n+/0ppbDIPsn1Jmlhbwwf4Qc6T8/GtEipDwwi6K04JNR034Hrj1/8ubUz6uo3RNoILJPPccJM9fshbeIZ6yhLeFH2AHswjNy0o3083OljMu3lp9/TJdpbeZf1SZ+MO3CXQxTrpfuXyh7muE1D5frOYfy0y1M6b3tQk2HKYhs1gDs+hgWdul9Ip3kuKNgHg8uvvrMVBq8znznm5kaaITzSPwOGKPC96A==:Hyt/Kuo6qIrRVt09f9tmXXZfkmkZCZGWQOppY/pgYEn59iHameqtTKD9BKrlHm/tfwapt+y2LRhRRkcSH+Om0IG8wmJGTaQSyOtGBJtFnd+Or8rLqBbV2siJUWZybGECUAvNfaMcuqu9dd+BDPQkkrJX1B8OIsWzToiWWEO7CTsW01oZDHbkP2DQkhuc2BW7iDdtTxUQejsYpkEcanDYLCXxQn1CBHJ0behtTvC40tgBWISTdwMlPYIzxgPj5iSN3sH3cvjoQWg1kUwckmPU/uqStfMBfr2Mp2QpqC06wZTnoQ/mjZzxFYwVVeDQK6vSBv25E5w8LqMLHCGicO0+hw==", - "algorithm": "RSA1_5" - } - ] - } - } - }, - "responses": { - "202": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_DataSink-PUT-example-162.json similarity index 57% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_DataSink-PUT-example-162.json index 682dc2b5fb49..8333673c1905 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_DataSink-PUT-example-162.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreName": "TestAzureStorage1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "12374048-4ffe-410b-a4c3-e60c92516bda" + "0a33c7b1-84db-41d3-be89-f9e52ae706bd" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,16 +32,16 @@ "extendedSaName": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink", "extendedSaKey": null }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount", + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount", "customerSecrets": [ { "keyIdentifier": "StorageAccountAccessKey", - "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", + "keyValue": "Pses92T1jTpPBH2roHgNKArWVv57WomubD/9ukE2d0M89gIVnzc/0bfeoJVf0Med6Uvt4mzmOghFEVxqoBNXzKLgsCLVqvPkqdst4WzZbeel3k/NVkfDdf04eNPAm1FwM/hWZQlG3lGr/olCihW8AFHoiLEZWK8DC6UmHl8ittuuhzY/Ct8R5VXdMWavLdFg8G66TCSyH2aF/eeqzHcOBP4XFgbF2NxuvmEd/cY+y5lEon3TfdDwI0JcOumf5s4zHTWM5+StWa3SsvKxGPpJ27xik2FBo2kEqrtAAByi6HxXSinJB8DwXZicHIwjaOiTeiJUMADwZXwv1PLpwo5d1Q==:QBzHKcxhJkiIeLtFx84oLqDUd5p+oM2AwoKtZIgYVZhfKFw5VW2BfsigL2K7AGxyTNatwn6JZm9ylo8YhRZrn0eIVqLR4gCiRSwDHI7i6R/tqTfx8ZO/aJy6rTh/WW8d6vZOXXGeuRDAz6fYfjQKb9J/OhTq3cjfVouLt6bKdZsZve08NVZq0sNBYZftCabcOhVg5hamuDhQhemwqFMn6l1xrCWcq4e5YgJ90fbK5N66Wj5LNr2dU+scHH7YfM8a3IIhq51TObhXZ59oNnLhLGGA8j0K43MMKtQAnqpBc+hmwgwc8/DZLod1wnaPbJW5/fQ2HkF7vH9xakIip4bZ9Q==", "algorithm": "RSA1_5" }, { "keyIdentifier": "StorageAccountAccessKeyForQueue", - "keyValue": "WW5c2Gw1Iyzu+0JhjD3WUb3LCaVDgiTvtEyzD3cEtb45DJ10r9u4Xox6eQojAvsnxJCcKQsacFr+WExoegCY+vta8i2MKVK7NlB4csEyqqcSE2LejEDx3kJkfVAI2BGeOJNcCe4rAaD9HFZM1ZsMMyC3E9yp1jqbDXd6m4ZU0IqTZaCCd5aORq165X/XxE/hjOcLNQVaELBW03c9CjrXSiiapmUeiQlBN4KtChDfSIdmcgngyUZhmH+qnkaezvW65pQetOXlijGE4KFminB+zLEJZliepUgOme26uONgX0cmqd1aXWn1xWY0bE0JYHbd0QcDrf3CVRSgBapSjXTMCw==:jmVj92re9bfIXSCBCQCk0Vb6L0Zbsd224w9RW1ll3rJ105Ju9BGrLRdQTVrfDvi4sukcBTo+eeRcuEntEt9czIcUrSxv+IZcdAZYqZdlUqFdHnIr6ci09gyhAIHOb0bNYE2SbzXIB3am75GCdapEmrzhWy4yZnf84fH5ILLs/lpMZP2cu86FMupKadJKqL2bzDqOo0IBq3gQQqG62+uft4CBPfla//RAyxVR7TkUAy5jCq3jhtIqDEnk1PT9eLIRXZKhVWnHXG0IxutjRySBe6icRSaS3+2pg+qANfEfkIYf4nDC+PFfnCrpz4LXHdxPCs8+JdfoiaVgYaQTPyuA/A==", + "keyValue": "Pses92T1jTpPBH2roHgNKArWVv57WomubD/9ukE2d0M89gIVnzc/0bfeoJVf0Med6Uvt4mzmOghFEVxqoBNXzKLgsCLVqvPkqdst4WzZbeel3k/NVkfDdf04eNPAm1FwM/hWZQlG3lGr/olCihW8AFHoiLEZWK8DC6UmHl8ittuuhzY/Ct8R5VXdMWavLdFg8G66TCSyH2aF/eeqzHcOBP4XFgbF2NxuvmEd/cY+y5lEon3TfdDwI0JcOumf5s4zHTWM5+StWa3SsvKxGPpJ27xik2FBo2kEqrtAAByi6HxXSinJB8DwXZicHIwjaOiTeiJUMADwZXwv1PLpwo5d1Q==:QBzHKcxhJkiIeLtFx84oLqDUd5p+oM2AwoKtZIgYVZhfKFw5VW2BfsigL2K7AGxyTNatwn6JZm9ylo8YhRZrn0eIVqLR4gCiRSwDHI7i6R/tqTfx8ZO/aJy6rTh/WW8d6vZOXXGeuRDAz6fYfjQKb9J/OhTq3cjfVouLt6bKdZsZve08NVZq0sNBYZftCabcOhVg5hamuDhQhemwqFMn6l1xrCWcq4e5YgJ90fbK5N66Wj5LNr2dU+scHH7YfM8a3IIhq51TObhXZ59oNnLhLGGA8j0K43MMKtQAnqpBc+hmwgwc8/DZLod1wnaPbJW5/fQ2HkF7vH9xakIip4bZ9Q==", "algorithm": "RSA1_5" } ] @@ -49,6 +49,9 @@ } }, "responses": { + "202": { + "body": "" + }, "200": { "body": { "properties": { @@ -57,10 +60,10 @@ "extendedProperties": { "StorageAccountNameForQueue": "dmsdatasink" }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount" }, "name": "TestAzureStorage1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "type": "Microsoft.HybridData/dataManagers/dataStores" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_DataSource-PUT-example-162.json similarity index 67% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_DataSource-PUT-example-162.json index 4233ca4299d5..608f2a266e44 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_CreateOrUpdate_DataSource-PUT-example-162.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreName": "TestStorSimpleSource1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "72efe940-5d26-4f26-ad77-e62cef311aea" + "28bfd5fe-d6f8-4852-8d7a-d7352f090d06" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,11 +31,11 @@ "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", "extendedSaKey": null }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series", + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series", "customerSecrets": [ { "keyIdentifier": "ServiceEncryptionKey", - "keyValue": "l0HI5//gNbq/Hgr338Qnm8Pk6CV35Nxcxhv04u8p1n3KQtWX5YUWdwI/WKRR6WvEmJJfJysUWmDD6rjbI0I5XpKi0xg/xe8OTTumIs7f8ysm1tp5lvqWSj7n+/0ppbDIPsn1Jmlhbwwf4Qc6T8/GtEipDwwi6K04JNR034Hrj1/8ubUz6uo3RNoILJPPccJM9fshbeIZ6yhLeFH2AHswjNy0o3083OljMu3lp9/TJdpbeZf1SZ+MO3CXQxTrpfuXyh7muE1D5frOYfy0y1M6b3tQk2HKYhs1gDs+hgWdul9Ip3kuKNgHg8uvvrMVBq8znznm5kaaITzSPwOGKPC96A==:Hyt/Kuo6qIrRVt09f9tmXXZfkmkZCZGWQOppY/pgYEn59iHameqtTKD9BKrlHm/tfwapt+y2LRhRRkcSH+Om0IG8wmJGTaQSyOtGBJtFnd+Or8rLqBbV2siJUWZybGECUAvNfaMcuqu9dd+BDPQkkrJX1B8OIsWzToiWWEO7CTsW01oZDHbkP2DQkhuc2BW7iDdtTxUQejsYpkEcanDYLCXxQn1CBHJ0behtTvC40tgBWISTdwMlPYIzxgPj5iSN3sH3cvjoQWg1kUwckmPU/uqStfMBfr2Mp2QpqC06wZTnoQ/mjZzxFYwVVeDQK6vSBv25E5w8LqMLHCGicO0+hw==", + "keyValue": "vZqtembBBg2RC/UyYwZiexGOqujLcMYCmaywqf0sURqIidjxlSp86FGz+T2eRnb1XlYCqFf1CzPzwLpwHEuTJ8LP5hTV1yUiM+YnyKHIGdlQajLcVcFy8ji9n+jSS4J9PjjHsr5AKzW1w+y76UgTEpX7K9kFDWFVyDGEujvuB2bYBlxlKolMCOu0WHZYkBBYLob6a3mQgCHbXYj1mqTmdhPW+J+8tyBCzG6cjlvRJ9hcp9Ss3HV9TV6hrbqlUU3lE1FX8O5Dr6/TXi7tIU7hGfmS5psE0Kz+2PsJTX1R1AbkBpKObPwPxPoC5jCXFxwfmZOrNQdjZ7nu5+JHaLZylw==:tS9oSCAvIwOrkYRyD/jLahSLZypl4eNexW5N/pGqf9vsVfzMhmxob+O/Io48uCPxvtdDksef09OVXpxgaC65K2Og49W9rtRt8cvGyyC41cx5D2DP9fxAu7d/lREP9cWHgrRJlZ4JJFcqy+m+yqYKl3WPrTA2yoZpISGbWAPkj0Hk3IwRr1lmqKfCWtp0jNHnrIJmQ5BQaDLGXpohKQSrrftqz7TdBCYuorSntQz8pqHgc8MTiYMgMtgZ+HRKQ1F5ctOlP+6LJMS6/OFl/tnYb5BD6rn/RufB4OHhVDe9ZD5GMtkwqkUvU9b1v2n31mb63JLApxIi/o8OsSpkA8ZTCg==", "algorithm": "RSA1_5" } ] @@ -43,6 +43,9 @@ } }, "responses": { + "202": { + "body": "" + }, "200": { "body": { "properties": { @@ -52,10 +55,10 @@ "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", "extendedSaKey": null }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series" }, "name": "TestStorSimpleSource1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", "type": "Microsoft.HybridData/dataManagers/dataStores" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json deleted file mode 100644 index 74d349e8e8cf..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSink-DELETE-example-161.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataStoreName": "TestAzureStorage1", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "bb2b3165-b40f-4158-bb55-4ef5a9cbb94c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "204": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSink-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_DataSink-DELETE-example-161.json similarity index 71% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSink-DELETE-example-161.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_DataSink-DELETE-example-161.json index 996b548d672c..2966db115576 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_202_DataSink-DELETE-example-161.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_DataSink-DELETE-example-161.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreName": "TestAzureStorage1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "bb2b3165-b40f-4158-bb55-4ef5a9cbb94c" + "0f186b6f-cd79-4a51-bf43-4c529811a92e" ], "accept-language": [ "en-US" @@ -14,13 +14,16 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { "202": { "body": "" + }, + "204": { + "body": "" } } } \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSource-DELETE-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_DataSource-DELETE-example-161.json similarity index 71% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSource-DELETE-example-161.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_DataSource-DELETE-example-161.json index 067cb9eeb372..a38893d9068f 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_204_DataSource-DELETE-example-161.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Delete_DataSource-DELETE-example-161.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreName": "TestStorSimpleSource1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "0e41c454-f0df-4852-9bb6-90a606296039" + "aeacf9e2-f38f-4516-865b-efa059412796" ], "accept-language": [ "en-US" @@ -14,11 +14,14 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { + "202": { + "body": "" + }, "204": { "body": "" } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-161.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get-GET-example-161.json similarity index 82% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-161.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get-GET-example-161.json index bcc1f13aa09c..1a75793efdc2 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-161.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get-GET-example-161.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreName": "TestStorSimpleSource1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "e66a7560-2e4c-4255-aea1-bab3cf581a19" + "3cc4b5b1-bd64-47b6-a4d7-52922acd110e" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -28,10 +28,10 @@ "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", "extendedSaKey": null }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series" }, "name": "TestStorSimpleSource1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", "type": "Microsoft.HybridData/dataManagers/dataStores" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-162.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get-GET-example-162.json similarity index 81% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-162.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get-GET-example-162.json index 22065aef3f2f..c06ca2aca7e6 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get_200-GET-example-162.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_Get-GET-example-162.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataStoreName": "TestAzureStorage1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "2f23e2ca-ce66-4600-9951-305fc0aff90a" + "619a2eba-35e7-4869-a6a1-0e2d60218356" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -27,10 +27,10 @@ "extendedProperties": { "StorageAccountNameForQueue": "dmsdatasink" }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount" }, "name": "TestAzureStorage1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "type": "Microsoft.HybridData/dataManagers/dataStores" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager_200-GET-example-151.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager-GET-example-151.json similarity index 84% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager_200-GET-example-151.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager-GET-example-151.json index 2267932de3f8..57ad593a91da 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager_200-GET-example-151.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/DataStores_ListByDataManager-GET-example-151.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "969481bf-0665-420c-827a-bb7c7ca593e3" + "96e62dc6-5bb6-44be-9426-c0cbfae20cde" ], "accept-language": [ "en-US" @@ -13,8 +13,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -28,10 +28,10 @@ "extendedProperties": { "StorageAccountNameForQueue": "dmsdatasink" }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/AzureStorageAccount" + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount" }, "name": "TestAzureStorage1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "type": "Microsoft.HybridData/dataManagers/dataStores" }, { @@ -42,10 +42,10 @@ "resourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource", "extendedSaKey": null }, - "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStoreTypes/StorSimple8000Series" + "dataStoreTypeId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series" }, "name": "TestStorSimpleSource1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", "type": "Microsoft.HybridData/dataManagers/dataStores" } ], diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate-PUT-example-83.json similarity index 82% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate-PUT-example-83.json index 865cc99186fc..dc87ef4471bb 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate-PUT-example-83.json @@ -2,12 +2,12 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "jobDefinitionName": "jobdeffromtestcode1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "66f493f4-400f-42b2-a230-0902ae0a7e9b" + "b9c5dbad-b03d-4c93-9eb2-ddfc49b789fb" ], "accept-language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ], "Content-Type": [ "application/json; charset=utf-8" @@ -26,8 +26,8 @@ ], "jobDefinition": { "properties": { - "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", - "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "state": "Enabled", "runLocation": "westus", "userConfirmation": "Required", @@ -49,14 +49,17 @@ } }, "responses": { + "202": { + "body": "" + }, "200": { "body": { "properties": { - "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", - "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "schedules": [], "state": "Enabled", - "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "lastModifiedTime": "2019-04-10T09:15:57.5797713Z", "runLocation": "westus", "userConfirmation": "Required", "dataServiceInput": { @@ -75,7 +78,7 @@ } }, "name": "jobdeffromtestcode1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json deleted file mode 100644 index 69536eddcecb..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataServiceName": "DataTransformation", - "jobDefinitionName": "jobdeffromtestcode1", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "66f493f4-400f-42b2-a230-0902ae0a7e9b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "909" - ], - "jobDefinition": { - "properties": { - "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", - "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", - "state": "Enabled", - "runLocation": "westus", - "userConfirmation": "Required", - "dataServiceInput": { - "DeviceName": "dmsdatasource", - "FileNameFilter": "*", - "ContainerName": "containerfromtest", - "RootDirectories": [ - "\\" - ], - "VolumeNames": [ - "dmsbvtvol" - ], - "BackupChoice": "UseExistingLatest", - "IsDirectoryMode": false, - "AzureStorageType": "Blob" - } - } - } - }, - "responses": { - "202": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_202-DELETE-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete-DELETE-example-81.json similarity index 73% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_202-DELETE-example-81.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete-DELETE-example-81.json index a29e87ebaca1..6178b86f4439 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_202-DELETE-example-81.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete-DELETE-example-81.json @@ -2,12 +2,12 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "jobDefinitionName": "jobdeffromtestcode1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "2f67d814-33a8-4fba-b63b-a532ff9e753e" + "5de5bf1a-fb62-4e6a-9345-3be7f0dde32b" ], "accept-language": [ "en-US" @@ -15,13 +15,16 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { "202": { "body": "" + }, + "204": { + "body": "" } } } \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get_200-GET-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get-GET-example-81.json similarity index 80% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get_200-GET-example-81.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get-GET-example-81.json index a2ea0b917df7..5cf6856f67ee 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get_200-GET-example-81.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Get-GET-example-81.json @@ -2,12 +2,12 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "jobDefinitionName": "jobdeffromtestcode1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "13ebcb08-d8b9-4366-bbc6-b87ce18c5c88" + "ba2d829f-8515-4907-b35e-c3dbb5e0219d" ], "accept-language": [ "en-US" @@ -15,19 +15,19 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { "200": { "body": { "properties": { - "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", - "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "schedules": [], "state": "Enabled", - "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "lastModifiedTime": "2019-04-10T09:15:57.5797713Z", "runLocation": "westus", "userConfirmation": "Required", "dataServiceInput": { @@ -46,7 +46,7 @@ } }, "name": "jobdeffromtestcode1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager_200-GET-example-191.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager-GET-example-191.json similarity index 81% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager_200-GET-example-191.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager-GET-example-191.json index c26aecdc7c53..822b6c44d150 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager_200-GET-example-191.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataManager-GET-example-191.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "444e1a45-28bd-4228-8050-731fa6a372b0" + "28c996f6-1fbf-4568-ba63-fa624b652559" ], "accept-language": [ "en-US" @@ -13,8 +13,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -23,11 +23,11 @@ "value": [ { "properties": { - "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", - "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "schedules": [], "state": "Enabled", - "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "lastModifiedTime": "2019-04-10T09:15:57.5797713Z", "runLocation": "westus", "userConfirmation": "Required", "dataServiceInput": { @@ -46,7 +46,7 @@ } }, "name": "jobdeffromtestcode1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" } ], diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService_200-GET-example-71.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService-GET-example-71.json similarity index 81% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService_200-GET-example-71.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService-GET-example-71.json index 7e5ea7bf81e3..bbc698a4d0fe 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService_200-GET-example-71.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_ListByDataService-GET-example-71.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "219579a4-4d07-4642-b02a-6d56a310cd5e" + "3cd34277-0300-43ee-a55c-03bbd1b6d46a" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -24,11 +24,11 @@ "value": [ { "properties": { - "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestStorSimpleSource1", - "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataStores/TestAzureStorage1", + "dataSourceId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1", + "dataSinkId": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1", "schedules": [], "state": "Enabled", - "lastModifiedTime": "2019-02-27T05:37:00.5970987Z", + "lastModifiedTime": "2019-04-10T09:15:57.5797713Z", "runLocation": "westus", "userConfirmation": "Required", "dataServiceInput": { @@ -47,7 +47,7 @@ } }, "name": "jobdeffromtestcode1", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1", "type": "Microsoft.HybridData/dataManagers/dataServices/jobDefinitions" } ], diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_202-POST-example-131.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run-POST-example-132.json similarity index 81% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_202-POST-example-131.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run-POST-example-132.json index 3a82b8a646bd..636e407b8748 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_202-POST-example-131.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run-POST-example-132.json @@ -2,12 +2,12 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "jobDefinitionName": "jobdeffromtestcode1", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "4ba72541-8598-4e86-8475-4a1662030b17" + "18818f84-7985-4ca0-9a9c-1ee622a5299c" ], "accept-language": [ "en-US" @@ -15,17 +15,17 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "405" + "402" ], "runParameters": { - "userConfirmation": "NotRequired", + "userConfirmation": "Required", "dataServiceInput": { "DeviceName": "dmsdatasource", "FileNameFilter": "*", @@ -46,6 +46,9 @@ "responses": { "202": { "body": "" + }, + "204": { + "body": "" } } } \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json deleted file mode 100644 index e70b13110c87..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Run_204-POST-example-131.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataServiceName": "DataTransformation", - "jobDefinitionName": "jobdeffromtestcode1", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "4ba72541-8598-4e86-8475-4a1662030b17" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "405" - ], - "runParameters": { - "userConfirmation": "NotRequired", - "dataServiceInput": { - "DeviceName": "dmsdatasource", - "FileNameFilter": "*", - "ContainerName": "containerfromtest", - "RootDirectories": [ - "\\" - ], - "VolumeNames": [ - "dmsbvtvol" - ], - "BackupChoice": "UseExistingLatest", - "IsDirectoryMode": false, - "AzureStorageType": "Blob" - }, - "customerSecrets": [] - } - }, - "responses": { - "204": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_204-DELETE-example-81.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel-POST-example-111.json similarity index 68% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_204-DELETE-example-81.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel-POST-example-111.json index b34b5d5f33c7..2982b04e4118 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/JobDefinitions_Delete_204-DELETE-example-81.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel-POST-example-111.json @@ -2,12 +2,13 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "jobDefinitionName": "jobdeffromtestcode1", + "jobId": "1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "2f67d814-33a8-4fba-b63b-a532ff9e753e" + "bb953bea-ccbe-48f4-8ba6-72183ee60a38" ], "accept-language": [ "en-US" @@ -15,11 +16,14 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { + "202": { + "body": "" + }, "204": { "body": "" } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json deleted file mode 100644 index 70cb426294b6..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_204-POST-example-111.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataServiceName": "DataTransformation", - "jobDefinitionName": "jobdeffromtestcode1", - "jobId": "26fbcf29-53fc-45c1-b33f-c0d587330cea", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "3e9deebf-b00e-470a-90ac-40a8f18c8107" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "204": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get_200-GET-example-101.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get-GET-example-101.json similarity index 60% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get_200-GET-example-101.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get-GET-example-101.json index bd26128f1fcf..a42ba22e3320 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get_200-GET-example-101.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Get-GET-example-101.json @@ -2,13 +2,13 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "jobDefinitionName": "jobdeffromtestcode1", - "jobId": "af59807d-f32b-4f1f-b797-83c551af1348", + "jobId": "1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "90af2c75-b32c-4258-9bbe-1b442b4ae588" + "e24339c5-18a9-4376-b6d1-f7d1537e665f" ], "accept-language": [ "en-US" @@ -16,24 +16,24 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { "200": { "body": { - "status": "WaitingForAction", - "startTime": "2019-02-27T05:39:11.2797914Z", + "status": "InProgress", + "startTime": "2019-04-10T09:17:38.0215948Z", "properties": { "isCancellable": "Cancellable", "bytesProcessed": 0, "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 }, - "name": "af59807d-f32b-4f1f-b797-83c551af1348", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", + "name": "1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", "type": "Microsoft.HybridData/dataManagers/jobs" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager-GET-example-201.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager-GET-example-201.json new file mode 100644 index 000000000000..abc530b4d1f9 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager-GET-example-201.json @@ -0,0 +1,71 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "TestAzureSDKOperations", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "20548f10-6352-496c-a061-2516fb8863f8" + ], + "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": { + "value": [ + { + "status": "InProgress", + "startTime": "2019-04-10T09:18:43.5738907Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "8ae39e0e-df7b-453e-8599-db47a277e543", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/8ae39e0e-df7b-453e-8599-db47a277e543", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "InProgress", + "startTime": "2019-04-10T09:18:27.7961146Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "0e10d92e-972a-4c3c-aa49-1b96911cb254", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/0e10d92e-972a-4c3c-aa49-1b96911cb254", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "InProgress", + "startTime": "2019-04-10T09:17:38.0215948Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", + "type": "Microsoft.HybridData/dataManagers/jobs" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json deleted file mode 100644 index a7f9c4bb21e3..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataManager_200-GET-example-201.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "a765c26b-80f7-4e2b-977b-491fae851870" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "200": { - "body": { - "value": [ - { - "status": "WaitingForAction", - "startTime": "2019-02-27T07:37:38.5992366Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "26fbcf29-53fc-45c1-b33f-c0d587330cea", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/26fbcf29-53fc-45c1-b33f-c0d587330cea", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "WaitingForAction", - "startTime": "2019-02-27T05:41:59.6808164Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "dcf0b227-eb1c-43a1-8bce-6fd789de845c", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/dcf0b227-eb1c-43a1-8bce-6fd789de845c", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "Succeeded", - "startTime": "2019-02-27T05:39:41.9933654Z", - "endTime": "2019-02-27T06:33:35.3153992Z", - "properties": { - "isCancellable": "NotCancellable", - "bytesProcessed": 1605, - "itemsProcessed": 5, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "ee36e904-8bb9-42ce-94e2-70a91753b94f", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/ee36e904-8bb9-42ce-94e2-70a91753b94f", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "WaitingForAction", - "startTime": "2019-02-27T05:39:11.2797914Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "af59807d-f32b-4f1f-b797-83c551af1348", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "Failed", - "startTime": "2019-02-27T05:38:26.3588165Z", - "endTime": "2019-02-27T06:30:07.5506805Z", - "properties": { - "isCancellable": "NotCancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 0, - "totalItemsToProcess": 0 - }, - "error": { - "code": "537280913", - "message": "" - }, - "name": "06c0864d-d3ec-4785-a66e-40a6a5ae36da", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/06c0864d-d3ec-4785-a66e-40a6a5ae36da", - "type": "Microsoft.HybridData/dataManagers/jobs" - } - ], - "nextLink": "" - } - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService-GET-example-141.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService-GET-example-141.json new file mode 100644 index 000000000000..ba5caf27d7d3 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService-GET-example-141.json @@ -0,0 +1,72 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "TestAzureSDKOperations", + "dataServiceName": "DataTransformation", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "6f38ec2c-57be-4dba-a61d-79a6b3f1f876" + ], + "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": { + "value": [ + { + "status": "InProgress", + "startTime": "2019-04-10T09:18:43.5738907Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "8ae39e0e-df7b-453e-8599-db47a277e543", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/8ae39e0e-df7b-453e-8599-db47a277e543", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "InProgress", + "startTime": "2019-04-10T09:18:27.7961146Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "0e10d92e-972a-4c3c-aa49-1b96911cb254", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/0e10d92e-972a-4c3c-aa49-1b96911cb254", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "InProgress", + "startTime": "2019-04-10T09:17:38.0215948Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", + "type": "Microsoft.HybridData/dataManagers/jobs" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json deleted file mode 100644 index b404fc3ef82d..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByDataService_200-GET-example-141.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataServiceName": "DataTransformation", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "baaf2455-41a8-4721-b19a-c192a9db9fa0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "200": { - "body": { - "value": [ - { - "status": "WaitingForAction", - "startTime": "2019-02-27T07:37:38.5992366Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "26fbcf29-53fc-45c1-b33f-c0d587330cea", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/26fbcf29-53fc-45c1-b33f-c0d587330cea", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "WaitingForAction", - "startTime": "2019-02-27T05:41:59.6808164Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "dcf0b227-eb1c-43a1-8bce-6fd789de845c", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/dcf0b227-eb1c-43a1-8bce-6fd789de845c", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "Succeeded", - "startTime": "2019-02-27T05:39:41.9933654Z", - "endTime": "2019-02-27T06:33:35.3153992Z", - "properties": { - "isCancellable": "NotCancellable", - "bytesProcessed": 1605, - "itemsProcessed": 5, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "ee36e904-8bb9-42ce-94e2-70a91753b94f", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/ee36e904-8bb9-42ce-94e2-70a91753b94f", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "WaitingForAction", - "startTime": "2019-02-27T05:39:11.2797914Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "af59807d-f32b-4f1f-b797-83c551af1348", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "Failed", - "startTime": "2019-02-27T05:38:26.3588165Z", - "endTime": "2019-02-27T06:30:07.5506805Z", - "properties": { - "isCancellable": "NotCancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 0, - "totalItemsToProcess": 0 - }, - "error": { - "code": "537280913", - "message": "" - }, - "name": "06c0864d-d3ec-4785-a66e-40a6a5ae36da", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/06c0864d-d3ec-4785-a66e-40a6a5ae36da", - "type": "Microsoft.HybridData/dataManagers/jobs" - } - ], - "nextLink": "" - } - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition-GET-example-91.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition-GET-example-91.json new file mode 100644 index 000000000000..7c1c0cb821c5 --- /dev/null +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition-GET-example-91.json @@ -0,0 +1,73 @@ +{ + "parameters": { + "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", + "resourceGroupName": "ResourceGroupForSDKTest", + "dataManagerName": "TestAzureSDKOperations", + "dataServiceName": "DataTransformation", + "jobDefinitionName": "jobdeffromtestcode1", + "api-version": "2016-06-01", + "x-ms-client-request-id": [ + "01ef0302-1fdb-4156-9961-05647e263d4e" + ], + "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": { + "value": [ + { + "status": "InProgress", + "startTime": "2019-04-10T09:18:43.5738907Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "8ae39e0e-df7b-453e-8599-db47a277e543", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/8ae39e0e-df7b-453e-8599-db47a277e543", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "InProgress", + "startTime": "2019-04-10T09:18:27.7961146Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "0e10d92e-972a-4c3c-aa49-1b96911cb254", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/0e10d92e-972a-4c3c-aa49-1b96911cb254", + "type": "Microsoft.HybridData/dataManagers/jobs" + }, + { + "status": "InProgress", + "startTime": "2019-04-10T09:17:38.0215948Z", + "properties": { + "isCancellable": "Cancellable", + "bytesProcessed": 0, + "itemsProcessed": 0, + "totalBytesToProcess": 0, + "totalItemsToProcess": 0 + }, + "name": "1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a", + "type": "Microsoft.HybridData/dataManagers/jobs" + } + ], + "nextLink": "" + } + } + } +} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json deleted file mode 100644 index 34a7c0e13a53..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_ListByJobDefinition_200-GET-example-91.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataServiceName": "DataTransformation", - "jobDefinitionName": "jobdeffromtestcode1", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "44ead159-710f-4f6d-8b0c-d9a076ad8989" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "200": { - "body": { - "value": [ - { - "status": "WaitingForAction", - "startTime": "2019-02-27T07:37:38.5992366Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "26fbcf29-53fc-45c1-b33f-c0d587330cea", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/26fbcf29-53fc-45c1-b33f-c0d587330cea", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "WaitingForAction", - "startTime": "2019-02-27T05:41:59.6808164Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "dcf0b227-eb1c-43a1-8bce-6fd789de845c", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/dcf0b227-eb1c-43a1-8bce-6fd789de845c", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "Succeeded", - "startTime": "2019-02-27T05:39:41.9933654Z", - "endTime": "2019-02-27T06:33:35.3153992Z", - "properties": { - "isCancellable": "NotCancellable", - "bytesProcessed": 1605, - "itemsProcessed": 5, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "ee36e904-8bb9-42ce-94e2-70a91753b94f", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/ee36e904-8bb9-42ce-94e2-70a91753b94f", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "WaitingForAction", - "startTime": "2019-02-27T05:39:11.2797914Z", - "properties": { - "isCancellable": "Cancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 1605, - "totalItemsToProcess": 5 - }, - "name": "af59807d-f32b-4f1f-b797-83c551af1348", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/af59807d-f32b-4f1f-b797-83c551af1348", - "type": "Microsoft.HybridData/dataManagers/jobs" - }, - { - "status": "Failed", - "startTime": "2019-02-27T05:38:26.3588165Z", - "endTime": "2019-02-27T06:30:07.5506805Z", - "properties": { - "isCancellable": "NotCancellable", - "bytesProcessed": 0, - "itemsProcessed": 0, - "totalBytesToProcess": 0, - "totalItemsToProcess": 0 - }, - "error": { - "code": "537280913", - "message": "" - }, - "name": "06c0864d-d3ec-4785-a66e-40a6a5ae36da", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/06c0864d-d3ec-4785-a66e-40a6a5ae36da", - "type": "Microsoft.HybridData/dataManagers/jobs" - } - ], - "nextLink": "" - } - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_202-POST-example-111.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume-POST-example-121.json similarity index 68% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_202-POST-example-111.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume-POST-example-121.json index 743b9c7e8d86..aed00ad7d2c1 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Cancel_202-POST-example-111.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume-POST-example-121.json @@ -2,13 +2,13 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "dataServiceName": "DataTransformation", "jobDefinitionName": "jobdeffromtestcode1", - "jobId": "26fbcf29-53fc-45c1-b33f-c0d587330cea", + "jobId": "8ae39e0e-df7b-453e-8599-db47a277e543", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "3e9deebf-b00e-470a-90ac-40a8f18c8107" + "3ef168d6-e765-4974-9c1e-6949844ffbd7" ], "accept-language": [ "en-US" @@ -16,13 +16,16 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { "202": { "body": "" + }, + "204": { + "body": "" } } } \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json deleted file mode 100644 index 2854718bcf56..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_202-POST-example-121.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataServiceName": "DataTransformation", - "jobDefinitionName": "jobdeffromtestcode1", - "jobId": "af59807d-f32b-4f1f-b797-83c551af1348", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "708e9a82-07a2-4563-8950-9f1aa86c8bc8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "202": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json deleted file mode 100644 index 79f8a0d9e0a9..000000000000 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Jobs_Resume_204-POST-example-121.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "parameters": { - "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", - "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", - "dataServiceName": "DataTransformation", - "jobDefinitionName": "jobdeffromtestcode1", - "jobId": "af59807d-f32b-4f1f-b797-83c551af1348", - "api-version": "2016-06-01", - "x-ms-client-request-id": [ - "708e9a82-07a2-4563-8950-9f1aa86c8bc8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" - ] - }, - "responses": { - "204": { - "body": "" - } - } -} \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List_200-GET-example-11.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List-GET-example-11.json similarity index 99% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List_200-GET-example-11.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List-GET-example-11.json index 815ec12334d0..ae8c7d456252 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List_200-GET-example-11.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/Operations_List-GET-example-11.json @@ -11,7 +11,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get_200-GET-example-221.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get-GET-example-222.json similarity index 69% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get_200-GET-example-221.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get-GET-example-222.json index c30f97e67381..0d98a0de6fe7 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get_200-GET-example-221.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_Get-GET-example-222.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "publicKeyName": "default", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "03ac05c1-767c-40e7-a4be-65e5b0fec4ab" + "1547cfce-2b90-4e12-8530-2a536405eeba" ], "accept-language": [ "en-US" @@ -14,8 +14,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -28,13 +28,13 @@ "encryptionChunkSizeInBytes": 245 }, "dataServiceLevel2Key": { - "keyModulus": "xisEURZzXt7nWxiGcSGZeQSL6I5xiDGy9J4/KrIyBZxMVI0ajjOwHywqWmsyIBrNGDJan6GDIChEPNQMH051tw6CwTFcdRoLQZfgD9EqZDoLIRcz7IfopibZj0haEuGANGfvzZBBfP01RYDgoVq5Ba24rwTvUDrPeBruCFLMKvMKpT4tCJskUVxhHLxQHtLtpfUJAeV+i4ow00g03UAmrFeQHScSAzhNW+AoeH8fef6IMySjSDiUeQHkeFl+jMvDOciNt01Yfmj+WAiwVX/dLRv0UH/4uYT0mzNx5jNU0gzvTm/MAFdKWN5+Al2c97fYc1BcUHhLyNLNtXjhyP+nMw==", + "keyModulus": "xlSZmsnyu/uBkPhxd8q3drECa1NMhuFI1f3V+4JzuE4BVIip8bhm6YGCrKuY12xJ4uNNk8oKRtyzGkALgbmW5LldTLwgQ+2I3sgPWMeOSOqeJ3irHtsCNSTyT1xvOUDF8ar+f8hB7Nhjt8VKgYPN0u4Dx+Inw/DeQBNf5Qh/dEaQF/b75tLJxrg7huMCod5adCR1Xa6+BcKRzghmjXeSF64ojj1VYLuGt3bLwfbYPLw3pm6zIt2+ta9c69JVzutKgt9eLZik5mtSYCH/io8AuS3EdIlIIsdLntJI9FKGWQDDLWP6Npd5ecs1iigYRWM6XhPP5IIsj2GF/bsQ8+KKUQ==", "keyExponent": "AQAB", "encryptionChunkSizeInBytes": 245 } }, "name": "default", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/publicKeys/default", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/publicKeys/default", "type": "Microsoft.HybridData/dataManagers/publicKeys" } } diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager_200-GET-example-211.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager-GET-example-211.json similarity index 70% rename from specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager_200-GET-example-211.json rename to specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager-GET-example-211.json index 33f27938956e..879a880eb7ce 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager_200-GET-example-211.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/examples/PublicKeys_ListByDataManager-GET-example-211.json @@ -2,10 +2,10 @@ "parameters": { "subscriptionId": "6e0219f5-327a-4365-904f-05eed4227ad7", "resourceGroupName": "ResourceGroupForSDKTest", - "dataManagerName": "AzureSDKOperationsTest", + "dataManagerName": "TestAzureSDKOperations", "api-version": "2016-06-01", "x-ms-client-request-id": [ - "b4048a2c-06bd-4235-8a85-d25a8808ce2f" + "9705d475-fbd8-4ffd-bb65-f8fbd094b9ff" ], "accept-language": [ "en-US" @@ -13,8 +13,8 @@ "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0" + "OSVersion/Microsoft.Windows.10.0.18875.", + "Microsoft.Azure.Management.HybridData.HybridDataManagementClient/0.9.0.preview" ] }, "responses": { @@ -29,13 +29,13 @@ "encryptionChunkSizeInBytes": 245 }, "dataServiceLevel2Key": { - "keyModulus": "xisEURZzXt7nWxiGcSGZeQSL6I5xiDGy9J4/KrIyBZxMVI0ajjOwHywqWmsyIBrNGDJan6GDIChEPNQMH051tw6CwTFcdRoLQZfgD9EqZDoLIRcz7IfopibZj0haEuGANGfvzZBBfP01RYDgoVq5Ba24rwTvUDrPeBruCFLMKvMKpT4tCJskUVxhHLxQHtLtpfUJAeV+i4ow00g03UAmrFeQHScSAzhNW+AoeH8fef6IMySjSDiUeQHkeFl+jMvDOciNt01Yfmj+WAiwVX/dLRv0UH/4uYT0mzNx5jNU0gzvTm/MAFdKWN5+Al2c97fYc1BcUHhLyNLNtXjhyP+nMw==", + "keyModulus": "xlSZmsnyu/uBkPhxd8q3drECa1NMhuFI1f3V+4JzuE4BVIip8bhm6YGCrKuY12xJ4uNNk8oKRtyzGkALgbmW5LldTLwgQ+2I3sgPWMeOSOqeJ3irHtsCNSTyT1xvOUDF8ar+f8hB7Nhjt8VKgYPN0u4Dx+Inw/DeQBNf5Qh/dEaQF/b75tLJxrg7huMCod5adCR1Xa6+BcKRzghmjXeSF64ojj1VYLuGt3bLwfbYPLw3pm6zIt2+ta9c69JVzutKgt9eLZik5mtSYCH/io8AuS3EdIlIIsdLntJI9FKGWQDDLWP6Npd5ecs1iigYRWM6XhPP5IIsj2GF/bsQ8+KKUQ==", "keyExponent": "AQAB", "encryptionChunkSizeInBytes": 245 } }, "name": "default", - "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest/publicKeys/default", + "id": "/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/publicKeys/default", "type": "Microsoft.HybridData/dataManagers/publicKeys" } ] diff --git a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json index 475adedcde85..8ff2b53bcee4 100644 --- a/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json +++ b/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json @@ -45,8 +45,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Operations_List_200GET11": { - "$ref": "./examples/Operations_List_200-GET-example-11.json" + "Operations_ListGET11": { + "$ref": "./examples/Operations_List-GET-example-11.json" } } } @@ -84,8 +84,8 @@ "nextLinkName": null }, "x-ms-examples": { - "DataManagers_List_200GET21": { - "$ref": "./examples/DataManagers_List_200-GET-example-21.json" + "DataManagers_ListGET21": { + "$ref": "./examples/DataManagers_List-GET-example-21.json" } } } @@ -126,8 +126,8 @@ "nextLinkName": null }, "x-ms-examples": { - "DataManagers_ListByResourceGroup_200GET31": { - "$ref": "./examples/DataManagers_ListByResourceGroup_200-GET-example-31.json" + "DataManagers_ListByResourceGroupGET31": { + "$ref": "./examples/DataManagers_ListByResourceGroup-GET-example-31.json" } } } @@ -168,8 +168,8 @@ } }, "x-ms-examples": { - "DataManagers_Get_200GET41": { - "$ref": "./examples/DataManagers_Get_200-GET-example-41.json" + "DataManagers_GetGET41": { + "$ref": "./examples/DataManagers_Get-GET-example-41.json" } } }, @@ -221,11 +221,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "DataManagers_Create_200PUT41": { - "$ref": "./examples/DataManagers_Create_200-PUT-example-41.json" - }, - "DataManagers_Create_202PUT41": { - "$ref": "./examples/DataManagers_Create_202-PUT-example-41.json" + "DataManagers_CreatePUT41": { + "$ref": "./examples/DataManagers_Create-PUT-example-41.json" } } }, @@ -265,11 +262,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "DataManagers_Delete_202DELETE41": { - "$ref": "./examples/DataManagers_Delete_202-DELETE-example-41.json" - }, - "DataManagers_Delete_204DELETE41": { - "$ref": "./examples/DataManagers_Delete_204-DELETE-example-41.json" + "DataManagers_DeleteDELETE41": { + "$ref": "./examples/DataManagers_Delete-DELETE-example-41.json" } } }, @@ -327,11 +321,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "DataManagers_Update_200PATCH41": { - "$ref": "./examples/DataManagers_Update_200-PATCH-example-41.json" - }, - "DataManagers_Update_202PATCH41": { - "$ref": "./examples/DataManagers_Update_202-PATCH-example-41.json" + "DataManagers_UpdatePATCH43": { + "$ref": "./examples/DataManagers_Update-PATCH-example-43.json" } } } @@ -375,10 +366,10 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "DataServices_ListByDataManager_200GET51": { - "$ref": "./examples/DataServices_ListByDataManager_200-GET-example-51.json" + "DataServices_ListByDataManagerGET51": { + "$ref": "./examples/DataServices_ListByDataManager-GET-example-51.json" } - } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}": { @@ -424,10 +415,10 @@ } }, "x-ms-examples": { - "DataServices_Get_200GET61": { - "$ref": "./examples/DataServices_Get_200-GET-example-61.json" + "DataServices_GetGET62": { + "$ref": "./examples/DataServices_Get-GET-example-62.json" } - } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions": { @@ -484,8 +475,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "JobDefinitions_ListByDataService_200GET71": { - "$ref": "./examples/JobDefinitions_ListByDataService_200-GET-example-71.json" + "JobDefinitions_ListByDataServiceGET71": { + "$ref": "./examples/JobDefinitions_ListByDataService-GET-example-71.json" } } } @@ -540,10 +531,10 @@ } }, "x-ms-examples": { - "JobDefinitions_Get_200GET81": { - "$ref": "./examples/JobDefinitions_Get_200-GET-example-81.json" + "JobDefinitions_GetGET81": { + "$ref": "./examples/JobDefinitions_Get-GET-example-81.json" } - } + } }, "put": { "tags": [ @@ -607,11 +598,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "JobDefinitions_CreateOrUpdate_200PUT81": { - "$ref": "./examples/JobDefinitions_CreateOrUpdate_200-PUT-example-81.json" - }, - "JobDefinitions_CreateOrUpdate_202PUT81": { - "$ref": "./examples/JobDefinitions_CreateOrUpdate_202-PUT-example-81.json" + "JobDefinitions_CreateOrUpdatePUT83": { + "$ref": "./examples/JobDefinitions_CreateOrUpdate-PUT-example-83.json" } } }, @@ -665,11 +653,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "JobDefinitions_Delete_202DELETE81": { - "$ref": "./examples/JobDefinitions_Delete_202-DELETE-example-81.json" - }, - "JobDefinitions_Delete_204DELETE81": { - "$ref": "./examples/JobDefinitions_Delete_204-DELETE-example-81.json" + "JobDefinitions_DeleteDELETE81": { + "$ref": "./examples/JobDefinitions_Delete-DELETE-example-81.json" } } } @@ -735,8 +720,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Jobs_ListByJobDefinition_200GET91": { - "$ref": "./examples/Jobs_ListByJobDefinition_200-GET-example-91.json" + "Jobs_ListByJobDefinitionGET91": { + "$ref": "./examples/Jobs_ListByJobDefinition-GET-example-91.json" } } } @@ -805,8 +790,8 @@ } }, "x-ms-examples": { - "Jobs_Get_200GET101": { - "$ref": "./examples/Jobs_Get_200-GET-example-101.json" + "Jobs_GetGET101": { + "$ref": "./examples/Jobs_Get-GET-example-101.json" } } } @@ -869,11 +854,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Jobs_Cancel_202POST111": { - "$ref": "./examples/Jobs_Cancel_202-POST-example-111.json" - }, - "Jobs_Cancel_204POST111": { - "$ref": "./examples/Jobs_Cancel_204-POST-example-111.json" + "Jobs_CancelPOST111": { + "$ref": "./examples/Jobs_Cancel-POST-example-111.json" } } } @@ -936,11 +918,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Jobs_Resume_202POST121": { - "$ref": "./examples/Jobs_Resume_202-POST-example-121.json" - }, - "Jobs_Resume_204POST121": { - "$ref": "./examples/Jobs_Resume_204-POST-example-121.json" + "Jobs_ResumePOST121": { + "$ref": "./examples/Jobs_Resume-POST-example-121.json" } } } @@ -1005,11 +984,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "JobDefinitions_Run_202POST131": { - "$ref": "./examples/JobDefinitions_Run_202-POST-example-131.json" - }, - "JobDefinitions_Run_204POST131": { - "$ref": "./examples/JobDefinitions_Run_204-POST-example-131.json" + "JobDefinitions_RunPOST132": { + "$ref": "./examples/JobDefinitions_Run-POST-example-132.json" } } } @@ -1068,8 +1044,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Jobs_ListByDataService_200GET141": { - "$ref": "./examples/Jobs_ListByDataService_200-GET-example-141.json" + "Jobs_ListByDataServiceGET141": { + "$ref": "./examples/Jobs_ListByDataService-GET-example-141.json" } } } @@ -1121,8 +1097,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "DataStores_ListByDataManager_200GET151": { - "$ref": "./examples/DataStores_ListByDataManager_200-GET-example-151.json" + "DataStores_ListByDataManagerGET151": { + "$ref": "./examples/DataStores_ListByDataManager-GET-example-151.json" } } } @@ -1170,11 +1146,11 @@ } }, "x-ms-examples": { - "DataStores_Get_200GET161": { - "$ref": "./examples/DataStores_Get_200-GET-example-161.json" + "DataStores_GetGET161": { + "$ref": "./examples/DataStores_Get-GET-example-161.json" }, - "DataStores_Get_200GET162": { - "$ref": "./examples/DataStores_Get_200-GET-example-162.json" + "DataStores_GetGET162": { + "$ref": "./examples/DataStores_Get-GET-example-162.json" } } }, @@ -1233,17 +1209,11 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "DataStores_CreateOrUpdate_200_DataSinkPUT161": { - "$ref": "./examples/DataStores_CreateOrUpdate_200_DataSink-PUT-example-161.json" - }, - "DataStores_CreateOrUpdate_200_DataSourcePUT161": { - "$ref": "./examples/DataStores_CreateOrUpdate_200_DataSource-PUT-example-161.json" + "DataStores_CreateOrUpdate_DataSinkPUT162": { + "$ref": "./examples/DataStores_CreateOrUpdate_DataSink-PUT-example-162.json" }, - "DataStores_CreateOrUpdate_202_DataSinkPUT161": { - "$ref": "./examples/DataStores_CreateOrUpdate_202_DataSink-PUT-example-161.json" - }, - "DataStores_CreateOrUpdate_202_DataSourcePUT161": { - "$ref": "./examples/DataStores_CreateOrUpdate_202_DataSource-PUT-example-161.json" + "DataStores_CreateOrUpdate_DataSourcePUT162": { + "$ref": "./examples/DataStores_CreateOrUpdate_DataSource-PUT-example-162.json" } } }, @@ -1290,17 +1260,11 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "DataStores_Delete_202_DataSinkDELETE161": { - "$ref": "./examples/DataStores_Delete_202_DataSink-DELETE-example-161.json" - }, - "DataStores_Delete_202_DataSourceDELETE161": { - "$ref": "./examples/DataStores_Delete_202_DataSource-DELETE-example-161.json" - }, - "DataStores_Delete_204_DataSinkDELETE161": { - "$ref": "./examples/DataStores_Delete_204_DataSink-DELETE-example-161.json" + "DataStores_Delete_DataSinkDELETE161": { + "$ref": "./examples/DataStores_Delete_DataSink-DELETE-example-161.json" }, - "DataStores_Delete_204_DataSourceDELETE161": { - "$ref": "./examples/DataStores_Delete_204_DataSource-DELETE-example-161.json" + "DataStores_Delete_DataSourceDELETE161": { + "$ref": "./examples/DataStores_Delete_DataSource-DELETE-example-161.json" } } } @@ -1344,8 +1308,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "DataStoreTypes_ListByDataManager_200GET171": { - "$ref": "./examples/DataStoreTypes_ListByDataManager_200-GET-example-171.json" + "DataStoreTypes_ListByDataManagerGET171": { + "$ref": "./examples/DataStoreTypes_ListByDataManager-GET-example-171.json" } } } @@ -1393,11 +1357,11 @@ } }, "x-ms-examples": { - "DataStoreTypes_Get_200GET181": { - "$ref": "./examples/DataStoreTypes_Get_200-GET-example-181.json" + "DataStoreTypes_GetGET182": { + "$ref": "./examples/DataStoreTypes_Get-GET-example-182.json" }, - "DataStoreTypes_Get_200GET182": { - "$ref": "./examples/DataStoreTypes_Get_200-GET-example-182.json" + "DataStoreTypes_GetGET183": { + "$ref": "./examples/DataStoreTypes_Get-GET-example-183.json" } } } @@ -1449,8 +1413,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "JobDefinitions_ListByDataManager_200GET191": { - "$ref": "./examples/JobDefinitions_ListByDataManager_200-GET-example-191.json" + "JobDefinitions_ListByDataManagerGET191": { + "$ref": "./examples/JobDefinitions_ListByDataManager-GET-example-191.json" } } } @@ -1502,8 +1466,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Jobs_ListByDataManager_200GET201": { - "$ref": "./examples/Jobs_ListByDataManager_200-GET-example-201.json" + "Jobs_ListByDataManagerGET201": { + "$ref": "./examples/Jobs_ListByDataManager-GET-example-201.json" } } } @@ -1547,8 +1511,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "PublicKeys_ListByDataManager_200GET211": { - "$ref": "./examples/PublicKeys_ListByDataManager_200-GET-example-211.json" + "PublicKeys_ListByDataManagerGET211": { + "$ref": "./examples/PublicKeys_ListByDataManager-GET-example-211.json" } } } @@ -1596,8 +1560,8 @@ } }, "x-ms-examples": { - "PublicKeys_Get_200GET221": { - "$ref": "./examples/PublicKeys_Get_200-GET-example-221.json" + "PublicKeys_GetGET222": { + "$ref": "./examples/PublicKeys_Get-GET-example-222.json" } } } diff --git a/specification/hybriddatamanager/resource-manager/readme.md b/specification/hybriddatamanager/resource-manager/readme.md index bbed4b76a700..f34881575333 100644 --- a/specification/hybriddatamanager/resource-manager/readme.md +++ b/specification/hybriddatamanager/resource-manager/readme.md @@ -40,6 +40,7 @@ input-file: directive: - suppress: - R1001 #to suppress (OperationIdNounVerb/R1001/SDKViolation) + - R2062 #to suppress (XmsResourceInPutResponse/R2062/ARMViolation) ``` --- From 265dbc12a8a10e449e6e677bc0e7989f8833545a Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Thu, 11 Apr 2019 13:24:15 +0530 Subject: [PATCH 12/13] Updated swagger to sdk script for ruby --- specification/hybriddatamanager/resource-manager/readme.md | 5 ++++- .../hybriddatamanager/resource-manager/readme.ruby.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/specification/hybriddatamanager/resource-manager/readme.md b/specification/hybriddatamanager/resource-manager/readme.md index f34881575333..3bfcac53ff19 100644 --- a/specification/hybriddatamanager/resource-manager/readme.md +++ b/specification/hybriddatamanager/resource-manager/readme.md @@ -1,4 +1,4 @@ -#HybridDataManager +# HybridDataManager > see https://aka.ms/autorest @@ -95,3 +95,6 @@ java: payload-flattening-threshold: 1 output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-hybriddatamanager ``` +## Ruby + +See configuration in [readme.ruby.md](./readme.ruby.md) \ No newline at end of file diff --git a/specification/hybriddatamanager/resource-manager/readme.ruby.md b/specification/hybriddatamanager/resource-manager/readme.ruby.md index 37e4291dbf7e..02e45f681f87 100644 --- a/specification/hybriddatamanager/resource-manager/readme.ruby.md +++ b/specification/hybriddatamanager/resource-manager/readme.ruby.md @@ -5,7 +5,7 @@ These settings apply only when `--ruby` is specified on the command line. ``` yaml $(ruby) ruby: package-name: azure_mgmt_hybriddatamanager - package-version: "0.16.0" + package-version: "0.0.1" azure-arm: true ``` From 88c2d55de6c6f6e2a7ba15dffcfd613787979bb5 Mon Sep 17 00:00:00 2001 From: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> Date: Thu, 11 Apr 2019 13:42:38 +0530 Subject: [PATCH 13/13] Added Python swagger to sdk --- .../resource-manager/readme.md | 35 +++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/specification/hybriddatamanager/resource-manager/readme.md b/specification/hybriddatamanager/resource-manager/readme.md index 3bfcac53ff19..4ae1a07de3d2 100644 --- a/specification/hybriddatamanager/resource-manager/readme.md +++ b/specification/hybriddatamanager/resource-manager/readme.md @@ -55,8 +55,10 @@ This is not used by Autorest itself. ``` yaml $(swagger-to-sdk) swagger-to-sdk: - repo: azure-sdk-for-go - - repo: azure-sdk-for-node + - repo: azure-sdk-for-java - repo: azure-sdk-for-js + - repo: azure-sdk-for-node + - repo: azure-sdk-for-python - repo: azure-sdk-for-ruby after_scripts: - bundle install && rake arm:regen_all_profiles['azure_mgmt_hybriddatamanager'] @@ -97,4 +99,33 @@ java: ``` ## Ruby -See configuration in [readme.ruby.md](./readme.ruby.md) \ No newline at end of file +See configuration in [readme.ruby.md](./readme.ruby.md) + +## Python + +These settings apply only when `--python` is specified on the command line. +Please also specify `--python-sdks-folder=`. +Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. + +``` yaml $(python) +python-mode: create +python: + azure-arm: true + license-header: MICROSOFT_MIT_NO_VERSION + payload-flattening-threshold: 2 + namespace: azure.mgmt.hybriddatamanager + package-name: azure-mgmt-hybriddatamanager + title: HybridDataManagementClient + description: The HybridDataManager Client. + clear-output-folder: true +``` +``` yaml $(python) && $(python-mode) == 'update' +python: + no-namespace-folders: true + output-folder: $(python-sdks-folder)/azure-mgmt-hybriddatamanager/azure/mgmt/hybriddatamanager +``` +``` yaml $(python) && $(python-mode) == 'create' +python: + basic-setup-py: true + output-folder: $(python-sdks-folder)/azure-mgmt-hybriddatamanager +```