Skip to content

Commit 38b4d7b

Browse files
authored
Merge pull request #97566 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 3ed8a77 + d81fa82 commit 38b4d7b

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

articles/active-directory/hybrid/how-to-connect-password-hash-synchronization.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,9 @@ It is typical to force a user to change their password during their first logon,
118118

119119
The temporary password functionality helps to ensure that the transfer of ownership of the credential is completed on first use, to minimize the duration of time in which more than one individual has knowledge of that credential.
120120

121-
To support temporary passwords in Azure AD for synchronized users, you can enable the *ForcePasswordResetOnLogonFeature* feature, by running the following command on your Azure AD Connect server, replacing <AAD Connector Name> with the connector name specific to your environment:
121+
To support temporary passwords in Azure AD for synchronized users, you can enable the *ForcePasswordResetOnLogonFeature* feature, by running the following command on your Azure AD Connect server:
122122

123-
`Set-ADSyncAADCompanyFeature -ConnectorName "<AAD Connector name>" -ForcePasswordResetOnLogonFeature $true`
124-
125-
You can use the following command to determine the connector name:
126-
127-
`(Get-ADSyncConnector | where{$_.ListName -eq "Windows Azure Active Directory (Microsoft)"}).Name`
123+
`Set-ADSyncAADCompanyFeature  -ForcePasswordResetOnLogonFeature $true`
128124

129125
Caveat: Forcing a user to change their password on next logon requires a password change at the same time. AD Connect will not pick up the force password change flag by itself, it is supplemental to the detected password change that occurs during password hash sync.
130126

