Skip to content

Commit 8d85bae

Browse files
committed
fixing some link bugs in content
1 parent 1bb2c32 commit 8d85bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azureps-cmdlets-docs/ResourceManager/docs-conceptual/authenticate-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ secure.
5858
## Learn more about managing Azure role-based access
5959
6060
For more information about authentication and subscription management in Azure, see
61-
[Manage Accounts, Subscriptions, and Administrative Roles](/azure/active-directory/role-based-access-control-configure.md).
61+
[Manage Accounts, Subscriptions, and Administrative Roles](/azure/active-directory/role-based-access-control-configure).
6262
6363
Azure PowerShell cmdlets for role management
6464

azureps-cmdlets-docs/ResourceManager/docs-conceptual/release-notes-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This is a list of changes made to Azure PowerShell in the latest releases.
147147
- Set-AzureRmSqlElasticPoolRecommendedActionState
148148
- Set-AzureRmSqlServerRecommendedActionState
149149

150-
## Version 1.6.0
150+
## Version 1.7.0
151151
* **Behavioral change for -Force, –Confirm and $ConfirmPreference parameters for all cmdlets. We are changing this implementation to be in line with PowerShell guidelines. For most cmdlets, this means removing the Force parameter and to skip the ShouldProcess prompt, users will need to include the parameter: ‘-Confirm:$false’ in their PowerShell scripts.** This changes are addressing following issues:
152152
* Correct implementation of –WhatIf functionality, allowing a user to determine the effects of a cmdlet or script without making any actual changes
153153
* Control over prompting using a session-wide $ConfirmPreference, so that the user is prompted based on the impact of a prospective change (as reported in the ConfirmImpact setting in the cmdlet)

0 commit comments

Comments
 (0)