Skip to content

Commit 2511474

Browse files
subbarayudukammaSubbarayudu Kammarojohn-ms
authored
[Hub Generated] Review request for Microsoft.Maps/Microsoft.Maps to add version preview/2.0 (#14579)
* Adding a word to the WFS filter property to tell the customers that filter attribute names are case sensitive. * Fix append datasetId description. Co-authored-by: Subbarayudu Kamma <skamma@microsoft.com> Co-authored-by: Robert Johnson <rojohn@microsoft.com>
1 parent 7efe0ae commit 2511474

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/maps/data-plane/Microsoft.Maps/Dataset/preview/2.0/dataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"name": "datasetId",
179179
"type": "string",
180180
"in": "query",
181-
"description": "The ID for the dataset to append with. The dataset must originate from a conversion [ontology](https://docs.microsoft.com/en-us/azure/azure-maps/creator-facility-ontology) that matches conversionId",
181+
"description": "The ID for the dataset to append with. The dataset must originate from a previous dataset creation call that matches the datasetId",
182182
"required": false,
183183
"x-ms-parameter-location": "method"
184184
},

specification/maps/data-plane/Microsoft.Maps/WFS/preview/1.0/wfs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"name": "filter",
169169
"in": "query",
170170
"type": "string",
171-
"description": "Filter expression to search for features with specific property values in a given collection. Only feature properties of scalar type and equals operator are supported.\nThis is a special parameter where the parameter name is the property name. The scheme for this parameter is {property name}={property value}. Unless \"filter\" is one of the property names in the collection, \"filter\" should not be used as a parameter name. To search for features with \"name\" property value \"21N13\", use \"name=21N13\".\nMultiple filters are supported and should be represented as multiple query parameters. E.g., <property1>=<value1>&<property2>=<value2> String values are case sensitive.",
171+
"description": "Filter expression to search for features with specific property values in a given collection. Only feature properties of scalar type and equals operator are supported.\nThis is a special parameter where the parameter name is a case sensitive property name. The scheme for this parameter is {property name}={property value}. Unless \"filter\" is one of the property names in the collection, \"filter\" should not be used as a parameter name. To search for features with \"name\" property value \"21N13\", use \"name=21N13\".\nMultiple filters are supported and should be represented as multiple query parameters. E.g., <property1>=<value1>&<property2>=<value2> String values are case sensitive.",
172172
"x-ms-parameter-location": "method"
173173
},
174174
"Bbox": {

specification/maps/data-plane/Microsoft.Maps/WFS/preview/2.0/wfs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"name": "filter",
160160
"in": "query",
161161
"type": "string",
162-
"description": "Filter expression to search for features with specific property values in a given collection. Only feature properties of scalar type and equals operator are supported.\nThis is a special parameter where the parameter name is the property name. The scheme for this parameter is {property name}={property value}. Unless \"filter\" is one of the property names in the collection, \"filter\" should not be used as a parameter name. To search for features with \"name\" property value \"21N13\", use \"name=21N13\".\nMultiple filters are supported and should be represented as multiple query parameters. E.g., <property1>=<value1>&<property2>=<value2> String values are case sensitive.",
162+
"description": "Filter expression to search for features with specific property values in a given collection. Only feature properties of scalar type and equals operator are supported.\nThis is a special parameter where the parameter name is a case sensitive property name. The scheme for this parameter is {property name}={property value}. Unless \"filter\" is one of the property names in the collection, \"filter\" should not be used as a parameter name. To search for features with \"name\" property value \"21N13\", use \"name=21N13\".\nMultiple filters are supported and should be represented as multiple query parameters. E.g., <property1>=<value1>&<property2>=<value2> String values are case sensitive.",
163163
"x-ms-parameter-location": "method"
164164
},
165165
"Bbox": {

0 commit comments

Comments
 (0)