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
<p>Connect to an Azure SQL Database or an Azure SQL Managed Instance with an AccessToken, that has to be generated with Get-AzAccessToken or New-DbaAzAccessToken.<br/>
1506
+
Supports both String (Azure PowerShell v13 and earlier) and SecureString (Azure PowerShell v14+) token formats.<br/>
1507
+
The function automatically detects the token type and converts SecureString tokens to the required plain text format internally.<br/>
1495
1508
Note that the token is valid for only one hour and cannot be renewed automatically.<br/>
1496
1509
Note that the returned SMO is not a fully functional SMO. It can only be used in a limited list of commands like Invoke-DbaQuery, Import-DbaCsv or Write-DbaDbTableData.<br></p>
Want to see the Bill Of Health for this command? Check out <ahref="https://dataplat.github.io/boh#Get-DbaDeprecatedFeature">Get-DbaDeprecatedFeature</a>.</p>
487
487
<h2id="synopsis">Synopsis</h2>
488
-
<p>Displays information relating to deprecated features for SQL Server 2005 and above.</p>
488
+
<p>Displays usage information relating to deprecated features for SQL Server 2005 and above.</p>
489
489
<h2id="description">Description</h2>
490
-
<p>Displays information relating to deprecated features for SQL Server 2005 and above.</p>
490
+
<p>Displays usage information relating to deprecated features for SQL Server 2005 and above.<br/>
491
+
More information: <ahref="https://learn.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-deprecated-features-object">https://learn.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-deprecated-features-object</a></p>
0 commit comments