articles/automation/shared-resources/modules.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ You can use the [New-AzureRmAutomationModule](/powershell/module/azurerm.automat
2929
New-AzureRmAutomationModule -Name <ModuleName> -ContentLinkUri <ModuleUri> -ResourceGroupName <ResourceGroupName> -AutomationAccountName <AutomationAccountName>
3030
```
3131

32+
You can also use the same cmdlet to import a module from PowerShell Gallery directly. Make sure to grab **ModuleName** and **ModuleVersion** from [PowerShell Gallery](https://www.powershellgallery.com).
33+
34+
```azurepowershell-interactive
35+
$moduleName = <ModuleName>
36+
$moduleVersion = <ModuleVersion>
37+
New-AzAutomationModule -AutomationAccountName <AutomationAccountName> -ResourceGroupName <ResourceGroupName> -Name $moduleName -ContentLinkUri "https://www.powershellgallery.com/api/v2/package/$moduleName/$moduleVersion"
38+
```
39+
3240
### Azure portal
3341

3442
In the Azure portal, navigate to your Automation Account and select **Modules** under **Shared Resources**. Click **+ Add a module**. Select a **.zip** file that contains your module and click **Ok** to start to import process.

articles/azure-maps/how-to-use-feedback-tool.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.custom: mvc
1313

1414
# Provide data feedback to Azure Maps
1515

16-
Azure Maps has generally been available since May 2018, providing fresh map data, easy-to-use REST APIs, and powerful SDKs to support our enterprise customers on a variety of business use cases. The real world is changing every second and it’s crucial for us to provide a factual digital representation to our customers. Our customers that are planning to open or close facilities need to ensure our maps are updated promptly so that they can efficiently plan for delivery, maintenance, or customer service at the right facilities. We have created the Azure Maps data feedback tool to empower our customers to provide direct data feedback. Customers’ data feedback goes directly to our data providers and their map editors who can quickly evaluate and incorporate feedback into our mapping products.
16+
Azure Maps has generally been available since May 2018, providing fresh map data, easy-to-use REST APIs, and powerful SDKs to support our enterprise customers on a variety of business use cases. The real world is changing every second and it’s crucial for us to provide a factual digital representation to our customers. Our customers that are planning to open or close facilities need to ensure our maps are updated promptly so that they can efficiently plan for delivery, maintenance, or customer service at the right facilities. We have created the Azure Maps data feedback site to empower our customers to provide direct data feedback. Customers’ data feedback goes directly to our data providers and their map editors who can quickly evaluate and incorporate feedback into our mapping products.
1717

18-
[Azure Maps Data feedback tool](https://feedback.azuremaps.com) provides an easy way for our customers to provide map data feedback, especially on business points of interest and residential addresses. This article guides you on how to provide different kinds of feedback using the Azure Maps feedback tool.
18+
[Azure Maps Data feedback site](https://feedback.azuremaps.com) provides an easy way for our customers to provide map data feedback, especially on business points of interest and residential addresses. This article guides you on how to provide different kinds of feedback using the Azure Maps feedback site.
1919

2020
## Add a business place or a residential address
2121

22-
You may want to provide feedback for a missing point of interest or residential address on the map. There are two ways to do so, open the Azure Map data feedback tool and, search for the missing location's coordinates then click "Add a place"
22+
You may want to provide feedback for a missing point of interest or residential address on the map. There are two ways to do so, open the Azure Map data feedback site and, search for the missing location's coordinates then click "Add a place"
2323

2424
![search missing location](./media/how-to-use-feedback-tool/search-poi.png)
2525

@@ -33,7 +33,7 @@ Upon clicking, you will be directed to a form to provide the corresponding detai
3333

3434
## Fix a business place or a residential address
3535

36-
The feedback tool also allows you to search and locate a business place or an address and provide feedback to fix the address or the pin location, if it they are not correct. To provide feedback to fix the address, use the search bar to search for a business place or residential address. Click on the location of your interest from the results list, and click on "Fix this place".
36+
The feedback site also allows you to search and locate a business place or an address and provide feedback to fix the address or the pin location, if it they are not correct. To provide feedback to fix the address, use the search bar to search for a business place or residential address. Click on the location of your interest from the results list, and click on "Fix this place".
3737

3838
![search place to fix](./media/how-to-use-feedback-tool/fix-place.png)
3939

@@ -63,4 +63,4 @@ You can also track the status of your request by checking the "I want to track s
6363
To post any technical questions related to Azure Maps, visit:
6464

6565
* [Azure Maps Stack Overflow](https://stackoverflow.com/questions/tagged/azure-maps)
66-
* [Azure Maps feedback forum](https://feedback.azure.com/forums/909172-azure-maps)
66+
* [Azure Maps feedback forum](https://feedback.azure.com/forums/909172-azure-maps)

articles/azure-maps/weather-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following table provides information about what kind of weather information
2020

2121
| Symbol | Meaning |
2222
|--------|---------|
23-
|* |Covers Weather along route, Current Conditions, Hourly Forecast, Quarter-day Forecast and Daily Forecast APIs |
23+
|* |Covers Weather Along Route, Current Conditions, Hourly Forecast, Quarter-day Forecast and Daily Forecast APIs |
2424

2525

2626
## Americas

articles/cosmos-db/tutorial-develop-table-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 05/20/2019
1717

1818
You can use the Azure Cosmos DB Table API or Azure Table storage to store structured NoSQL data in the cloud, providing a key/attribute store with a schema less design. Because Azure Cosmos DB Table API and Table storage are schema less, it's easy to adapt your data as the needs of your application evolve. You can use Azure Cosmos DB Table API or the Table storage to store flexible datasets such as user data for web applications, address books, device information, or other types of metadata your service requires.
1919

20-
This tutorial describes a sample that shows you how to use the [Microsoft Azure Cosmos DB Table Library for .NET](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) with Azure Cosmo DB Table API and Azure Table storage scenarios. You must use the connection specific to the Azure service. These scenarios are explored using C# examples that illustrate how to create tables, insert/ update data, query data and delete the tables.
20+
This tutorial describes a sample that shows you how to use the [Microsoft Azure Cosmos DB Table Library for .NET](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) with Azure Cosmos DB Table API and Azure Table storage scenarios. You must use the connection specific to the Azure service. These scenarios are explored using C# examples that illustrate how to create tables, insert/ update data, query data and delete the tables.
2121

2222
## Prerequisites
2323

articles/search/search-howto-index-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The generally available .NET SDK has full parity with the generally available RE
293293

294294
## Indexing changed documents
295295

296-
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the `High Water Mark` policy using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
296+
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the [`HighWaterMarkChangeDetectionPolicy`](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.highwatermarkchangedetectionpolicy) using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
297297

298298
{
299299
"@odata.type" : "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy",

0 commit comments

Comments
 (0)