Skip to content

Commit 25ddc8c

Browse files
author
Nicholas King
committed
Removing snapshots commands to postpone release for an API rework
1 parent 8a0c6c5 commit 25ddc8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/ResourceManager/Websites/AzureRM.Websites.Netcore.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ CmdletsToExport = 'Get-AzureRmAppServicePlan', 'Set-AzureRmAppServicePlan',
9393
'New-AzureRmWebAppBackup', 'Remove-AzureRmWebApp',
9494
'New-AzureRmWebApp', 'Remove-AzureRmWebAppBackup',
9595
'Reset-AzureRmWebAppPublishingProfile', 'Restart-AzureRmWebApp',
96-
'Set-AzureRmWebApp', 'Start-AzureRmWebApp', 'Stop-AzureRmWebApp',
97-
'Get-AzureRmWebAppSnapshot', 'Restore-AzureRmWebAppSnapshot'
96+
'Set-AzureRmWebApp', 'Start-AzureRmWebApp', 'Stop-AzureRmWebApp'
9897

9998
# Variables to export from this module
10099
# VariablesToExport = @()

src/ResourceManager/Websites/AzureRM.Websites.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ CmdletsToExport = 'Get-AzureRmAppServicePlan', 'Set-AzureRmAppServicePlan',
9393
'New-AzureRmWebAppBackup', 'Remove-AzureRmWebApp',
9494
'New-AzureRmWebApp', 'Remove-AzureRmWebAppBackup',
9595
'Reset-AzureRmWebAppPublishingProfile', 'Restart-AzureRmWebApp',
96-
'Set-AzureRmWebApp', 'Start-AzureRmWebApp', 'Stop-AzureRmWebApp',
97-
'Get-AzureRmWebAppSnapshot', 'Restore-AzureRmWebAppSnapshot'
96+
'Set-AzureRmWebApp', 'Start-AzureRmWebApp', 'Stop-AzureRmWebApp'
9897

9998
# Variables to export from this module
10099
# VariablesToExport = @()

src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebAppBackupRestoreTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ public void TestEditAndGetWebAppBackupConfigurationPiping()
6969
WebsitesController.NewInstance.RunPsTest("Test-EditAndGetWebAppBackupConfigurationPiping");
7070
}
7171

72+
[Fact(Skip = "Snapshots release postponed for API rework")]
7273
[Trait(Category.AcceptanceType, Category.CheckIn)]
7374
public void TestGetWebAppSnapshots()
7475
{
7576
WebsitesController.NewInstance.RunPsTest("Test-GetWebAppSnapshots");
7677
}
7778

79+
[Fact(Skip = "Snapshots release postponed for API rework")]
7880
[Trait(Category.AcceptanceType, Category.CheckIn)]
7981
public void TestRestoreWebAppSnapshot()
8082
{

0 commit comments

Comments
 (0)