Skip to content

Commit f37ea19

Browse files
authored
Fix Assignment/Definition typo in Output (#21442)
See below result from running this locally: PS C:\> $newDefinition = New-AzCosmosDBSqlRoleDefinition ` >> -ResourceGroupName $resourceGroupName ` >> -AccountName $accountName ` >> -RoleName "Quality Management Service CosmosDB Contributor" ` >> -AssignableScope "/dbs/$cosmosDatabaseName" ` >> -DataAction $builtInCosmosContributorRole.Permissions.dataActions PS C:\> $newDefinition.GetType() IsPublic IsSerial Name BaseType -------- -------- ---- -------- True False PSSqlRoleDefinitionGetResults System.Object
1 parent a5fd99c commit f37ea19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CosmosDB/CosmosDB/help/New-AzCosmosDBSqlRoleDefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
285285
### Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults
286286
## OUTPUTS
287287
288-
### Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults
288+
### Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults
289289
## NOTES
290290
291291
## RELATED LINKS

0 commit comments

Comments
 (0)