From 40ff93143420acccf3ee01edce081dea9608f7d3 Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Wed, 14 Mar 2018 00:24:45 -0700 Subject: [PATCH] XMSParameterLocation Fixes --- .../preview/2017-05-15-preview/definitions.json | 6 ++++-- .../Prediction/stable/v1.1/Prediction.json | 3 ++- .../Training/stable/v1.2/Training.json | 3 ++- .../stable/2017-04-18/cognitiveservices.json | 3 ++- .../resource-management/v1/types.json | 3 ++- .../preview/2017-12-30-preview/consumption.json | 3 ++- .../stable/2016-03-30/datacatalog.json | 3 ++- .../preview/2015-10-01-preview/catalog.json | 3 ++- .../preview/2015-11-01-preview/job.json | 3 ++- .../preview/2016-03-20-preview/job.json | 3 ++- .../preview/2017-09-01-preview/job.json | 3 ++- .../stable/2016-11-01/catalog.json | 3 ++- .../preview/2015-10-01-preview/filesystem.json | 3 ++- .../stable/2016-11-01/filesystem.json | 3 ++- .../data-plane/stable/1.6/graphrbac.json | 3 ++- .../preview/2017-08-31-preview/management.json | 3 ++- .../preview/2018-01-01-preview/management.json | 15 ++++++++++----- .../2017-11-11-preview/migrate.json | 3 ++- .../Microsoft.Migrate/2018-02-02/migrate.json | 3 ++- .../stable/2015-03-20/OperationalInsights.json | 6 ++++-- .../2015-11-01-preview/OperationsManagement.json | 9 ++++++--- .../stable/2016-08-10/service.json | 6 ++++-- .../stable/2018-01-10/service.json | 6 ++++-- .../preview/2016-09-01-preview/searchindex.json | 9 ++++++--- .../preview/2016-09-01-preview/searchservice.json | 6 ++++-- .../stable/1.0.0/servicefabric.json | 3 ++- .../stable/2016-11-01/storageimportexport.json | 3 ++- 27 files changed, 80 insertions(+), 40 deletions(-) diff --git a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/definitions.json b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/definitions.json index 70f0613dbbaf..fb93dc1da800 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/definitions.json +++ b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/definitions.json @@ -1059,14 +1059,16 @@ "description": "The name of the automation account.", "type": "string", "required": true, - "in": "path" + "in": "path", + "x-ms-parameter-location": "client" }, "clientRequestId": { "name": "clientRequestId", "description": "Identifies this specific client request.", "type": "string", "required": false, - "in": "header" + "in": "header", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/cognitiveservices/data-plane/CustomVision/Prediction/stable/v1.1/Prediction.json b/specification/cognitiveservices/data-plane/CustomVision/Prediction/stable/v1.1/Prediction.json index abd0a213fc87..869bd4db872f 100644 --- a/specification/cognitiveservices/data-plane/CustomVision/Prediction/stable/v1.1/Prediction.json +++ b/specification/cognitiveservices/data-plane/CustomVision/Prediction/stable/v1.1/Prediction.json @@ -379,7 +379,8 @@ "in": "header", "required": true, "type": "string", - "x-ms-client-name": "ApiKey" + "x-ms-client-name": "ApiKey", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/cognitiveservices/data-plane/CustomVision/Training/stable/v1.2/Training.json b/specification/cognitiveservices/data-plane/CustomVision/Training/stable/v1.2/Training.json index c1d7e9435534..ab61c03bcfde 100644 --- a/specification/cognitiveservices/data-plane/CustomVision/Training/stable/v1.2/Training.json +++ b/specification/cognitiveservices/data-plane/CustomVision/Training/stable/v1.2/Training.json @@ -2923,7 +2923,8 @@ "in": "header", "required": true, "type": "string", - "x-ms-client-name": "ApiKey" + "x-ms-client-name": "ApiKey", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json index 48f13b8dff1d..bc9ecdea3013 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json @@ -1204,7 +1204,8 @@ "in": "query", "required": false, "type": "string", - "description": "An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names)." + "description": "An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names).", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/common-types/resource-management/v1/types.json b/specification/common-types/resource-management/v1/types.json index d1322974e187..1d43a0a1649a 100644 --- a/specification/common-types/resource-management/v1/types.json +++ b/specification/common-types/resource-management/v1/types.json @@ -279,7 +279,8 @@ "description": "The name of the resource group. The name is case insensitive.", "pattern": "^[-\\w\\._\\(\\)]+$", "minLength": 1, - "maxLength": 90 + "maxLength": 90, + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/preview/2017-12-30-preview/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/preview/2017-12-30-preview/consumption.json index 827b5994b691..2b8c45cb593a 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/preview/2017-12-30-preview/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/preview/2017-12-30-preview/consumption.json @@ -545,7 +545,8 @@ "in": "path", "description": "Budget name.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/datacatalog/resource-manager/Microsoft.DataCatalog/stable/2016-03-30/datacatalog.json b/specification/datacatalog/resource-manager/Microsoft.DataCatalog/stable/2016-03-30/datacatalog.json index 58c5261cef6e..f863b8e21593 100644 --- a/specification/datacatalog/resource-manager/Microsoft.DataCatalog/stable/2016-03-30/datacatalog.json +++ b/specification/datacatalog/resource-manager/Microsoft.DataCatalog/stable/2016-03-30/datacatalog.json @@ -428,7 +428,8 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the data catlog in the specified subscription and resource group." + "description": "The name of the data catlog in the specified subscription and resource group.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/catalog.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/catalog.json index 895d19dfb805..e8943294dd85 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/catalog.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/catalog.json @@ -2897,7 +2897,8 @@ "type": "string", "default": "azuredatalakeanalytics.net", "x-ms-skip-url-encoding": true, - "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests." + "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-11-01-preview/job.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-11-01-preview/job.json index 3c8f237ffbd5..4c8c833c6622 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-11-01-preview/job.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2015-11-01-preview/job.json @@ -1009,7 +1009,8 @@ "type": "string", "default": "azuredatalakeanalytics.net", "x-ms-skip-url-encoding": true, - "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests." + "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2016-03-20-preview/job.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2016-03-20-preview/job.json index 095c80bb9420..a28f45d787d0 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2016-03-20-preview/job.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2016-03-20-preview/job.json @@ -1065,7 +1065,8 @@ "type": "string", "default": "azuredatalakeanalytics.net", "x-ms-skip-url-encoding": true, - "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests." + "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.", + "x-ms-parameter-location": "client" } } } diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2017-09-01-preview/job.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2017-09-01-preview/job.json index 7a7709c1e595..3c35d8113534 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2017-09-01-preview/job.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/preview/2017-09-01-preview/job.json @@ -2011,7 +2011,8 @@ "type": "string", "default": "azuredatalakeanalytics.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests." + "description": "The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.", + "x-ms-parameter-location": "client" } } } diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/stable/2016-11-01/catalog.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/stable/2016-11-01/catalog.json index c12a5990441a..dce1c84c82f9 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/stable/2016-11-01/catalog.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/stable/2016-11-01/catalog.json @@ -4271,7 +4271,8 @@ "type": "string", "default": "azuredatalakeanalytics.net", "x-ms-skip-url-encoding": true, - "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests." + "description": "Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests.", + "x-ms-parameter-location": "client" } } } diff --git a/specification/datalake-store/data-plane/Microsoft.DataLakeStore/preview/2015-10-01-preview/filesystem.json b/specification/datalake-store/data-plane/Microsoft.DataLakeStore/preview/2015-10-01-preview/filesystem.json index 6b79b15e2e12..80b5afd54ea0 100644 --- a/specification/datalake-store/data-plane/Microsoft.DataLakeStore/preview/2015-10-01-preview/filesystem.json +++ b/specification/datalake-store/data-plane/Microsoft.DataLakeStore/preview/2015-10-01-preview/filesystem.json @@ -1656,7 +1656,8 @@ "type": "string", "default": "azuredatalakestore.net", "x-ms-skip-url-encoding": true, - "description": "Gets the URI used as the base for all cloud service requests." + "description": "Gets the URI used as the base for all cloud service requests.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/datalake-store/data-plane/Microsoft.DataLakeStore/stable/2016-11-01/filesystem.json b/specification/datalake-store/data-plane/Microsoft.DataLakeStore/stable/2016-11-01/filesystem.json index 703596738b02..b636e04e8ac5 100644 --- a/specification/datalake-store/data-plane/Microsoft.DataLakeStore/stable/2016-11-01/filesystem.json +++ b/specification/datalake-store/data-plane/Microsoft.DataLakeStore/stable/2016-11-01/filesystem.json @@ -1815,7 +1815,8 @@ "type": "string", "default": "azuredatalakestore.net", "x-ms-skip-url-encoding": true, - "description": "Gets the URI used as the base for all cloud service requests." + "description": "Gets the URI used as the base for all cloud service requests.", + "x-ms-parameter-location": "client" } } } diff --git a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json index b9006f6ef695..a8d0f0d5f03b 100644 --- a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json +++ b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json @@ -3000,7 +3000,8 @@ "in": "path", "required": true, "type": "string", - "description": "The tenant ID." + "description": "The tenant ID.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/managementgroups/resource-manager/Microsoft.Management/preview/2017-08-31-preview/management.json b/specification/managementgroups/resource-manager/Microsoft.Management/preview/2017-08-31-preview/management.json index a70f5412f29c..6449accd6c1e 100644 --- a/specification/managementgroups/resource-manager/Microsoft.Management/preview/2017-08-31-preview/management.json +++ b/specification/managementgroups/resource-manager/Microsoft.Management/preview/2017-08-31-preview/management.json @@ -556,7 +556,8 @@ "required": true, "type": "string", "format": "uuid", - "description": "Management Group ID." + "description": "Management Group ID.", + "x-ms-parameter-location": "client" }, "ApiVersionParameter": { "name": "api-version", diff --git a/specification/managementgroups/resource-manager/Microsoft.Management/preview/2018-01-01-preview/management.json b/specification/managementgroups/resource-manager/Microsoft.Management/preview/2018-01-01-preview/management.json index 46b9db833693..86bfac102124 100644 --- a/specification/managementgroups/resource-manager/Microsoft.Management/preview/2018-01-01-preview/management.json +++ b/specification/managementgroups/resource-manager/Microsoft.Management/preview/2018-01-01-preview/management.json @@ -1199,7 +1199,8 @@ "description": "Management group creation parameters.", "schema": { "$ref": "#/definitions/CreateManagementGroupRequest" - } + }, + "x-ms-parameter-location": "client" }, "PatchGroupRequestParameter": { "name": "patchGroupRequest", @@ -1208,7 +1209,8 @@ "description": "Management group patch parameters.", "schema": { "$ref": "#/definitions/PatchManagementGroupRequest" - } + }, + "x-ms-parameter-location": "client" }, "FilterParameter": { "name": "$filter", @@ -1235,7 +1237,8 @@ "create", "delete" ], - "description": "The id of the operation result." + "description": "The id of the operation result.", + "x-ms-parameter-location": "client" }, "CheckNameAvailabilityParameter": { "name": "checkNameAvailabilityRequest", @@ -1244,14 +1247,16 @@ "description": "Management group name availability check parameters.", "schema": { "$ref": "#/definitions/CheckNameAvailabilityRequest" - } + }, + "x-ms-parameter-location": "client" }, "SkipTokenParameter": { "name": "$skiptoken", "in": "query", "required": false, "type": "string", - "description": "Page continuation token is only used if a previous operation returned a partial result. \nIf a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.\n" + "description": "Page continuation token is only used if a previous operation returned a partial result. \nIf a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.\n", + "x-ms-parameter-location": "client" }, "CacheControlHeader": { "name": "Cache-Control", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/2017-11-11-preview/migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/2017-11-11-preview/migrate.json index 4a6b8a24e41c..4ea93f87f2b4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/2017-11-11-preview/migrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/2017-11-11-preview/migrate.json @@ -89,7 +89,8 @@ "description": "Standard request header. Used by service to respond to client in appropriate language.", "name": "Accept-Language", "type": "string", - "in": "header" + "in": "header", + "x-ms-parameter-location": "client" } }, "securityDefinitions": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/2018-02-02/migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/2018-02-02/migrate.json index 6027e3f59785..2776562901b2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/2018-02-02/migrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/2018-02-02/migrate.json @@ -89,7 +89,8 @@ "description": "Standard request header. Used by service to respond to client in appropriate language.", "name": "Accept-Language", "type": "string", - "in": "header" + "in": "header", + "x-ms-parameter-location": "client" } }, "securityDefinitions": { diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json index 954dc92ce926..be253e71d5e9 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json @@ -1398,14 +1398,16 @@ "required": true, "schema": { "$ref": "#/definitions/WorkspacePurgeBody" - } + }, + "x-ms-parameter-location": "client" }, "WorkspacePurgeIdParameter": { "name": "purgeId", "in": "path", "required": true, "type": "string", - "description": "In a purge status request, this is the Id of the operation the status of which is returned." + "description": "In a purge status request, this is the Id of the operation the status of which is returned.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json b/specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json index 5a2064f705a9..c060766be487 100644 --- a/specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json +++ b/specification/operationsmanagement/resource-manager/Microsoft.OperationsManagement/preview/2015-11-01-preview/OperationsManagement.json @@ -965,21 +965,24 @@ "in": "path", "required": true, "type": "string", - "description": "Provider name for the parent resource." + "description": "Provider name for the parent resource.", + "x-ms-parameter-location": "client" }, "ResourceTypeParameter": { "name": "resourceType", "in": "path", "required": true, "type": "string", - "description": "Resource type for the parent resource" + "description": "Resource type for the parent resource", + "x-ms-parameter-location": "client" }, "ResourceNameParameter": { "name": "resourceName", "in": "path", "required": true, "type": "string", - "description": "Parent resource name." + "description": "Parent resource name.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2016-08-10/service.json b/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2016-08-10/service.json index e012049d0bf5..1f7ae4ebf3e2 100644 --- a/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2016-08-10/service.json +++ b/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2016-08-10/service.json @@ -14122,14 +14122,16 @@ "in": "path", "description": "The name of the resource group where the recovery services vault is present.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "client" }, "ResourceName": { "name": "resourceName", "in": "path", "description": "The name of the recovery services vault.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "client" }, "ApiVersion": { "name": "api-version", diff --git a/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-01-10/service.json b/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-01-10/service.json index 74b110ed3d45..f4c2ba1c2ee5 100644 --- a/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-01-10/service.json +++ b/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-01-10/service.json @@ -14576,14 +14576,16 @@ "in": "path", "description": "The name of the resource group where the recovery services vault is present.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "client" }, "ResourceName": { "name": "resourceName", "in": "path", "description": "The name of the recovery services vault.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "client" }, "ApiVersion": { "name": "api-version", diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2016-09-01-preview/searchindex.json b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2016-09-01-preview/searchindex.json index 32cfa4ac61f2..f5e58115e4d7 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2016-09-01-preview/searchindex.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/preview/2016-09-01-preview/searchindex.json @@ -314,7 +314,8 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Search service." + "description": "The name of the Azure Search service.", + "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { "name": "searchDnsSuffix", @@ -323,7 +324,8 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Search service. The default is search.windows.net." + "description": "The DNS suffix of the Azure Search service. The default is search.windows.net.", + "x-ms-parameter-location": "client" }, "IndexNameParameter": { "name": "indexName", @@ -331,7 +333,8 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": false, - "description": "The name of the Azure Search index." + "description": "The name of the Azure Search index.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2016-09-01-preview/searchservice.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2016-09-01-preview/searchservice.json index 38615954a0d3..9738b0ba1bfc 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2016-09-01-preview/searchservice.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/preview/2016-09-01-preview/searchservice.json @@ -4013,7 +4013,8 @@ "required": true, "type": "string", "x-ms-skip-url-encoding": true, - "description": "The name of the Azure Search service." + "description": "The name of the Azure Search service.", + "x-ms-parameter-location": "client" }, "SearchDnsSuffixParameter": { "name": "searchDnsSuffix", @@ -4022,7 +4023,8 @@ "type": "string", "default": "search.windows.net", "x-ms-skip-url-encoding": true, - "description": "The DNS suffix of the Azure Search service. The default is search.windows.net." + "description": "The DNS suffix of the Azure Search service. The default is search.windows.net.", + "x-ms-parameter-location": "client" } } } \ No newline at end of file diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/1.0.0/servicefabric.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/1.0.0/servicefabric.json index 4bb6a9d95423..93a0b8d76937 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/1.0.0/servicefabric.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/1.0.0/servicefabric.json @@ -6558,7 +6558,8 @@ "in": "query", "description": "The timeout in seconds", "type": "integer", - "required": false + "required": false, + "x-ms-parameter-location": "client" } } } diff --git a/specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json b/specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json index bce245786000..b0b69d26cb01 100644 --- a/specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json +++ b/specification/storageimportexport/resource-manager/Microsoft.ImportExport/stable/2016-11-01/storageimportexport.json @@ -1126,7 +1126,8 @@ "in": "header", "description": "Specifies the preferred language for the response.", "required": false, - "type": "string" + "type": "string", + "x-ms-parameter-location": "client" }, "x-ms-client-tenant-id":{ "name": "x-ms-client-tenant-id",