You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/devices/hybrid-azuread-join-plan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Hybrid Azure AD join is supported for FIPS-compliant TPM 2.0 and not supported f
78
78
79
79
Hybrid Azure AD join is not supported for Windows Server running the Domain Controller (DC) role.
80
80
81
-
Hybrid Azure AD join is not supported on Windows down-level devices when using credential roaming or user profile roaming.
81
+
Hybrid Azure AD join is not supported on Windows down-level devices when using credential roaming or user profile roaming or mandatory profile.
82
82
83
83
If you are relying on the System Preparation Tool (Sysprep) and if you are using a **pre-Windows 10 1809** image for installation, make sure that image is not from a device that is already registered with Azure AD as Hybrid Azure AD join.
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-create-sample-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,6 @@ These steps describe how to delete a model from a server by using SSMS.
68
68
In this tutorial, you learned how to add a basic, sample model to your server. Now that you have a model database, you can connect to it from SQL Server Management Studio and add user roles. To learn more, continue with the next tutorial.
69
69
70
70
> [!div class="nextstepaction"]
71
-
> [Tutorial: Configure server administrator and user roles](analysis-services-database-users.md)
71
+
> [Tutorial: Configure server administrator and user roles](tutorials/analysis-services-tutorial-roles.md)
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/whats-new.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: overview
11
-
ms.date: 10/14/2019
11
+
ms.date: 11/08/2019
12
12
ms.author: diberry
13
13
---
14
14
@@ -20,6 +20,12 @@ Learn what's new in the service. These items may release notes, videos, blog pos
20
20
21
21
Learn what's new with QnA Maker.
22
22
23
+
### November 2019
24
+
25
+
*[US Government cloud support](https://docs.microsoft.com/azure/azure-government/documentation-government-services-aiandcognitiveservices#qna-maker) for QnA Maker
26
+
*[Multi-turn](https://docs.microsoft.com/azure/cognitive-services/qnamaker/how-to/multiturn-conversation) feature in GA
27
+
*[Chit-chat support](https://docs.microsoft.com/azure/cognitive-services/qnamaker/how-to/chit-chat-knowledge-base#language-support) available in tier-1 languages
28
+
23
29
### October 2019
24
30
25
31
*[Explicitly setting the language](./how-to/language-knowledge-base.md#select-language-when-creating-first-knowledge-base) for all knowledge bases in the QnA Maker service.
@@ -47,4 +53,4 @@ Learn what's new with QnA Maker.
47
53
48
54
## Cognitive Service updates
49
55
50
-
[Azure update announcements for Cognitive Services](https://azure.microsoft.com/updates/?product=cognitive-services)
56
+
[Azure update announcements for Cognitive Services](https://azure.microsoft.com/updates/?product=cognitive-services)
| US Phone Number | N/A\*| (US phone numbers only) "(312) 555-0176" |
120
+
| IP Address | N/A\*| "10.0.0.100" |
119
121
120
122
\* Depending on the input and extracted entities, certain entities may omit the `SubType`. All the supported entity types listed are available only for the English, Chinese-Simplified, French, German, and Spanish languages.
Copy file name to clipboardExpand all lines: articles/data-factory/index.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
### YamlMime:Landing
2
2
3
3
title: Azure Data Factory documentation
4
-
summary: Azure Data Factory is Azure's cloud ETL service for scale-out serverless data integration and data transformation. It offers a code-free UI for intuitive authoring and single-pane-of-class monitoring and management. You can also lift and shift existing SSIS packages to Azure and run them with full compatibility in ADF. SSIS Integration Runtime offers a fully managed service, so you don't have to worry about infrastructure management.
4
+
summary: Azure Data Factory is Azure's cloud ETL service for scale-out serverless data integration and data transformation. It offers a code-free UI for intuitive authoring and single-pane-of-glass monitoring and management. You can also lift and shift existing SSIS packages to Azure and run them with full compatibility in ADF. SSIS Integration Runtime offers a fully managed service, so you don't have to worry about infrastructure management.
5
5
metadata:
6
6
title: Azure Data Factory Documentation
7
7
description: Learn how to use Data Factory, a cloud data integration service, to compose data storage, movement, and processing services into automated data pipelines. Tutorials and other documentation show you how to set up and manage data pipelines, and how to move and transform data for analysis.
Copy file name to clipboardExpand all lines: articles/search/search-filters.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,6 @@ At query time, a filter parser accepts criteria as input, converts the expressio
56
56
Filtering occurs in tandem with search, qualifying which documents to include in downstream processing for document retrieval and relevance scoring. When paired with a search string, the filter effectively reduces the recall set of the subsequent search operation. When used alone (for example, when the query string is empty where `search=*`), the filter criteria is the sole input.
57
57
58
58
## Defining filters
59
-
60
59
Filters are OData expressions, articulated using a [subset of OData V4 syntax supported in Azure Cognitive Search](https://docs.microsoft.com/rest/api/searchservice/odata-expression-syntax-for-azure-search).
61
60
62
61
You can specify one filter for each **search** operation, but the filter itself can include multiple fields, multiple criteria, and if you use an **ismatch** function, multiple full-text search expressions. In a multi-part filter expression, you can specify predicates in any order (subject to the rules of operator precedence). There is no appreciable gain in performance if you try to rearrange predicates in a particular sequence.
@@ -67,23 +66,23 @@ The following examples represent prototypical filter definitions in several APIs
67
66
68
67
```http
69
68
# Option 1: Use $filter for GET
70
-
GET https://[service name].search.windows.net/indexes/hotels/docs?search=*&$filter=baseRate lt 150&$select=hotelId,description&api-version=2019-05-06
69
+
GET https://[service name].search.windows.net/indexes/hotels/docs?api-version=2019-05-06&search=*&$filter=Rooms/any(room: room/BaseRate lt 150.0)&$select=HotelId, HotelName, Rooms/Description, Rooms/BaseRate
71
70
72
71
# Option 2: Use filter for POST and pass it in the request body
73
72
POST https://[service name].search.windows.net/indexes/hotels/docs/search?api-version=2019-05-06
@@ -96,13 +95,13 @@ The following examples illustrate several usage patterns for filter scenarios. F
96
95
+ Standalone **$filter**, without a query string, useful when the filter expression is able to fully qualify documents of interest. Without a query string, there is no lexical or linguistic analysis, no scoring, and no ranking. Notice the search string is just an asterisk, which means "match all documents".
97
96
98
97
```
99
-
search=*&$filter=(baseRate ge 60 and baseRate lt 300) and accommodation eq 'Hotel' and city eq 'Nogales'
98
+
search=*&$filter=Rooms/any(room: room/BaseRate ge 60 and room/BaseRate lt 300) and Address/City eq 'Honolulu'
100
99
```
101
100
102
101
+ Combination of query string and **$filter**, where the filter creates the subset, and the query string provides the term inputs for full text search over the filtered subset. Using a filter with a query string is the most common usage pattern.
103
102
104
103
```
105
-
search=hotels ocean$filter=(baseRate ge 60 and baseRate lt 300) and city eq 'Los Angeles'
104
+
search=walking distance theaters&$filter=Rooms/any(room: room/BaseRate ge 60 and room/BaseRate lt 300) and Address/City eq 'Seattle'&$count=true
106
105
```
107
106
108
107
+ Compound queries, separated by "or", each with its own filter criteria (for example, 'beagles' in 'dog' or 'siamese' in 'cat'). Expressions combined with `or` are evaluated individually, with the union of documents matching each expression sent back in the response. This usage pattern is achieved through the `search.ismatchscoring` function. You can also use the non-scoring version, `search.ismatch`.
@@ -118,9 +117,9 @@ The following examples illustrate several usage patterns for filter scenarios. F
118
117
It is also possible to combine full-text search via `search.ismatchscoring` with filters using `and` instead of `or`, but this is functionally equivalent to using the `search` and `$filter` parameters in a search request. For example, the following two queries produce the same result:
119
118
120
119
```
121
-
$filter=search.ismatchscoring('pool') and rating ge 4
120
+
$filter=search.ismatchscoring('pool') and Rating ge 4
122
121
123
-
search=pool&$filter=rating ge 4
122
+
search=pool&$filter=Rating ge 4
124
123
```
125
124
126
125
Follow up with these articles for comprehensive guidance on specific use cases:
Copy file name to clipboardExpand all lines: articles/virtual-machines/scripts/virtual-machines-windows-powershell-sample-copy-snapshot-to-same-or-different-subscription.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ This script uses following commands to create a snapshot in the target subscript
43
43
| Command | Notes |
44
44
|---|---|
45
45
|[New-AzSnapshotConfig](https://docs.microsoft.com/powershell/module/az.compute/New-AzSnapshotConfig)| Creates snapshot configuration that is used for snapshot creation. It includes the resource Id of the parent snapshot and location that is same as the parent snapshot. |
46
-
|[New-AzSnapshot](https://docs.microsoft.com/powershell/module/az.compute/New-AzDisk)| Creates a snapshot using snapshot configuration, snapshot name, and resource group name passed as parameters. |
46
+
|[New-AzSnapshot](https://docs.microsoft.com/powershell/module/az.compute/new-azsnapshot)| Creates a snapshot using snapshot configuration, snapshot name, and resource group name passed as parameters. |
0 commit comments