Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
grhuangmsft committed Mar 13, 2024
1 parent b3765fb commit 8a28abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Support/SupportTickets/NewAzSupportTicket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public class NewAzSupportTicket : AzSupportCmdletBase
[Parameter(Mandatory = true, ParameterSetName = CreateQuotaSupportTicketWithContactDetailParameterSet, HelpMessage = "Additional details for a Quota support ticket.")]
[Parameter(Mandatory = true, ParameterSetName = CreateQuotaSupportTicketWithContactObjectParameterSet, HelpMessage = "Additional details for a Quota support ticket.")]
[ValidateNotNull]
public PSQuotaTicketDetail QuotaTicketDetail { get; set; }
public PSQuotaTicketDetail QuotaTicketDetail { get; set; }

[CmdletParameterBreakingChangeWithVersion("CSPHomeTenantId", "12.0.0", "2.0.0", ChangeDescription = "Parameter 'CSPHomeTenantId' will be removed.")]
[Parameter(Mandatory = false, HelpMessage = "This is the home tenant id of the Cloud Solution Provider user trying to create a support ticket for their customer.")]
Expand Down

0 comments on commit 8a28abd

Please sign in to comment.