Skip to content

Commit 5332d08

Browse files
committed
remove new files no subscription
1 parent 1313bdc commit 5332d08

File tree

7 files changed

+5
-233
lines changed

7 files changed

+5
-233
lines changed

src/Support/Support.Autorest/Az.Support.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.Support.private.dll'
1313
FormatsToProcess = './Az.Support.format.ps1xml'
14-
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'
14+
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'
1515
PrivateData = @{
1616
PSData = @{
1717
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Support'

src/Support/Support.Autorest/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ directive:
110110
verb: New
111111
subject: File
112112
hide: true
113+
- where:
114+
verb: New
115+
subject: FilesNoSubscription
116+
hide: true
113117
- where:
114118
verb: Update
115119
subject: File

src/Support/Support.Autorest/custom/New-AzSupportFileAndUpload.ps1

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,6 @@ param(
4747
# Azure subscription Id.
4848
${SubscriptionId},
4949

50-
# [Parameter(Mandatory)]
51-
# [Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
52-
# [System.Single]
53-
# # Size of each chunk
54-
# ${ChunkSize},
55-
56-
# [Parameter(Mandatory)]
57-
# [Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
58-
# [System.Single]
59-
# # Size of the file to be uploaded
60-
# ${FileSize},
61-
62-
# [Parameter(Mandatory)]
63-
# [Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
64-
# [System.Single]
65-
# # Number of chunks to be uploaded
66-
# ${NumberOfChunk},
67-
6850
[Parameter(Mandatory)]
6951
[Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
7052
[System.String]

src/Support/Support.Autorest/docs/Az.Support.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ Creates and uploads a new file under a workspace for the specified subscription.
7474
### [New-AzSupportFileAndUploadNoSubscription](New-AzSupportFileAndUploadNoSubscription.md)
7575
Creates and uploads a new file under a workspace for the specified subscription.
7676

77-
### [New-AzSupportFilesNoSubscription](New-AzSupportFilesNoSubscription.md)
78-
Creates a new file under a workspace.
79-
8077
### [New-AzSupportFileWorkspace](New-AzSupportFileWorkspace.md)
8178
Creates a new file workspace for the specified subscription.
8279

src/Support/Support.Autorest/docs/New-AzSupportFileAndUpload.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ Accept wildcard characters: False
6363
```
6464
6565
### -FilePath
66-
[Parameter(Mandatory)]
67-
[Microsoft.Azure.PowerShell.Cmdlets.Support.Category('Body')]
68-
[System.Single]
69-
# Number of chunks to be uploaded
70-
${NumberOfChunk},
7166
Path of the file to be uploaded
7267
7368
```yaml

src/Support/Support.Autorest/docs/New-AzSupportFilesNoSubscription.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

src/Support/Support.Autorest/examples/New-AzSupportFilesNoSubscription.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)