Skip to content

Commit

Permalink
remove new files no subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
grhuangmsft committed Jan 31, 2024
1 parent 1313bdc commit 5332d08
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 233 deletions.
2 changes: 1 addition & 1 deletion src/Support/Support.Autorest/Az.Support.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DotNetFrameworkVersion = '4.7.2'
RequiredAssemblies = './bin/Az.Support.private.dll'
FormatsToProcess = './Az.Support.format.ps1xml'
FunctionsToExport = 'Get-AzSupportChatTranscript', 'Get-AzSupportChatTranscriptsNoSubscription', 'Get-AzSupportCommunication', 'Get-AzSupportCommunicationsNoSubscription', 'Get-AzSupportFile', 'Get-AzSupportFilesNoSubscription', 'Get-AzSupportFileWorkspace', 'Get-AzSupportFileWorkspacesNoSubscription', 'Get-AzSupportProblemClassification', 'Get-AzSupportService', 'Get-AzSupportTicket', 'Get-AzSupportTicketChatTranscriptsNoSubscription', 'Get-AzSupportTicketCommunicationsNoSubscription', 'Get-AzSupportTicketsNoSubscription', 'New-AzSupportCommunication', 'New-AzSupportCommunicationsNoSubscription', 'New-AzSupportFileAndUpload', 'New-AzSupportFileAndUploadNoSubscription', 'New-AzSupportFilesNoSubscription', 'New-AzSupportFileWorkspace', 'New-AzSupportFileWorkspacesNoSubscription', 'New-AzSupportTicket', 'New-AzSupportTicketsNoSubscription', 'Test-AzSupportCommunicationNameAvailability', 'Test-AzSupportCommunicationsNoSubscriptionNameAvailability', 'Test-AzSupportTicketNameAvailability', 'Test-AzSupportTicketsNoSubscriptionNameAvailability', 'Update-AzSupportCommunication', 'Update-AzSupportCommunicationsNoSubscription', 'Update-AzSupportTicket', 'Update-AzSupportTicketsNoSubscription'
FunctionsToExport = 'Get-AzSupportChatTranscript', 'Get-AzSupportChatTranscriptsNoSubscription', 'Get-AzSupportCommunication', 'Get-AzSupportCommunicationsNoSubscription', 'Get-AzSupportFile', 'Get-AzSupportFilesNoSubscription', 'Get-AzSupportFileWorkspace', 'Get-AzSupportFileWorkspacesNoSubscription', 'Get-AzSupportProblemClassification', 'Get-AzSupportService', 'Get-AzSupportTicket', 'Get-AzSupportTicketChatTranscriptsNoSubscription', 'Get-AzSupportTicketCommunicationsNoSubscription', 'Get-AzSupportTicketsNoSubscription', 'New-AzSupportCommunication', 'New-AzSupportCommunicationsNoSubscription', 'New-AzSupportFileAndUpload', 'New-AzSupportFileAndUploadNoSubscription', 'New-AzSupportFileWorkspace', 'New-AzSupportFileWorkspacesNoSubscription', 'New-AzSupportTicket', 'New-AzSupportTicketsNoSubscription', 'Test-AzSupportCommunicationNameAvailability', 'Test-AzSupportCommunicationsNoSubscriptionNameAvailability', 'Test-AzSupportTicketNameAvailability', 'Test-AzSupportTicketsNoSubscriptionNameAvailability', 'Update-AzSupportCommunication', 'Update-AzSupportCommunicationsNoSubscription', 'Update-AzSupportTicket', 'Update-AzSupportTicketsNoSubscription'
PrivateData = @{
PSData = @{
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Support'
Expand Down
4 changes: 4 additions & 0 deletions src/Support/Support.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ directive:
verb: New
subject: File
hide: true
- where:
verb: New
subject: FilesNoSubscription
hide: true
- where:
verb: Update
subject: File
Expand Down
18 changes: 0 additions & 18 deletions src/Support/Support.Autorest/custom/New-AzSupportFileAndUpload.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,6 @@ param(
# Azure subscription Id.
${SubscriptionId},

# [Parameter(Mandatory)]
# [Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
# [System.Single]
# # Size of each chunk
# ${ChunkSize},

# [Parameter(Mandatory)]
# [Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
# [System.Single]
# # Size of the file to be uploaded
# ${FileSize},

# [Parameter(Mandatory)]
# [Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
# [System.Single]
# # Number of chunks to be uploaded
# ${NumberOfChunk},

[Parameter(Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
[System.String]
Expand Down
3 changes: 0 additions & 3 deletions src/Support/Support.Autorest/docs/Az.Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ Creates and uploads a new file under a workspace for the specified subscription.
### [New-AzSupportFileAndUploadNoSubscription](New-AzSupportFileAndUploadNoSubscription.md)
Creates and uploads a new file under a workspace for the specified subscription.

### [New-AzSupportFilesNoSubscription](New-AzSupportFilesNoSubscription.md)
Creates a new file under a workspace.

### [New-AzSupportFileWorkspace](New-AzSupportFileWorkspace.md)
Creates a new file workspace for the specified subscription.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ Accept wildcard characters: False
```
### -FilePath
[Parameter(Mandatory)]
[Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
[System.Single]
# Number of chunks to be uploaded
${NumberOfChunk},
Path of the file to be uploaded
```yaml
Expand Down
184 changes: 0 additions & 184 deletions src/Support/Support.Autorest/docs/New-AzSupportFilesNoSubscription.md

This file was deleted.

This file was deleted.

0 comments on commit 5332d08

Please sign in to comment.