diff --git a/src/CloudService/Az.CloudService.psd1 b/src/CloudService/Az.CloudService.psd1
index fb02e9d67055..b5f202e85f2c 100644
--- a/src/CloudService/Az.CloudService.psd1
+++ b/src/CloudService/Az.CloudService.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 2021/7/8
+# Generated on: 8/12/2021
#
@{
@@ -127,7 +127,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Introduced 2 additional parameter sets for ''New-AzCloudService''.'
+ # ReleaseNotes = ''
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/CloudService/Az.CloudService.psm1 b/src/CloudService/Az.CloudService.psm1
index c763f2133916..8fefdb12e8e6 100644
--- a/src/CloudService/Az.CloudService.psm1
+++ b/src/CloudService/Az.CloudService.psm1
@@ -32,7 +32,7 @@
}
if(-not $accountsModule) {
- Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. For installation instructions, please see: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps" -ErrorAction Stop
+ Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
} elseif (($accountsModule.Version -lt [System.Version]'2.2.3') -and (-not $localAccounts)) {
Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
}
diff --git a/src/CloudService/CloudService.sln b/src/CloudService/CloudService.sln
index 35b725f2a468..23a77d3c9282 100644
--- a/src/CloudService/CloudService.sln
+++ b/src/CloudService/CloudService.sln
@@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.6.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{22DEEF87-7F7A-46CB-B834-C3CB401ED741}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{BB0E75A8-8C46-4C74-AB3C-C2822F071B95}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{8FEF37DD-D978-4467-B05B-0872E6573249}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3332E939-D2D7-4413-A285-7768E5F531F0}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{B5AE57FD-40D8-466A-99E3-6358C4D6CE23}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{2F8776E1-3124-4997-9E52-5A97AC2DB99E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{EC151540-64D6-4C12-9841-3286AF314E38}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CloudService", "Az.CloudService.csproj", "{FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CloudService", "Az.CloudService.csproj", "{819BD670-72D1-4125-9C77-F74669A47DDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,65 +26,65 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Debug|x64.ActiveCfg = Debug|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Debug|x64.Build.0 = Debug|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Debug|x86.ActiveCfg = Debug|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Debug|x86.Build.0 = Debug|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Release|Any CPU.Build.0 = Release|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Release|x64.ActiveCfg = Release|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Release|x64.Build.0 = Release|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Release|x86.ActiveCfg = Release|Any CPU
- {22DEEF87-7F7A-46CB-B834-C3CB401ED741}.Release|x86.Build.0 = Release|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Debug|x64.Build.0 = Debug|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Debug|x86.Build.0 = Debug|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Release|Any CPU.Build.0 = Release|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Release|x64.ActiveCfg = Release|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Release|x64.Build.0 = Release|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Release|x86.ActiveCfg = Release|Any CPU
- {8FEF37DD-D978-4467-B05B-0872E6573249}.Release|x86.Build.0 = Release|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Debug|x64.ActiveCfg = Debug|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Debug|x64.Build.0 = Debug|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Debug|x86.ActiveCfg = Debug|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Debug|x86.Build.0 = Debug|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Release|Any CPU.Build.0 = Release|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Release|x64.ActiveCfg = Release|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Release|x64.Build.0 = Release|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Release|x86.ActiveCfg = Release|Any CPU
- {3332E939-D2D7-4413-A285-7768E5F531F0}.Release|x86.Build.0 = Release|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Debug|x64.Build.0 = Debug|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Debug|x86.Build.0 = Debug|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Release|Any CPU.Build.0 = Release|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Release|x64.ActiveCfg = Release|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Release|x64.Build.0 = Release|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Release|x86.ActiveCfg = Release|Any CPU
- {2F8776E1-3124-4997-9E52-5A97AC2DB99E}.Release|x86.Build.0 = Release|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Debug|x64.ActiveCfg = Debug|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Debug|x64.Build.0 = Debug|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Debug|x86.ActiveCfg = Debug|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Debug|x86.Build.0 = Debug|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Release|Any CPU.Build.0 = Release|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Release|x64.ActiveCfg = Release|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Release|x64.Build.0 = Release|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Release|x86.ActiveCfg = Release|Any CPU
- {FFD6EC94-649C-4FF3-B1EF-59EB1DFE0F18}.Release|x86.Build.0 = Release|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Debug|x64.Build.0 = Debug|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Debug|x86.Build.0 = Debug|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Release|Any CPU.Build.0 = Release|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Release|x64.ActiveCfg = Release|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Release|x64.Build.0 = Release|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Release|x86.ActiveCfg = Release|Any CPU
+ {BB0E75A8-8C46-4C74-AB3C-C2822F071B95}.Release|x86.Build.0 = Release|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Debug|x64.Build.0 = Debug|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Debug|x86.Build.0 = Debug|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Release|x64.ActiveCfg = Release|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Release|x64.Build.0 = Release|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Release|x86.ActiveCfg = Release|Any CPU
+ {32D4A8D2-6EB9-42EF-BB09-941D4AB9774B}.Release|x86.Build.0 = Release|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Debug|x64.Build.0 = Debug|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Debug|x86.Build.0 = Debug|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Release|x64.ActiveCfg = Release|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Release|x64.Build.0 = Release|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Release|x86.ActiveCfg = Release|Any CPU
+ {B5AE57FD-40D8-466A-99E3-6358C4D6CE23}.Release|x86.Build.0 = Release|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Debug|x64.Build.0 = Debug|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Debug|x86.Build.0 = Debug|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Release|Any CPU.Build.0 = Release|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Release|x64.ActiveCfg = Release|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Release|x64.Build.0 = Release|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Release|x86.ActiveCfg = Release|Any CPU
+ {EC151540-64D6-4C12-9841-3286AF314E38}.Release|x86.Build.0 = Release|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Debug|x64.Build.0 = Debug|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Debug|x86.Build.0 = Debug|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Release|Any CPU.Build.0 = Release|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Release|x64.ActiveCfg = Release|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Release|x64.Build.0 = Release|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Release|x86.ActiveCfg = Release|Any CPU
+ {819BD670-72D1-4125-9C77-F74669A47DDE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
diff --git a/src/CloudService/custom/New-AzCloudServiceRemoteDesktopExtensionObject.ps1 b/src/CloudService/custom/New-AzCloudServiceRemoteDesktopExtensionObject.ps1
index b2ef5781142f..f594a11bafeb 100644
--- a/src/CloudService/custom/New-AzCloudServiceRemoteDesktopExtensionObject.ps1
+++ b/src/CloudService/custom/New-AzCloudServiceRemoteDesktopExtensionObject.ps1
@@ -46,7 +46,8 @@ function New-AzCloudServiceRemoteDesktopExtensionObject {
$RDPExtensionType = "RDP"
$rdpSetting = "$($Credential.UserName)$Expiration";
- $rdpProtectedSetting = "$($Credential.Password)";
+ $Password = . "$PSScriptRoot/../utils/Unprotect-SecureString.ps1" $Credential.Password
+ $rdpProtectedSetting = "$($Password)";
return New-AzCloudServiceExtensionObject -Name $Name -Publisher $RDPPublisher -Type $RDPExtensionType -TypeHandlerVersion $TypeHandlerVersion -Setting $rdpSetting -ProtectedSetting $rdpProtectedSetting -RolesAppliedTo $RolesAppliedTo -AutoUpgradeMinorVersion $AutoUpgradeMinorVersion
}
diff --git a/src/CloudService/custom/readme.md b/src/CloudService/custom/readme.md
index 1e70c9377418..bb4b53231dcd 100644
--- a/src/CloudService/custom/readme.md
+++ b/src/CloudService/custom/readme.md
@@ -32,7 +32,7 @@ These provide functionality to our HTTP pipeline and other useful features. In s
### Attributes
For processing the cmdlets, we've created some additional attributes:
- `Microsoft.Azure.PowerShell.Cmdlets.CloudService.DescriptionAttribute`
- - Used in C# cmdlets to provide a high-level description of the cmdlet. This is propegated to reference documentation via [help comments](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
+ - Used in C# cmdlets to provide a high-level description of the cmdlet. This is propegated to reference documentation via [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
- `Microsoft.Azure.PowerShell.Cmdlets.CloudService.DoNotExportAttribute`
- Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Az.CloudService`.
- `Microsoft.Azure.PowerShell.Cmdlets.CloudService.InternalExportAttribute`
diff --git a/src/CloudService/exports/Get-AzCloudService.ps1 b/src/CloudService/exports/Get-AzCloudService.ps1
index 75c5a60de178..1eb2a754c419 100644
--- a/src/CloudService/exports/Get-AzCloudService.ps1
+++ b/src/CloudService/exports/Get-AzCloudService.ps1
@@ -177,6 +177,8 @@ begin {
if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServiceInstanceView.ps1 b/src/CloudService/exports/Get-AzCloudServiceInstanceView.ps1
index 3baa34d070e0..5d6ae2b82bfb 100644
--- a/src/CloudService/exports/Get-AzCloudServiceInstanceView.ps1
+++ b/src/CloudService/exports/Get-AzCloudServiceInstanceView.ps1
@@ -156,6 +156,8 @@ begin {
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServiceNetworkInterfaces.ps1 b/src/CloudService/exports/Get-AzCloudServiceNetworkInterfaces.ps1
index 79137001a36d..5acca569fbd9 100644
--- a/src/CloudService/exports/Get-AzCloudServiceNetworkInterfaces.ps1
+++ b/src/CloudService/exports/Get-AzCloudServiceNetworkInterfaces.ps1
@@ -132,6 +132,8 @@ begin {
if (('CloudService', 'CloudServiceName') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServiceOSFamily.ps1 b/src/CloudService/exports/Get-AzCloudServiceOSFamily.ps1
index 467e35c464ea..9b70842ca716 100644
--- a/src/CloudService/exports/Get-AzCloudServiceOSFamily.ps1
+++ b/src/CloudService/exports/Get-AzCloudServiceOSFamily.ps1
@@ -154,6 +154,8 @@ begin {
if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServiceOSVersion.ps1 b/src/CloudService/exports/Get-AzCloudServiceOSVersion.ps1
index cb8d6ca39105..4a3837b2e1c8 100644
--- a/src/CloudService/exports/Get-AzCloudServiceOSVersion.ps1
+++ b/src/CloudService/exports/Get-AzCloudServiceOSVersion.ps1
@@ -154,6 +154,8 @@ begin {
if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServicePublicIPAddress.ps1 b/src/CloudService/exports/Get-AzCloudServicePublicIPAddress.ps1
index 6552c6505a0d..d8422606256e 100644
--- a/src/CloudService/exports/Get-AzCloudServicePublicIPAddress.ps1
+++ b/src/CloudService/exports/Get-AzCloudServicePublicIPAddress.ps1
@@ -123,6 +123,8 @@ begin {
if (('CloudServiceName', 'CloudService') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServiceRoleInstance.ps1 b/src/CloudService/exports/Get-AzCloudServiceRoleInstance.ps1
index 91be5b59a98c..81c790c1cd30 100644
--- a/src/CloudService/exports/Get-AzCloudServiceRoleInstance.ps1
+++ b/src/CloudService/exports/Get-AzCloudServiceRoleInstance.ps1
@@ -169,6 +169,8 @@ begin {
if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServiceRoleInstanceRemoteDesktopFile.ps1 b/src/CloudService/exports/Get-AzCloudServiceRoleInstanceRemoteDesktopFile.ps1
index ffae257cd4bf..820180e4c086 100644
--- a/src/CloudService/exports/Get-AzCloudServiceRoleInstanceRemoteDesktopFile.ps1
+++ b/src/CloudService/exports/Get-AzCloudServiceRoleInstanceRemoteDesktopFile.ps1
@@ -130,6 +130,8 @@ begin {
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Get-AzCloudServiceRoleInstanceView.ps1 b/src/CloudService/exports/Get-AzCloudServiceRoleInstanceView.ps1
index e3f55cc7127c..06258b0ef36a 100644
--- a/src/CloudService/exports/Get-AzCloudServiceRoleInstanceView.ps1
+++ b/src/CloudService/exports/Get-AzCloudServiceRoleInstanceView.ps1
@@ -122,6 +122,8 @@ begin {
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Invoke-AzCloudServiceRebuild.ps1 b/src/CloudService/exports/Invoke-AzCloudServiceRebuild.ps1
index 4c12804e11ab..5a431167210d 100644
--- a/src/CloudService/exports/Invoke-AzCloudServiceRebuild.ps1
+++ b/src/CloudService/exports/Invoke-AzCloudServiceRebuild.ps1
@@ -168,6 +168,8 @@ begin {
if (('RebuildExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Invoke-AzCloudServiceReimage.ps1 b/src/CloudService/exports/Invoke-AzCloudServiceReimage.ps1
index 7139f2bc11d6..5e1ba9f715fc 100644
--- a/src/CloudService/exports/Invoke-AzCloudServiceReimage.ps1
+++ b/src/CloudService/exports/Invoke-AzCloudServiceReimage.ps1
@@ -167,6 +167,8 @@ begin {
if (('ReimageExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceRebuild.ps1 b/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceRebuild.ps1
index 560c9a6cc28b..4bc35c111e43 100644
--- a/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceRebuild.ps1
+++ b/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceRebuild.ps1
@@ -163,6 +163,8 @@ begin {
if (('Rebuild') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceReimage.ps1 b/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceReimage.ps1
index b07d4fa14f88..8da4a5a1b55e 100644
--- a/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceReimage.ps1
+++ b/src/CloudService/exports/Invoke-AzCloudServiceRoleInstanceReimage.ps1
@@ -161,6 +161,8 @@ begin {
if (('Reimage') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudService.ps1 b/src/CloudService/exports/New-AzCloudService.ps1
index d9a8daac2c35..5a95015d5226 100644
--- a/src/CloudService/exports/New-AzCloudService.ps1
+++ b/src/CloudService/exports/New-AzCloudService.ps1
@@ -460,6 +460,8 @@ begin {
if (('CreateExpanded', 'quickCreateParameterSetWithStorage', 'quickCreateParameterSetWithoutStorage') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudServiceDiagnosticsExtension.ps1 b/src/CloudService/exports/New-AzCloudServiceDiagnosticsExtension.ps1
index d85cf6b40887..08354ecb3adf 100644
--- a/src/CloudService/exports/New-AzCloudServiceDiagnosticsExtension.ps1
+++ b/src/CloudService/exports/New-AzCloudServiceDiagnosticsExtension.ps1
@@ -108,6 +108,8 @@ begin {
if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('Subscription')) {
$PSBoundParameters['Subscription'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudServiceExtensionObject.ps1 b/src/CloudService/exports/New-AzCloudServiceExtensionObject.ps1
index bfa82c2d135e..9416a30a2c4b 100644
--- a/src/CloudService/exports/New-AzCloudServiceExtensionObject.ps1
+++ b/src/CloudService/exports/New-AzCloudServiceExtensionObject.ps1
@@ -89,6 +89,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceExtensionObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudServiceLoadBalancerConfigurationObject.ps1 b/src/CloudService/exports/New-AzCloudServiceLoadBalancerConfigurationObject.ps1
index e470274a54f7..a1fbd32cf336 100644
--- a/src/CloudService/exports/New-AzCloudServiceLoadBalancerConfigurationObject.ps1
+++ b/src/CloudService/exports/New-AzCloudServiceLoadBalancerConfigurationObject.ps1
@@ -66,6 +66,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceLoadBalancerConfigurationObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1 b/src/CloudService/exports/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1
index a16cebc3212a..ace6e5e1ffed 100644
--- a/src/CloudService/exports/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1
+++ b/src/CloudService/exports/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1
@@ -74,6 +74,8 @@ begin {
DefaultParameterSet = 'Az.CloudService.custom\New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject';
PrivateIP = 'Az.CloudService.custom\New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudServiceRemoteDesktopExtensionObject.ps1 b/src/CloudService/exports/New-AzCloudServiceRemoteDesktopExtensionObject.ps1
index 713ca97b899f..ff0d2d804e37 100644
--- a/src/CloudService/exports/New-AzCloudServiceRemoteDesktopExtensionObject.ps1
+++ b/src/CloudService/exports/New-AzCloudServiceRemoteDesktopExtensionObject.ps1
@@ -79,6 +79,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceRemoteDesktopExtensionObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudServiceRoleProfilePropertiesObject.ps1 b/src/CloudService/exports/New-AzCloudServiceRoleProfilePropertiesObject.ps1
index 07d127c53e51..ad7e26fb7926 100644
--- a/src/CloudService/exports/New-AzCloudServiceRoleProfilePropertiesObject.ps1
+++ b/src/CloudService/exports/New-AzCloudServiceRoleProfilePropertiesObject.ps1
@@ -65,6 +65,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceRoleProfilePropertiesObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/New-AzCloudServiceVaultSecretGroupObject.ps1 b/src/CloudService/exports/New-AzCloudServiceVaultSecretGroupObject.ps1
index f0850bb837b2..bed233473d7b 100644
--- a/src/CloudService/exports/New-AzCloudServiceVaultSecretGroupObject.ps1
+++ b/src/CloudService/exports/New-AzCloudServiceVaultSecretGroupObject.ps1
@@ -55,6 +55,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceVaultSecretGroupObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/ProxyCmdletDefinitions.ps1 b/src/CloudService/exports/ProxyCmdletDefinitions.ps1
index 0a49ba926d6e..ff7130bafed0 100644
--- a/src/CloudService/exports/ProxyCmdletDefinitions.ps1
+++ b/src/CloudService/exports/ProxyCmdletDefinitions.ps1
@@ -156,6 +156,8 @@ begin {
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -337,6 +339,8 @@ begin {
if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -518,6 +522,8 @@ begin {
if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -675,6 +681,8 @@ begin {
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -824,6 +832,8 @@ begin {
if (('Get') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -1020,6 +1030,8 @@ begin {
if (('Get', 'List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -1224,6 +1236,8 @@ begin {
if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -1419,6 +1433,8 @@ begin {
if (('RebuildExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -1613,6 +1629,8 @@ begin {
if (('ReimageExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -1803,6 +1821,8 @@ begin {
if (('Rebuild') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -1991,6 +2011,8 @@ begin {
if (('Reimage') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -2478,6 +2500,8 @@ begin {
if (('CreateExpanded', 'quickCreateParameterSetWithStorage', 'quickCreateParameterSetWithoutStorage') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -2668,6 +2692,8 @@ begin {
if (('DeleteExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -2851,6 +2877,8 @@ begin {
if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -3039,6 +3067,8 @@ begin {
if (('Restart') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -3233,6 +3263,8 @@ begin {
if (('RestartExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -3396,6 +3428,8 @@ begin {
if (('WalkExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -3579,6 +3613,8 @@ begin {
if (('Start') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -3764,6 +3800,8 @@ begin {
if (('PowerOff') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4010,6 +4048,8 @@ begin {
$mapping = @{
CreateViaIdentity = 'Az.CloudService.private\Update-AzCloudService_CreateViaIdentity';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4169,6 +4209,8 @@ begin {
if (('CloudService', 'CloudServiceName') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4319,6 +4361,8 @@ begin {
if (('CloudServiceName', 'CloudService') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4454,6 +4498,8 @@ begin {
if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('Subscription')) {
$PSBoundParameters['Subscription'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4570,6 +4616,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceExtensionObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4663,6 +4711,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceLoadBalancerConfigurationObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4764,6 +4814,8 @@ begin {
DefaultParameterSet = 'Az.CloudService.custom\New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject';
PrivateIP = 'Az.CloudService.custom\New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4870,6 +4922,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceRemoteDesktopExtensionObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -4962,6 +5016,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceRoleProfilePropertiesObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -5044,6 +5100,8 @@ begin {
$mapping = @{
__AllParameterSets = 'Az.CloudService.custom\New-AzCloudServiceVaultSecretGroupObject';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -5220,6 +5278,8 @@ begin {
if (('CloudServiceName', 'CloudService') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Remove-AzCloudService.ps1 b/src/CloudService/exports/Remove-AzCloudService.ps1
index 8611388d4dee..380a75be10cf 100644
--- a/src/CloudService/exports/Remove-AzCloudService.ps1
+++ b/src/CloudService/exports/Remove-AzCloudService.ps1
@@ -156,6 +156,8 @@ begin {
if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Remove-AzCloudServiceRoleInstance.ps1 b/src/CloudService/exports/Remove-AzCloudServiceRoleInstance.ps1
index bc027eab2a88..c942b5661b62 100644
--- a/src/CloudService/exports/Remove-AzCloudServiceRoleInstance.ps1
+++ b/src/CloudService/exports/Remove-AzCloudServiceRoleInstance.ps1
@@ -163,6 +163,8 @@ begin {
if (('DeleteExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Restart-AzCloudService.ps1 b/src/CloudService/exports/Restart-AzCloudService.ps1
index 83b22d0def02..344b40031b36 100644
--- a/src/CloudService/exports/Restart-AzCloudService.ps1
+++ b/src/CloudService/exports/Restart-AzCloudService.ps1
@@ -167,6 +167,8 @@ begin {
if (('RestartExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Restart-AzCloudServiceRoleInstance.ps1 b/src/CloudService/exports/Restart-AzCloudServiceRoleInstance.ps1
index 1874b2c359c6..2850ec0c33de 100644
--- a/src/CloudService/exports/Restart-AzCloudServiceRoleInstance.ps1
+++ b/src/CloudService/exports/Restart-AzCloudServiceRoleInstance.ps1
@@ -161,6 +161,8 @@ begin {
if (('Restart') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Set-AzCloudServiceUpdateDomain.ps1 b/src/CloudService/exports/Set-AzCloudServiceUpdateDomain.ps1
index a5bdd1ee1dff..a9f7f59c9646 100644
--- a/src/CloudService/exports/Set-AzCloudServiceUpdateDomain.ps1
+++ b/src/CloudService/exports/Set-AzCloudServiceUpdateDomain.ps1
@@ -136,6 +136,8 @@ begin {
if (('WalkExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Start-AzCloudService.ps1 b/src/CloudService/exports/Start-AzCloudService.ps1
index 6660de29f236..e8e7c49db0f2 100644
--- a/src/CloudService/exports/Start-AzCloudService.ps1
+++ b/src/CloudService/exports/Start-AzCloudService.ps1
@@ -156,6 +156,8 @@ begin {
if (('Start') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Stop-AzCloudService.ps1 b/src/CloudService/exports/Stop-AzCloudService.ps1
index 71d7dac63cb7..b150f1a6d445 100644
--- a/src/CloudService/exports/Stop-AzCloudService.ps1
+++ b/src/CloudService/exports/Stop-AzCloudService.ps1
@@ -158,6 +158,8 @@ begin {
if (('PowerOff') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Switch-AzCloudService.ps1 b/src/CloudService/exports/Switch-AzCloudService.ps1
index acbaf0a6f719..c1593c363bbd 100644
--- a/src/CloudService/exports/Switch-AzCloudService.ps1
+++ b/src/CloudService/exports/Switch-AzCloudService.ps1
@@ -149,6 +149,8 @@ begin {
if (('CloudServiceName', 'CloudService') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) {
$PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/Update-AzCloudService.ps1 b/src/CloudService/exports/Update-AzCloudService.ps1
index 8a2b62aa588e..cd3584541730 100644
--- a/src/CloudService/exports/Update-AzCloudService.ps1
+++ b/src/CloudService/exports/Update-AzCloudService.ps1
@@ -219,6 +219,8 @@ begin {
$mapping = @{
CreateViaIdentity = 'Az.CloudService.private\Update-AzCloudService_CreateViaIdentity';
}
+ $cmdInfo = Get-Command -Name $mapping[$parameterSet]
+ [Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
$scriptCmd = {& $wrappedCmd @PSBoundParameters}
$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
diff --git a/src/CloudService/exports/readme.md b/src/CloudService/exports/readme.md
index 0a39814dfd6c..510b90925664 100644
--- a/src/CloudService/exports/readme.md
+++ b/src/CloudService/exports/readme.md
@@ -1,5 +1,5 @@
# Exports
-This directory contains the cmdlets *exported by* `Az.CloudService`. No other cmdlets in this repository are directly exported. What that means is the `Az.CloudService` module will run [Export-ModuleMember](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/export-modulemember) on the cmldets in this directory. The cmdlets in this directory are generated at **build-time**. Do not put any custom code, files, cmdlets, etc. into this directory. Please use `..\custom` for all custom implementation.
+This directory contains the cmdlets *exported by* `Az.CloudService`. No other cmdlets in this repository are directly exported. What that means is the `Az.CloudService` module will run [Export-ModuleMember](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/export-modulemember) on the cmldets in this directory. The cmdlets in this directory are generated at **build-time**. Do not put any custom code, files, cmdlets, etc. into this directory. Please use `..\custom` for all custom implementation.
## Info
- Modifiable: no
diff --git a/src/CloudService/generate-info.json b/src/CloudService/generate-info.json
index 83949ed9a3d9..5f04fefac50e 100644
--- a/src/CloudService/generate-info.json
+++ b/src/CloudService/generate-info.json
@@ -1,8 +1,8 @@
{
- "autorest_core": "3.4.5",
+ "autorest": "`-- (empty)",
"autorest_modelerfour": "4.15.414",
+ "swagger_commit": "a100f520b1d3ca156229507ceb92edfbea79cb43",
"node": "v14.15.5",
- "swagger_commit": "55558c4b2a1ee05064b1ce6733edf72a0345cfb8",
- "autorest_powershell": "3.0.436",
- "autorest": "`-- (empty)"
+ "autorest_powershell": "3.0.441",
+ "autorest_core": "3.5.1"
}
diff --git a/src/CloudService/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs b/src/CloudService/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs
index 085d61481fb8..94c660bd24d7 100644
--- a/src/CloudService/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs
+++ b/src/CloudService/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs
@@ -57,6 +57,13 @@ protected override void ProcessRecord()
}
}
$env = @{}
+if ($UsePreviousConfigForRecord) {
+ $previousEnv = Get-Content (Join-Path $PSScriptRoot 'env.json') | ConvertFrom-Json
+ $previousEnv.psobject.properties | Foreach-Object { $env[$_.Name] = $_.Value }
+}
+# Add script method called AddWithCache to $env, when useCache is set true, it will try to get the value from the $env first.
+# example: $val = $env.AddWithCache('key', $val, $true)
+$env | Add-Member -Type ScriptMethod -Value { param( [string]$key, [object]$val, [bool]$useCache) if ($this.Contains($key) -and $useCache) { return $this[$key] } else { $this[$key] = $val; return $val } } -Name 'AddWithCache'
function setupEnv() {
# Preload subscriptionId and tenant from context, which will be used in test
# as default. You could change them if needed.
@@ -94,21 +101,25 @@ function cleanupEnv() {
foreach (var variantGroup in variantGroups)
{
var sb = new StringBuilder();
- sb.AppendLine(@"$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1'
-if (-Not (Test-Path -Path $loadEnvPath)) {
- $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1'
-}
-. ($loadEnvPath)"
+ sb.AppendLine($"if(($null -eq $TestName) -or ($TestName -contains '{variantGroup.CmdletName}'))");
+ sb.AppendLine(@"{
+ $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1'
+ if (-Not (Test-Path -Path $loadEnvPath)) {
+ $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1'
+ }
+ . ($loadEnvPath)"
);
- sb.AppendLine($@"$TestRecordingFile = Join-Path $PSScriptRoot '{variantGroup.CmdletName}.Recording.json'");
- sb.AppendLine(@"$currentPath = $PSScriptRoot
-while(-not $mockingPath) {
- $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File
- $currentPath = Split-Path -Path $currentPath -Parent
+ sb.AppendLine(@" $TestRecordingFile = Join-Path $PSScriptRoot '{variantGroup.CmdletName}.Recording.json'");
+ sb.AppendLine(@" $currentPath = $PSScriptRoot
+ while(-not $mockingPath) {
+ $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File
+ $currentPath = Split-Path -Path $currentPath -Parent
+ }
+ . ($mockingPath | Select-Object -First 1).FullName
}
-. ($mockingPath | Select-Object -First 1).FullName
");
+
sb.AppendLine($"Describe '{variantGroup.CmdletName}' {{");
var variants = variantGroup.Variants
.Where(v => IncludeGenerated || !v.Attributes.OfType().Any())
diff --git a/src/CloudService/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/CloudService/generated/runtime/BuildTime/Models/PsProxyOutputs.cs
index 64ff1ec885c8..31d6e8a348cf 100644
--- a/src/CloudService/generated/runtime/BuildTime/Models/PsProxyOutputs.cs
+++ b/src/CloudService/generated/runtime/BuildTime/Models/PsProxyOutputs.cs
@@ -177,6 +177,10 @@ public BeginOutput(VariantGroup variantGroup)
VariantGroup = variantGroup;
}
+ public string GetProcessCustomAttributesAtRuntime()
+ {
+ return VariantGroup.IsInternal ? "" : $@"{Indent}{Indent}$cmdInfo = Get-Command -Name $mapping[$parameterSet]{Environment.NewLine}{Indent}{Indent}[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)";
+ }
public override string ToString() => $@"begin {{
{Indent}try {{
{Indent}{Indent}$outBuffer = $null
@@ -185,6 +189,7 @@ public override string ToString() => $@"begin {{
{Indent}{Indent}}}
{Indent}{Indent}$parameterSet = $PSCmdlet.ParameterSetName
{GetParameterSetToCmdletMapping()}{GetDefaultValuesStatements()}
+{GetProcessCustomAttributesAtRuntime()}
{Indent}{Indent}$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
{Indent}{Indent}$scriptCmd = {{& $wrappedCmd @PSBoundParameters}}
{Indent}{Indent}$steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
@@ -301,7 +306,7 @@ public ParameterDescriptionOutput(string description)
public override string ToString() => !String.IsNullOrEmpty(Description)
? Description.ToDescriptionFormat(false).NormalizeNewLines()
- .Split(new [] { Environment.NewLine }, StringSplitOptions.None)
+ .Split(new[] { Environment.NewLine }, StringSplitOptions.None)
.Aggregate(String.Empty, (c, n) => c + $"{Indent}# {n}{Environment.NewLine}")
: String.Empty;
}
@@ -377,7 +382,7 @@ internal class PropertySyntaxOutput
public Type ParameterType { get; }
public bool IsMandatory { get; }
public int? Position { get; }
-
+
public bool IncludeSpace { get; }
public bool IncludeDash { get; }
@@ -443,7 +448,7 @@ public static string ToPsType(this Type type)
// https://stackoverflow.com/a/5284606/294804
private static string RemoveEnd(this string text, string suffix) => text.EndsWith(suffix) ? text.Substring(0, text.Length - suffix.Length) : text;
- public static string ToPsSingleLine(this string value, string replacer = " ") => value.ReplaceNewLines(replacer, new []{"
", "\r\n", "\n"});
+ public static string ToPsSingleLine(this string value, string replacer = " ") => value.ReplaceNewLines(replacer, new[] { "
", "\r\n", "\n" });
public static string ToPsStringLiteral(this string value) => value?.Replace("'", "''").Replace("‘", "''").Replace("’", "''").ToPsSingleLine().Trim() ?? String.Empty;
@@ -510,7 +515,7 @@ public static string ToSyntaxTypeName(this Type type)
public static string ToNoteOutput(this ComplexInterfaceInfo complexInterfaceInfo, string currentIndent = "", bool includeDashes = false, bool includeBackticks = false, bool isFirst = true)
{
- string RenderProperty(ComplexInterfaceInfo info, string indent, bool dash, bool backtick) =>
+ string RenderProperty(ComplexInterfaceInfo info, string indent, bool dash, bool backtick) =>
$"{indent}{(dash ? "- " : String.Empty)}{(backtick ? "`" : String.Empty)}{info.ToPropertySyntaxOutput()}{(backtick ? "`" : String.Empty)}: {info.Description}";
var nested = complexInterfaceInfo.NestedInfos.Select(ni =>
diff --git a/src/CloudService/generated/runtime/MessageAttribute.cs b/src/CloudService/generated/runtime/MessageAttribute.cs
new file mode 100644
index 000000000000..74183db277c4
--- /dev/null
+++ b/src/CloudService/generated/runtime/MessageAttribute.cs
@@ -0,0 +1,360 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+namespace Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime
+{
+ using Microsoft.Azure.PowerShell.Cmdlets.CloudService.generated.runtime.Properties;
+ using System;
+ using System.Collections.Generic;
+ using System.Globalization;
+ using System.Linq;
+ using System.Management.Automation;
+ using System.Text;
+
+ [AttributeUsage(AttributeTargets.All)]
+ public class GenericBreakingChangeAttribute : Attribute
+ {
+ private string _message;
+ //A dexcription of what the change is about, non mandatory
+ public string ChangeDescription { get; set; } = null;
+
+ //The version the change is effective from, non mandatory
+ public string DeprecateByVersion { get; }
+ public bool DeprecateByVersionSet { get; } = false;
+
+ //The date on which the change comes in effect
+ public DateTime ChangeInEfectByDate { get; }
+ public bool ChangeInEfectByDateSet { get; } = false;
+
+ //Old way of calling the cmdlet
+ public string OldWay { get; set; }
+ //New way fo calling the cmdlet
+ public string NewWay { get; set; }
+
+ public GenericBreakingChangeAttribute(string message)
+ {
+ _message = message;
+ }
+
+ public GenericBreakingChangeAttribute(string message, string deprecateByVersion)
+ {
+ _message = message;
+ this.DeprecateByVersion = deprecateByVersion;
+ this.DeprecateByVersionSet = true;
+ }
+
+ public GenericBreakingChangeAttribute(string message, string deprecateByVersion, string changeInEfectByDate)
+ {
+ _message = message;
+ this.DeprecateByVersion = deprecateByVersion;
+ this.DeprecateByVersionSet = true;
+
+ if (DateTime.TryParse(changeInEfectByDate, new CultureInfo("en-US"), DateTimeStyles.None, out DateTime result))
+ {
+ this.ChangeInEfectByDate = result;
+ this.ChangeInEfectByDateSet = true;
+ }
+ }
+
+ public DateTime getInEffectByDate()
+ {
+ return this.ChangeInEfectByDate.Date;
+ }
+
+
+ /**
+ * This function prints out the breaking change message for the attribute on the cmdline
+ * */
+ public void PrintCustomAttributeInfo(Action writeOutput)
+ {
+
+ if (!GetAttributeSpecificMessage().StartsWith(Environment.NewLine))
+ {
+ writeOutput(Environment.NewLine);
+ }
+ writeOutput(string.Format(Resources.BreakingChangesAttributesDeclarationMessage, GetAttributeSpecificMessage()));
+
+
+ if (!string.IsNullOrWhiteSpace(ChangeDescription))
+ {
+ writeOutput(string.Format(Resources.BreakingChangesAttributesChangeDescriptionMessage, this.ChangeDescription));
+ }
+
+ if (ChangeInEfectByDateSet)
+ {
+ writeOutput(string.Format(Resources.BreakingChangesAttributesInEffectByDateMessage, this.ChangeInEfectByDate.ToString("d")));
+ }
+
+ if (DeprecateByVersionSet)
+ {
+ writeOutput(string.Format(Resources.BreakingChangesAttributesInEffectByVersion, this.DeprecateByVersion));
+ }
+
+ if (OldWay != null && NewWay != null)
+ {
+ writeOutput(string.Format(Resources.BreakingChangesAttributesUsageChangeMessageConsole, OldWay, NewWay));
+ }
+ }
+
+ public virtual bool IsApplicableToInvocation(InvocationInfo invocation)
+ {
+ return true;
+ }
+
+ protected virtual string GetAttributeSpecificMessage()
+ {
+ return _message;
+ }
+ }
+
+ [AttributeUsage(AttributeTargets.All)]
+ public class CmdletBreakingChangeAttribute : GenericBreakingChangeAttribute
+ {
+
+ public string ReplacementCmdletName { get; set; }
+
+ public CmdletBreakingChangeAttribute() :
+ base(string.Empty)
+ {
+ }
+
+ public CmdletBreakingChangeAttribute(string deprecateByVersione) :
+ base(string.Empty, deprecateByVersione)
+ {
+ }
+
+ public CmdletBreakingChangeAttribute(string deprecateByVersion, string changeInEfectByDate) :
+ base(string.Empty, deprecateByVersion, changeInEfectByDate)
+ {
+ }
+
+ protected override string GetAttributeSpecificMessage()
+ {
+ if (string.IsNullOrWhiteSpace(ReplacementCmdletName))
+ {
+ return Resources.BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement;
+ }
+ else
+ {
+ return string.Format(Resources.BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement, ReplacementCmdletName);
+ }
+ }
+ }
+
+ [AttributeUsage(AttributeTargets.All)]
+ public class ParameterSetBreakingChangeAttribute : GenericBreakingChangeAttribute
+ {
+ public string[] ChangedParameterSet { set; get; }
+ public ParameterSetBreakingChangeAttribute(string[] changedParameterSet) :
+ base(string.Empty)
+ {
+ ChangedParameterSet = changedParameterSet;
+ }
+
+ public ParameterSetBreakingChangeAttribute(string[] changedParameterSet, string deprecateByVersione) :
+ base(string.Empty, deprecateByVersione)
+ {
+ ChangedParameterSet = changedParameterSet;
+ }
+
+ public ParameterSetBreakingChangeAttribute(string[] changedParameterSet, string deprecateByVersion, string changeInEfectByDate) :
+ base(string.Empty, deprecateByVersion, changeInEfectByDate)
+ {
+ ChangedParameterSet = changedParameterSet;
+ }
+
+ protected override string GetAttributeSpecificMessage()
+ {
+
+ return Resources.BreakingChangesAttributesParameterSetDeprecationMessageNoReplacement;
+
+ }
+
+ public bool IsApplicableToInvocation(InvocationInfo invocation, string parameterSetName)
+ {
+ if (ChangedParameterSet != null)
+ return ChangedParameterSet.Contains(parameterSetName);
+ return false;
+ }
+
+ }
+
+ [AttributeUsage(AttributeTargets.All)]
+ public class PreviewMessageAttribute : Attribute
+ {
+ public string _message;
+
+ public PreviewMessageAttribute()
+ {
+ this._message = Resources.PreviewCmdletMessage;
+ }
+
+ public PreviewMessageAttribute(string message)
+ {
+ this._message = message;
+ }
+
+ public void PrintCustomAttributeInfo(System.Management.Automation.PSCmdlet psCmdlet)
+ {
+ psCmdlet.WriteWarning(this._message);
+ }
+
+ public virtual bool IsApplicableToInvocation(InvocationInfo invocation)
+ {
+ return true;
+ }
+ }
+
+ [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
+ public class ParameterBreakingChangeAttribute : GenericBreakingChangeAttribute
+ {
+ public string NameOfParameterChanging { get; }
+
+ public string ReplaceMentCmdletParameterName { get; set; } = null;
+
+ public bool IsBecomingMandatory { get; set; } = false;
+
+ public String OldParamaterType { get; set; }
+
+ public String NewParameterType { get; set; }
+
+ public ParameterBreakingChangeAttribute(string nameOfParameterChanging) :
+ base(string.Empty)
+ {
+ this.NameOfParameterChanging = nameOfParameterChanging;
+ }
+
+ public ParameterBreakingChangeAttribute(string nameOfParameterChanging, string deprecateByVersion) :
+ base(string.Empty, deprecateByVersion)
+ {
+ this.NameOfParameterChanging = nameOfParameterChanging;
+ }
+
+ public ParameterBreakingChangeAttribute(string nameOfParameterChanging, string deprecateByVersion, string changeInEfectByDate) :
+ base(string.Empty, deprecateByVersion, changeInEfectByDate)
+ {
+ this.NameOfParameterChanging = nameOfParameterChanging;
+ }
+
+ protected override string GetAttributeSpecificMessage()
+ {
+ StringBuilder message = new StringBuilder();
+ if (!string.IsNullOrWhiteSpace(ReplaceMentCmdletParameterName))
+ {
+ if (IsBecomingMandatory)
+ {
+ message.Append(string.Format(Resources.BreakingChangeAttributeParameterReplacedMandatory, NameOfParameterChanging, ReplaceMentCmdletParameterName));
+ }
+ else
+ {
+ message.Append(string.Format(Resources.BreakingChangeAttributeParameterReplaced, NameOfParameterChanging, ReplaceMentCmdletParameterName));
+ }
+ }
+ else
+ {
+ if (IsBecomingMandatory)
+ {
+ message.Append(string.Format(Resources.BreakingChangeAttributeParameterMandatoryNow, NameOfParameterChanging));
+ }
+ else
+ {
+ message.Append(string.Format(Resources.BreakingChangeAttributeParameterChanging, NameOfParameterChanging));
+ }
+ }
+
+ //See if the type of the param is changing
+ if (OldParamaterType != null && !string.IsNullOrWhiteSpace(NewParameterType))
+ {
+ message.Append(string.Format(Resources.BreakingChangeAttributeParameterTypeChange, OldParamaterType, NewParameterType));
+ }
+ return message.ToString();
+ }
+
+ ///
+ /// See if the bound parameters contain the current parameter, if they do
+ /// then the attribbute is applicable
+ /// If the invocationInfo is null we return true
+ ///
+ ///
+ /// bool
+ public override bool IsApplicableToInvocation(InvocationInfo invocationInfo)
+ {
+ bool? applicable = invocationInfo == null ? true : invocationInfo.BoundParameters?.Keys?.Contains(this.NameOfParameterChanging);
+ return applicable.HasValue ? applicable.Value : false;
+ }
+ }
+
+ [AttributeUsage(AttributeTargets.All)]
+ public class OutputBreakingChangeAttribute : GenericBreakingChangeAttribute
+ {
+ public string DeprecatedCmdLetOutputType { get; }
+
+ //This is still a String instead of a Type as this
+ //might be undefined at the time of adding the attribute
+ public string ReplacementCmdletOutputType { get; set; }
+
+ public string[] DeprecatedOutputProperties { get; set; }
+
+ public string[] NewOutputProperties { get; set; }
+
+ public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType) :
+ base(string.Empty)
+ {
+ this.DeprecatedCmdLetOutputType = deprecatedCmdletOutputType;
+ }
+
+ public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType, string deprecateByVersion) :
+ base(string.Empty, deprecateByVersion)
+ {
+ this.DeprecatedCmdLetOutputType = deprecatedCmdletOutputType;
+ }
+
+ public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType, string deprecateByVersion, string changeInEfectByDate) :
+ base(string.Empty, deprecateByVersion, changeInEfectByDate)
+ {
+ this.DeprecatedCmdLetOutputType = deprecatedCmdletOutputType;
+ }
+
+ protected override string GetAttributeSpecificMessage()
+ {
+ StringBuilder message = new StringBuilder();
+
+ //check for the deprecation scenario
+ if (string.IsNullOrWhiteSpace(ReplacementCmdletOutputType) && NewOutputProperties == null && DeprecatedOutputProperties == null && string.IsNullOrWhiteSpace(ChangeDescription))
+ {
+ message.Append(string.Format(Resources.BreakingChangesAttributesCmdLetOutputTypeDeprecated, DeprecatedCmdLetOutputType));
+ }
+ else
+ {
+ if (!string.IsNullOrWhiteSpace(ReplacementCmdletOutputType))
+ {
+ message.Append(string.Format(Resources.BreakingChangesAttributesCmdLetOutputChange1, DeprecatedCmdLetOutputType, ReplacementCmdletOutputType));
+ }
+ else
+ {
+ message.Append(string.Format(Resources.BreakingChangesAttributesCmdLetOutputChange2, DeprecatedCmdLetOutputType));
+ }
+
+ if (DeprecatedOutputProperties != null && DeprecatedOutputProperties.Length > 0)
+ {
+ message.Append(Resources.BreakingChangesAttributesCmdLetOutputPropertiesRemoved);
+ foreach (string property in DeprecatedOutputProperties)
+ {
+ message.Append(" '" + property + "'");
+ }
+ }
+
+ if (NewOutputProperties != null && NewOutputProperties.Length > 0)
+ {
+ message.Append(Resources.BreakingChangesAttributesCmdLetOutputPropertiesAdded);
+ foreach (string property in NewOutputProperties)
+ {
+ message.Append(" '" + property + "'");
+ }
+ }
+ }
+ return message.ToString();
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/CloudService/generated/runtime/MessageAttributeHelper.cs b/src/CloudService/generated/runtime/MessageAttributeHelper.cs
new file mode 100644
index 000000000000..92af4f175a02
--- /dev/null
+++ b/src/CloudService/generated/runtime/MessageAttributeHelper.cs
@@ -0,0 +1,161 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+namespace Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime
+{
+ using Microsoft.Azure.PowerShell.Cmdlets.CloudService.generated.runtime.Properties;
+ using System;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Management.Automation;
+ using System.Reflection;
+ using System.Text;
+ using System.Threading.Tasks;
+ public class MessageAttributeHelper
+ {
+ public const string BREAKING_CHANGE_ATTRIBUTE_INFORMATION_LINK = "https://aka.ms/azps-changewarnings";
+ public const string SUPPRESS_ERROR_OR_WARNING_MESSAGE_ENV_VARIABLE_NAME = "SuppressAzurePowerShellBreakingChangeWarnings";
+
+ /**
+ * This function takes in a CommandInfo (CmdletInfo or FunctionInfo)
+ * And reads all the deprecation attributes attached to it
+ * Prints a message on the cmdline For each of the attribute found
+ *
+ * the boundParameterNames is a list of parameters bound to the cmdlet at runtime,
+ * We only process the Parameter beaking change attributes attached only params listed in this list (if present)
+ * */
+ public static void ProcessCustomAttributesAtRuntime(CommandInfo commandInfo, InvocationInfo invocationInfo, String parameterSet, System.Management.Automation.PSCmdlet psCmdlet)
+ {
+ bool supressWarningOrError = false;
+
+ try
+ {
+ supressWarningOrError = bool.Parse(System.Environment.GetEnvironmentVariable(SUPPRESS_ERROR_OR_WARNING_MESSAGE_ENV_VARIABLE_NAME));
+ }
+ catch (Exception)
+ {
+ //no action
+ }
+
+ if (supressWarningOrError)
+ {
+ //Do not process the attributes at runtime... The env variable to override the warning messages is set
+ return;
+ }
+
+ List attributes = new List(GetAllBreakingChangeAttributesInType(commandInfo, invocationInfo, parameterSet));
+ StringBuilder sb = new StringBuilder();
+ Action appendBreakingChangeInfo = (string s) => sb.Append(s);
+
+ if (attributes != null && attributes.Count > 0)
+ {
+ appendBreakingChangeInfo(string.Format(Resources.BreakingChangesAttributesHeaderMessage, commandInfo.Name.Split('_')[0]));
+
+ foreach (GenericBreakingChangeAttribute attribute in attributes)
+ {
+ attribute.PrintCustomAttributeInfo(appendBreakingChangeInfo);
+ }
+
+ appendBreakingChangeInfo(string.Format(Resources.BreakingChangesAttributesFooterMessage, BREAKING_CHANGE_ATTRIBUTE_INFORMATION_LINK));
+
+ psCmdlet.WriteWarning(sb.ToString());
+ }
+
+ List previewAttributes = new List(GetAllPreviewAttributesInType(commandInfo, invocationInfo));
+
+ if (previewAttributes != null && previewAttributes.Count > 0)
+ {
+ foreach (PreviewMessageAttribute attribute in previewAttributes)
+ {
+ attribute.PrintCustomAttributeInfo(psCmdlet);
+ }
+ }
+ }
+
+
+ /**
+ * This function takes in a CommandInfo (CmdletInfo or FunctionInfo)
+ * And returns all the deprecation attributes attached to it
+ *
+ * the boundParameterNames is a list of parameters bound to the cmdlet at runtime,
+ * We only process the Parameter beaking change attributes attached only params listed in this list (if present)
+ **/
+ private static IEnumerable GetAllBreakingChangeAttributesInType(CommandInfo commandInfo, InvocationInfo invocationInfo, String parameterSet)
+ {
+ List attributeList = new List();
+
+ if (commandInfo.GetType() == typeof(CmdletInfo))
+ {
+ var type = ((CmdletInfo)commandInfo).ImplementingType;
+ attributeList.AddRange(type.GetCustomAttributes(typeof(GenericBreakingChangeAttribute), false).Cast());
+
+ foreach (MethodInfo m in type.GetRuntimeMethods())
+ {
+ attributeList.AddRange((m.GetCustomAttributes(typeof(GenericBreakingChangeAttribute), false).Cast()));
+ }
+
+ foreach (FieldInfo f in type.GetRuntimeFields())
+ {
+ attributeList.AddRange(f.GetCustomAttributes(typeof(GenericBreakingChangeAttribute), false).Cast());
+ }
+
+ foreach (PropertyInfo p in type.GetRuntimeProperties())
+ {
+ attributeList.AddRange(p.GetCustomAttributes(typeof(GenericBreakingChangeAttribute), false).Cast());
+ }
+ }
+ else if (commandInfo.GetType() == typeof(FunctionInfo))
+ {
+ attributeList.AddRange(((FunctionInfo)commandInfo).ScriptBlock.Attributes.Where(e => typeof(GenericBreakingChangeAttribute).IsAssignableFrom(e.GetType())).Cast());
+ foreach (var parameter in ((FunctionInfo)commandInfo).Parameters)
+ {
+ attributeList.AddRange(parameter.Value.Attributes.Where(e => typeof(GenericBreakingChangeAttribute).IsAssignableFrom(e.GetType())).Cast());
+ }
+ }
+ return invocationInfo == null ? attributeList : attributeList.Where(e => e.GetType() == typeof(ParameterSetBreakingChangeAttribute) ? ((ParameterSetBreakingChangeAttribute)e).IsApplicableToInvocation(invocationInfo, parameterSet) : e.IsApplicableToInvocation(invocationInfo));
+ }
+ private static IEnumerable GetAllPreviewAttributesInType(CommandInfo commandInfo, InvocationInfo invocationInfo)
+ {
+ List attributeList = new List();
+ if (commandInfo.GetType() == typeof(CmdletInfo))
+ {
+ var type = ((CmdletInfo)commandInfo).ImplementingType;
+ attributeList.AddRange(type.GetCustomAttributes(typeof(PreviewMessageAttribute), false).Cast());
+
+ foreach (MethodInfo m in type.GetRuntimeMethods())
+ {
+ attributeList.AddRange((m.GetCustomAttributes(typeof(PreviewMessageAttribute), false).Cast()));
+ }
+
+ foreach (FieldInfo f in type.GetRuntimeFields())
+ {
+ attributeList.AddRange(f.GetCustomAttributes(typeof(PreviewMessageAttribute), false).Cast());
+ }
+
+ foreach (PropertyInfo p in type.GetRuntimeProperties())
+ {
+ attributeList.AddRange(p.GetCustomAttributes(typeof(PreviewMessageAttribute), false).Cast());
+ }
+ }
+ else if (commandInfo.GetType() == typeof(FunctionInfo))
+ {
+ attributeList.AddRange(((FunctionInfo)commandInfo).ScriptBlock.Attributes.Where(e => typeof(PreviewMessageAttribute).IsAssignableFrom(e.GetType())).Cast());
+ foreach (var parameter in ((FunctionInfo)commandInfo).Parameters)
+ {
+ attributeList.AddRange(parameter.Value.Attributes.Where(e => typeof(PreviewMessageAttribute).IsAssignableFrom(e.GetType())).Cast());
+ }
+ }
+ return invocationInfo == null ? attributeList : attributeList.Where(e => e.IsApplicableToInvocation(invocationInfo));
+ }
+ }
+}
diff --git a/src/CloudService/generated/runtime/Properties/Resources.Designer.cs b/src/CloudService/generated/runtime/Properties/Resources.Designer.cs
new file mode 100644
index 000000000000..3b4a6d7e0f9d
--- /dev/null
+++ b/src/CloudService/generated/runtime/Properties/Resources.Designer.cs
@@ -0,0 +1,5633 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.PowerShell.Cmdlets.CloudService.generated.runtime.Properties
+{
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class Resources
+ {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources()
+ {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager
+ {
+ get
+ {
+ if (object.ReferenceEquals(resourceMan, null))
+ {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Azure.PowerShell.Cmdlets.CloudService.generated.runtime.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture
+ {
+ get
+ {
+ return resourceCulture;
+ }
+ set
+ {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The remote server returned an error: (401) Unauthorized..
+ ///
+ public static string AccessDeniedExceptionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("AccessDeniedExceptionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Account id doesn't match one in subscription..
+ ///
+ public static string AccountIdDoesntMatchSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("AccountIdDoesntMatchSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Account needs to be specified.
+ ///
+ public static string AccountNeedsToBeSpecified
+ {
+ get
+ {
+ return ResourceManager.GetString("AccountNeedsToBeSpecified", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Account "{0}" has been added..
+ ///
+ public static string AddAccountAdded
+ {
+ get
+ {
+ return ResourceManager.GetString("AddAccountAdded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to To switch to a different subscription, please use Select-AzureSubscription..
+ ///
+ public static string AddAccountChangeSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("AddAccountChangeSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Skipping external tenant {0}, because you are using a guest or a foreign principal object identity. In order to access this tenant, please run Add-AzureAccount without "-Credential"..
+ ///
+ public static string AddAccountNonInteractiveGuestOrFpo
+ {
+ get
+ {
+ return ResourceManager.GetString("AddAccountNonInteractiveGuestOrFpo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Subscription "{0}" is selected as the default subscription..
+ ///
+ public static string AddAccountShowDefaultSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("AddAccountShowDefaultSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to To view all the subscriptions, please use Get-AzureSubscription..
+ ///
+ public static string AddAccountViewSubscriptions
+ {
+ get
+ {
+ return ResourceManager.GetString("AddAccountViewSubscriptions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add-On {0} is created successfully..
+ ///
+ public static string AddOnCreatedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("AddOnCreatedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add-on name {0} is already used..
+ ///
+ public static string AddOnNameAlreadyUsed
+ {
+ get
+ {
+ return ResourceManager.GetString("AddOnNameAlreadyUsed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add-On {0} not found..
+ ///
+ public static string AddOnNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("AddOnNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add-on {0} is removed successfully..
+ ///
+ public static string AddOnRemovedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("AddOnRemovedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add-On {0} is updated successfully..
+ ///
+ public static string AddOnUpdatedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("AddOnUpdatedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role has been created at {0}\{1}..
+ ///
+ public static string AddRoleMessageCreate
+ {
+ get
+ {
+ return ResourceManager.GetString("AddRoleMessageCreate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role has been created at {0}\{1}. For easy access to Microsoft Azure services from your application code, install the Microsoft Azure client library for Node.js by running ‘npm install azure’..
+ ///
+ public static string AddRoleMessageCreateNode
+ {
+ get
+ {
+ return ResourceManager.GetString("AddRoleMessageCreateNode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role has been created at {0}\{1}. For easy access to Microsoft Azure services from your application code, install the Microsoft Azure client library for PHP by running "pear WindowsAzure/WindowsAzure"..
+ ///
+ public static string AddRoleMessageCreatePHP
+ {
+ get
+ {
+ return ResourceManager.GetString("AddRoleMessageCreatePHP", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unable to set role permissions. Please give the 'Network Service' user 'Read & execute' and 'Modify' permissions to the role folder, or run PowerShell as an Administrator.
+ ///
+ public static string AddRoleMessageInsufficientPermissions
+ {
+ get
+ {
+ return ResourceManager.GetString("AddRoleMessageInsufficientPermissions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A role name '{0}' already exists.
+ ///
+ public static string AddRoleMessageRoleExists
+ {
+ get
+ {
+ return ResourceManager.GetString("AddRoleMessageRoleExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Profile {0} already has an endpoint with name {1}.
+ ///
+ public static string AddTrafficManagerEndpointFailed
+ {
+ get
+ {
+ return ResourceManager.GetString("AddTrafficManagerEndpointFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Azure PowerShell collects usage data in order to improve your experience.
+ ///The data is anonymous and does not include commandline argument values.
+ ///The data is collected by Microsoft.
+ ///
+ ///Use the Disable-AzDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the Az.Accounts module. To disable data collection: PS > Disable-AzDataCollection.
+ ///Use the Enable-AzDataCollection cmdlet to turn the feature On. The cmdlet can be found in the Az.Accounts module. To enable [rest of string was truncated]";.
+ ///
+ public static string ARMDataCollectionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ARMDataCollectionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [Common.Authentication]: Authenticating for account {0} with single tenant {1}..
+ ///
+ public static string AuthenticatingForSingleTenant
+ {
+ get
+ {
+ return ResourceManager.GetString("AuthenticatingForSingleTenant", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Windows Azure Powershell\.
+ ///
+ public static string AzureDirectory
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureDirectory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to https://manage.windowsazure.com.
+ ///
+ public static string AzurePortalUrl
+ {
+ get
+ {
+ return ResourceManager.GetString("AzurePortalUrl", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AZURE_PORTAL_URL.
+ ///
+ public static string AzurePortalUrlEnv
+ {
+ get
+ {
+ return ResourceManager.GetString("AzurePortalUrlEnv", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Selected profile must not be null..
+ ///
+ public static string AzureProfileMustNotBeNull
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureProfileMustNotBeNull", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Azure SDK\{0}\.
+ ///
+ public static string AzureSdkDirectory
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureSdkDirectory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to File '{0}' already exists. Use the -Force parameter to overwrite it..
+ ///
+ public static string AzureVMDscArchiveAlreadyExists
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureVMDscArchiveAlreadyExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot find configuration data file: {0}.
+ ///
+ public static string AzureVMDscCannotFindConfigurationDataFile
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureVMDscCannotFindConfigurationDataFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Create Archive.
+ ///
+ public static string AzureVMDscCreateArchiveAction
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureVMDscCreateArchiveAction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The configuration data must be a .psd1 file.
+ ///
+ public static string AzureVMDscInvalidConfigurationDataFile
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureVMDscInvalidConfigurationDataFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Parsing configuration script: {0}.
+ ///
+ public static string AzureVMDscParsingConfiguration
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureVMDscParsingConfiguration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Storage Blob '{0}' already exists. Use the -Force parameter to overwrite it..
+ ///
+ public static string AzureVMDscStorageBlobAlreadyExists
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureVMDscStorageBlobAlreadyExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Upload '{0}'.
+ ///
+ public static string AzureVMDscUploadToBlobStorageAction
+ {
+ get
+ {
+ return ResourceManager.GetString("AzureVMDscUploadToBlobStorageAction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Execution failed because a background thread could not prompt the user..
+ ///
+ public static string BaseShouldMethodFailureReason
+ {
+ get
+ {
+ return ResourceManager.GetString("BaseShouldMethodFailureReason", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Base Uri was empty..
+ ///
+ public static string BaseUriEmpty
+ {
+ get
+ {
+ return ResourceManager.GetString("BaseUriEmpty", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} begin processing without ParameterSet..
+ ///
+ public static string BeginProcessingWithoutParameterSetLog
+ {
+ get
+ {
+ return ResourceManager.GetString("BeginProcessingWithoutParameterSetLog", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} begin processing with ParameterSet '{1}'..
+ ///
+ public static string BeginProcessingWithParameterSetLog
+ {
+ get
+ {
+ return ResourceManager.GetString("BeginProcessingWithParameterSetLog", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Blob with the name {0} already exists in the account..
+ ///
+ public static string BlobAlreadyExistsInTheAccount
+ {
+ get
+ {
+ return ResourceManager.GetString("BlobAlreadyExistsInTheAccount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to https://{0}.blob.core.windows.net/.
+ ///
+ public static string BlobEndpointUri
+ {
+ get
+ {
+ return ResourceManager.GetString("BlobEndpointUri", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AZURE_BLOBSTORAGE_TEMPLATE.
+ ///
+ public static string BlobEndpointUriEnv
+ {
+ get
+ {
+ return ResourceManager.GetString("BlobEndpointUriEnv", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The parameter : '{0}' is changing..
+ ///
+ public static string BreakingChangeAttributeParameterChanging
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangeAttributeParameterChanging", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The parameter : '{0}' is becoming mandatory..
+ ///
+ public static string BreakingChangeAttributeParameterMandatoryNow
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangeAttributeParameterMandatoryNow", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The parameter : '{0}' is being replaced by parameter : '{1}'..
+ ///
+ public static string BreakingChangeAttributeParameterReplaced
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangeAttributeParameterReplaced", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The parameter : '{0}' is being replaced by mandatory parameter : '{1}'..
+ ///
+ public static string BreakingChangeAttributeParameterReplacedMandatory
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangeAttributeParameterReplacedMandatory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The type of the parameter is changing from '{0}' to '{1}'..
+ ///
+ public static string BreakingChangeAttributeParameterTypeChange
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangeAttributeParameterTypeChange", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Change description : {0}
+ ///.
+ ///
+ public static string BreakingChangesAttributesChangeDescriptionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesChangeDescriptionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The cmdlet is being deprecated. There will be no replacement for it..
+ ///
+ public static string BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The cmdlet is being deprecated. There will be no replacement for it..
+ ///
+ public static string BreakingChangesAttributesParameterSetDeprecationMessageNoReplacement
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesParameterSetDeprecationMessageNoReplacement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The cmdlet '{0}' is replacing this cmdlet..
+ ///
+ public static string BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The output type is changing from the existing type :'{0}' to the new type :'{1}'.
+ ///
+ public static string BreakingChangesAttributesCmdLetOutputChange1
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputChange1", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to "The output type '{0}' is changing".
+ ///
+ public static string BreakingChangesAttributesCmdLetOutputChange2
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputChange2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to
+ ///- The following properties are being added to the output type :
+ ///.
+ ///
+ public static string BreakingChangesAttributesCmdLetOutputPropertiesAdded
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputPropertiesAdded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to
+ /// - The following properties in the output type are being deprecated :
+ ///.
+ ///
+ public static string BreakingChangesAttributesCmdLetOutputPropertiesRemoved
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputPropertiesRemoved", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The output type '{0}' is being deprecated without a replacement..
+ ///
+ public static string BreakingChangesAttributesCmdLetOutputTypeDeprecated
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputTypeDeprecated", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to - {0}
+ ///
+ ///.
+ ///
+ public static string BreakingChangesAttributesDeclarationMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesDeclarationMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to - Cmdlet : '{0}'
+ /// - {1}
+ ///.
+ ///
+ public static string BreakingChangesAttributesDeclarationMessageWithCmdletName
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesDeclarationMessageWithCmdletName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NOTE : Go to {0} for steps to suppress (and other related information on) the breaking change messages..
+ ///
+ public static string BreakingChangesAttributesFooterMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesFooterMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Breaking changes in the cmdlet '{0}' :.
+ ///
+ public static string BreakingChangesAttributesHeaderMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesHeaderMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Note : This change will take effect on '{0}'
+ ///.
+ ///
+ public static string BreakingChangesAttributesInEffectByDateMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesInEffectByDateMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Note :The change is expected to take effect from the version : '{0}'
+ ///
+ ///.
+ ///
+ public static string BreakingChangesAttributesInEffectByVersion
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesInEffectByVersion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ```powershell
+ ///# Old
+ ///{0}
+ ///
+ ///# New
+ ///{1}
+ ///```
+ ///
+ ///.
+ ///
+ public static string BreakingChangesAttributesUsageChangeMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesUsageChangeMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cmdlet invocation changes :
+ /// Old Way : {0}
+ /// New Way : {1}.
+ ///
+ public static string BreakingChangesAttributesUsageChangeMessageConsole
+ {
+ get
+ {
+ return ResourceManager.GetString("BreakingChangesAttributesUsageChangeMessageConsole", resourceCulture);
+ }
+ }
+
+ ///
+ /// The cmdlet is in experimental stage. The function may not be enabled in current subscription.
+ ///
+ public static string ExperimentalCmdletMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ExperimentalCmdletMessage", resourceCulture);
+ }
+ }
+
+
+
+ ///
+ /// Looks up a localized string similar to CACHERUNTIMEURL.
+ ///
+ public static string CacheRuntimeUrl
+ {
+ get
+ {
+ return ResourceManager.GetString("CacheRuntimeUrl", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to cache.
+ ///
+ public static string CacheRuntimeValue
+ {
+ get
+ {
+ return ResourceManager.GetString("CacheRuntimeValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CacheRuntimeVersion.
+ ///
+ public static string CacheRuntimeVersionKey
+ {
+ get
+ {
+ return ResourceManager.GetString("CacheRuntimeVersionKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Installing caching version {0} for Role '{1}' (the caching version locally installed is: {2}).
+ ///
+ public static string CacheVersionWarningText
+ {
+ get
+ {
+ return ResourceManager.GetString("CacheVersionWarningText", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot change built-in environment {0}..
+ ///
+ public static string CannotChangeBuiltinEnvironment
+ {
+ get
+ {
+ return ResourceManager.GetString("CannotChangeBuiltinEnvironment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot find {0} with name {1}..
+ ///
+ public static string CannotFind
+ {
+ get
+ {
+ return ResourceManager.GetString("CannotFind", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Deployment for service {0} with {1} slot doesn't exist.
+ ///
+ public static string CannotFindDeployment
+ {
+ get
+ {
+ return ResourceManager.GetString("CannotFindDeployment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Can't find valid Microsoft Azure role in current directory {0}.
+ ///
+ public static string CannotFindRole
+ {
+ get
+ {
+ return ResourceManager.GetString("CannotFindRole", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to service {0} configuration file (ServiceConfiguration.Cloud.cscfg) is either null or doesn't exist.
+ ///
+ public static string CannotFindServiceConfigurationFile
+ {
+ get
+ {
+ return ResourceManager.GetString("CannotFindServiceConfigurationFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid service path! Cannot locate ServiceDefinition.csdef in current folder or parent folders..
+ ///
+ public static string CannotFindServiceRoot
+ {
+ get
+ {
+ return ResourceManager.GetString("CannotFindServiceRoot", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The subscription named {0} with id {1} is not currently imported. You must import this subscription before it can be updated..
+ ///
+ public static string CannotUpdateUnknownSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("CannotUpdateUnknownSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ManagementCertificate.
+ ///
+ public static string CertificateElementName
+ {
+ get
+ {
+ return ResourceManager.GetString("CertificateElementName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to certificate.pfx.
+ ///
+ public static string CertificateFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("CertificateFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Certificate imported into CurrentUser\My\{0}.
+ ///
+ public static string CertificateImportedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("CertificateImportedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No certificate was found in the certificate store with thumbprint {0}.
+ ///
+ public static string CertificateNotFoundInStore
+ {
+ get
+ {
+ return ResourceManager.GetString("CertificateNotFoundInStore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Your account does not have access to the private key for certificate {0}.
+ ///
+ public static string CertificatePrivateKeyAccessError
+ {
+ get
+ {
+ return ResourceManager.GetString("CertificatePrivateKeyAccessError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} {1} deployment for {2} service.
+ ///
+ public static string ChangeDeploymentStateWaitMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ChangeDeploymentStateWaitMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cloud service {0} is in {1} state..
+ ///
+ public static string ChangeDeploymentStatusCompleteMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ChangeDeploymentStatusCompleteMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Changing/Removing public environment '{0}' is not allowed..
+ ///
+ public static string ChangePublicEnvironmentMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ChangePublicEnvironmentMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Service {0} is set to value {1}.
+ ///
+ public static string ChangeSettingsElementMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ChangeSettingsElementMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Changing public environment is not supported..
+ ///
+ public static string ChangingDefaultEnvironmentNotSupported
+ {
+ get
+ {
+ return ResourceManager.GetString("ChangingDefaultEnvironmentNotSupported", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Choose which publish settings file to use:.
+ ///
+ public static string ChoosePublishSettingsFile
+ {
+ get
+ {
+ return ResourceManager.GetString("ChoosePublishSettingsFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft.WindowsAzure.Plugins.Caching.ClientDiagnosticLevel.
+ ///
+ public static string ClientDiagnosticLevelName
+ {
+ get
+ {
+ return ResourceManager.GetString("ClientDiagnosticLevelName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 1.
+ ///
+ public static string ClientDiagnosticLevelValue
+ {
+ get
+ {
+ return ResourceManager.GetString("ClientDiagnosticLevelValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to cloud_package.cspkg.
+ ///
+ public static string CloudPackageFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("CloudPackageFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ServiceConfiguration.Cloud.cscfg.
+ ///
+ public static string CloudServiceConfigurationFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("CloudServiceConfigurationFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add-ons for {0}.
+ ///
+ public static string CloudServiceDescription
+ {
+ get
+ {
+ return ResourceManager.GetString("CloudServiceDescription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Communication could not be established. This could be due to an invalid subscription ID. Note that subscription IDs are case sensitive..
+ ///
+ public static string CommunicationCouldNotBeEstablished
+ {
+ get
+ {
+ return ResourceManager.GetString("CommunicationCouldNotBeEstablished", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Complete.
+ ///
+ public static string CompleteMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("CompleteMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OperationID : '{0}'.
+ ///
+ public static string ComputeCloudExceptionOperationIdMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ComputeCloudExceptionOperationIdMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to config.json.
+ ///
+ public static string ConfigurationFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("ConfigurationFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to VirtualMachine creation failed..
+ ///
+ public static string CreateFailedErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("CreateFailedErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Creating the website failed. If this is the first website for this subscription, please create it using the management portal instead..
+ ///
+ public static string CreateWebsiteFailed
+ {
+ get
+ {
+ return ResourceManager.GetString("CreateWebsiteFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core.
+ ///
+ public static string DataCacheClientsType
+ {
+ get
+ {
+ return ResourceManager.GetString("DataCacheClientsType", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to //blobcontainer[@datacenter='{0}'].
+ ///
+ public static string DatacenterBlobQuery
+ {
+ get
+ {
+ return ResourceManager.GetString("DatacenterBlobQuery", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft Azure PowerShell Data Collection Confirmation.
+ ///
+ public static string DataCollectionActivity
+ {
+ get
+ {
+ return ResourceManager.GetString("DataCollectionActivity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You choose not to participate in Microsoft Azure PowerShell data collection..
+ ///
+ public static string DataCollectionConfirmNo
+ {
+ get
+ {
+ return ResourceManager.GetString("DataCollectionConfirmNo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to This confirmation message will be dismissed in '{0}' second(s)....
+ ///
+ public static string DataCollectionConfirmTime
+ {
+ get
+ {
+ return ResourceManager.GetString("DataCollectionConfirmTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You choose to participate in Microsoft Azure PowerShell data collection..
+ ///
+ public static string DataCollectionConfirmYes
+ {
+ get
+ {
+ return ResourceManager.GetString("DataCollectionConfirmYes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The setting profile has been saved to the following path '{0}'..
+ ///
+ public static string DataCollectionSaveFileInformation
+ {
+ get
+ {
+ return ResourceManager.GetString("DataCollectionSaveFileInformation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Setting: {0} as the default and current subscription. To view other subscriptions use Get-AzureSubscription.
+ ///
+ public static string DefaultAndCurrentSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("DefaultAndCurrentSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to none.
+ ///
+ public static string DefaultFileVersion
+ {
+ get
+ {
+ return ResourceManager.GetString("DefaultFileVersion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to There are no hostnames which could be used for validation..
+ ///
+ public static string DefaultHostnamesValidation
+ {
+ get
+ {
+ return ResourceManager.GetString("DefaultHostnamesValidation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 8080.
+ ///
+ public static string DefaultPort
+ {
+ get
+ {
+ return ResourceManager.GetString("DefaultPort", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 1000.
+ ///
+ public static string DefaultRoleCachingInMB
+ {
+ get
+ {
+ return ResourceManager.GetString("DefaultRoleCachingInMB", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Auto.
+ ///
+ public static string DefaultUpgradeMode
+ {
+ get
+ {
+ return ResourceManager.GetString("DefaultUpgradeMode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 80.
+ ///
+ public static string DefaultWebPort
+ {
+ get
+ {
+ return ResourceManager.GetString("DefaultWebPort", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Delete.
+ ///
+ public static string Delete
+ {
+ get
+ {
+ return ResourceManager.GetString("Delete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The {0} slot for service {1} is already in {2} state.
+ ///
+ public static string DeploymentAlreadyInState
+ {
+ get
+ {
+ return ResourceManager.GetString("DeploymentAlreadyInState", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The deployment in {0} slot for service {1} is removed.
+ ///
+ public static string DeploymentRemovedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("DeploymentRemovedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft.WindowsAzure.Plugins.Caching.DiagnosticLevel.
+ ///
+ public static string DiagnosticLevelName
+ {
+ get
+ {
+ return ResourceManager.GetString("DiagnosticLevelName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 1.
+ ///
+ public static string DiagnosticLevelValue
+ {
+ get
+ {
+ return ResourceManager.GetString("DiagnosticLevelValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The key to add already exists in the dictionary..
+ ///
+ public static string DictionaryAddAlreadyContainsKey
+ {
+ get
+ {
+ return ResourceManager.GetString("DictionaryAddAlreadyContainsKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The array index cannot be less than zero..
+ ///
+ public static string DictionaryCopyToArrayIndexLessThanZero
+ {
+ get
+ {
+ return ResourceManager.GetString("DictionaryCopyToArrayIndexLessThanZero", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The supplied array does not have enough room to contain the copied elements..
+ ///
+ public static string DictionaryCopyToArrayTooShort
+ {
+ get
+ {
+ return ResourceManager.GetString("DictionaryCopyToArrayTooShort", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided dns {0} doesn't exist.
+ ///
+ public static string DnsDoesNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("DnsDoesNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft Azure Certificate.
+ ///
+ public static string EnableRemoteDesktop_FriendlyCertificateName
+ {
+ get
+ {
+ return ResourceManager.GetString("EnableRemoteDesktop_FriendlyCertificateName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Endpoint can't be retrieved for storage account.
+ ///
+ public static string EndPointNotFoundForBlobStorage
+ {
+ get
+ {
+ return ResourceManager.GetString("EndPointNotFoundForBlobStorage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} end processing..
+ ///
+ public static string EndProcessingLog
+ {
+ get
+ {
+ return ResourceManager.GetString("EndProcessingLog", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to To use Active Directory authentication, you must configure the ActiveDirectoryEndpoint, ActiveDirectoryTenantId, and ActiveDirectorServiceEndpointResourceId for environment of '{0}'. You can configure these properties for this environment using the Set-AzureEnvironment cmdlet..
+ ///
+ public static string EnvironmentDoesNotSupportActiveDirectory
+ {
+ get
+ {
+ return ResourceManager.GetString("EnvironmentDoesNotSupportActiveDirectory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The environment '{0}' already exists..
+ ///
+ public static string EnvironmentExists
+ {
+ get
+ {
+ return ResourceManager.GetString("EnvironmentExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Environment name doesn't match one in subscription..
+ ///
+ public static string EnvironmentNameDoesntMatchSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("EnvironmentNameDoesntMatchSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Environment name needs to be specified..
+ ///
+ public static string EnvironmentNameNeedsToBeSpecified
+ {
+ get
+ {
+ return ResourceManager.GetString("EnvironmentNameNeedsToBeSpecified", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Environment needs to be specified..
+ ///
+ public static string EnvironmentNeedsToBeSpecified
+ {
+ get
+ {
+ return ResourceManager.GetString("EnvironmentNeedsToBeSpecified", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The environment name '{0}' is not found..
+ ///
+ public static string EnvironmentNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("EnvironmentNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to environments.xml.
+ ///
+ public static string EnvironmentsFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("EnvironmentsFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error creating VirtualMachine.
+ ///
+ public static string ErrorCreatingVirtualMachine
+ {
+ get
+ {
+ return ResourceManager.GetString("ErrorCreatingVirtualMachine", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unable to download available runtimes for location '{0}'.
+ ///
+ public static string ErrorRetrievingRuntimesForLocation
+ {
+ get
+ {
+ return ResourceManager.GetString("ErrorRetrievingRuntimesForLocation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error updating VirtualMachine.
+ ///
+ public static string ErrorUpdatingVirtualMachine
+ {
+ get
+ {
+ return ResourceManager.GetString("ErrorUpdatingVirtualMachine", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Job Id {0} failed. Error: {1}, ExceptionDetails: {2}.
+ ///
+ public static string FailedJobErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("FailedJobErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to File path is not valid..
+ ///
+ public static string FilePathIsNotValid
+ {
+ get
+ {
+ return ResourceManager.GetString("FilePathIsNotValid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The HTTP request was forbidden with client authentication scheme 'Anonymous'..
+ ///
+ public static string FirstPurchaseErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("FirstPurchaseErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to This add-on requires you to purchase the first instance through the Microsoft Azure Portal. Subsequent purchases can be performed through PowerShell..
+ ///
+ public static string FirstPurchaseMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("FirstPurchaseMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Operation Status:.
+ ///
+ public static string GatewayOperationStatus
+ {
+ get
+ {
+ return ResourceManager.GetString("GatewayOperationStatus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resources\Scaffolding\General.
+ ///
+ public static string GeneralScaffolding
+ {
+ get
+ {
+ return ResourceManager.GetString("GeneralScaffolding", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Getting all available Microsoft Azure Add-Ons, this may take few minutes....
+ ///
+ public static string GetAllAddOnsWaitMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("GetAllAddOnsWaitMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Name{0}Primary Key{0}Seconday Key.
+ ///
+ public static string GetStorageKeysHeader
+ {
+ get
+ {
+ return ResourceManager.GetString("GetStorageKeysHeader", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Git not found. Please install git and place it in your command line path..
+ ///
+ public static string GitNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("GitNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Could not find publish settings. Please run Import-AzurePublishSettingsFile..
+ ///
+ public static string GlobalSettingsManager_Load_PublishSettingsNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("GlobalSettingsManager_Load_PublishSettingsNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot find the WadCfg end element in the config..
+ ///
+ public static string IaasDiagnosticsBadConfigNoEndWadCfg
+ {
+ get
+ {
+ return ResourceManager.GetString("IaasDiagnosticsBadConfigNoEndWadCfg", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WadCfg start element in the config is not matching the end element..
+ ///
+ public static string IaasDiagnosticsBadConfigNoMatchingWadCfg
+ {
+ get
+ {
+ return ResourceManager.GetString("IaasDiagnosticsBadConfigNoMatchingWadCfg", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot find the WadCfg element in the config..
+ ///
+ public static string IaasDiagnosticsBadConfigNoWadCfg
+ {
+ get
+ {
+ return ResourceManager.GetString("IaasDiagnosticsBadConfigNoWadCfg", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to iisnode.dll.
+ ///
+ public static string IISNodeDll
+ {
+ get
+ {
+ return ResourceManager.GetString("IISNodeDll", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to iisnode.
+ ///
+ public static string IISNodeEngineKey
+ {
+ get
+ {
+ return ResourceManager.GetString("IISNodeEngineKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to iisnode-dev\\release\\x64.
+ ///
+ public static string IISNodePath
+ {
+ get
+ {
+ return ResourceManager.GetString("IISNodePath", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to iisnode.
+ ///
+ public static string IISNodeRuntimeValue
+ {
+ get
+ {
+ return ResourceManager.GetString("IISNodeRuntimeValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Installing IISNode version {0} in Azure for WebRole '{1}' (the version locally installed is: {2}).
+ ///
+ public static string IISNodeVersionWarningText
+ {
+ get
+ {
+ return ResourceManager.GetString("IISNodeVersionWarningText", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Illegal characters in path..
+ ///
+ public static string IllegalPath
+ {
+ get
+ {
+ return ResourceManager.GetString("IllegalPath", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Internal Server Error.
+ ///
+ public static string InternalServerErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("InternalServerErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot enable memcach protocol on a cache worker role {0}..
+ ///
+ public static string InvalidCacheRoleName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidCacheRoleName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid certificate format. Publish settings may be corrupted. Use Get-AzurePublishSettingsFile to download updated settings.
+ ///
+ public static string InvalidCertificate
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidCertificate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid certificate format..
+ ///
+ public static string InvalidCertificateSingle
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidCertificateSingle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided configuration path is invalid or doesn't exist.
+ ///
+ public static string InvalidConfigPath
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidConfigPath", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The country name is invalid, please use a valid two character country code, as described in ISO 3166-1 alpha-2..
+ ///
+ public static string InvalidCountryNameMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidCountryNameMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No default subscription has been designated. Use Select-AzureSubscription -Default <subscriptionName> to set the default subscription..
+ ///
+ public static string InvalidDefaultSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidDefaultSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Deployment with {0} does not exist.
+ ///
+ public static string InvalidDeployment
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidDeployment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The deployment slot name {0} is invalid. Slot name must be either "Staging" or "Production"..
+ ///
+ public static string InvalidDeploymentSlot
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidDeploymentSlot", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to "{0}" is an invalid DNS name for {1}.
+ ///
+ public static string InvalidDnsName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidDnsName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid service endpoint..
+ ///
+ public static string InvalidEndpoint
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidEndpoint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided file in {0} must be have {1} extension.
+ ///
+ public static string InvalidFileExtension
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidFileExtension", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to File {0} has invalid characters.
+ ///
+ public static string InvalidFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You must create your git publishing credentials using the Microsoft Azure portal.
+ ///Please follow these steps in the portal:
+ ///1. On the left side open "Web Sites"
+ ///2. Click on any website
+ ///3. Choose "Setup Git Publishing" or "Reset deployment credentials"
+ ///4. Back in the PowerShell window, rerun this command by typing "New-AzureWebSite {site name} -Git -PublishingUsername {username}.
+ ///
+ public static string InvalidGitCredentials
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidGitCredentials", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The value {0} provided is not a valid GUID. Please provide a valid GUID..
+ ///
+ public static string InvalidGuid
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidGuid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The specified hostname does not exist. Please specify a valid hostname for the site..
+ ///
+ public static string InvalidHostnameValidation
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidHostnameValidation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role {0} instances must be greater than or equal 0 and less than or equal 20.
+ ///
+ public static string InvalidInstancesCount
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidInstancesCount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to There was an error creating your webjob. Please make sure that the script is in the root folder of the zip file..
+ ///
+ public static string InvalidJobFile
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidJobFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Could not download a valid runtime manifest, Please check your internet connection and try again..
+ ///
+ public static string InvalidManifestError
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidManifestError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The account {0} was not found. Please specify a valid account name..
+ ///
+ public static string InvalidMediaServicesAccount
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidMediaServicesAccount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided name "{0}" does not match the service bus namespace naming rules..
+ ///
+ public static string InvalidNamespaceName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidNamespaceName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Path must specify a valid path to an Azure profile..
+ ///
+ public static string InvalidNewProfilePath
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidNewProfilePath", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value cannot be null. Parameter name: '{0}'.
+ ///
+ public static string InvalidNullArgument
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidNullArgument", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} is invalid or empty.
+ ///
+ public static string InvalidOrEmptyArgumentMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidOrEmptyArgumentMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided package path is invalid or doesn't exist.
+ ///
+ public static string InvalidPackagePath
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidPackagePath", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to '{0}' is an invalid parameter set name..
+ ///
+ public static string InvalidParameterSetName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidParameterSetName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} doesn't exist in {1} or you've not passed valid value for it.
+ ///
+ public static string InvalidPath
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidPath", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Path {0} has invalid characters.
+ ///
+ public static string InvalidPathName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidPathName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Property bag Hashtable must contain one of the following sets of properties: {SubscriptionId, Certificate}, {SubscriptionId, Username, Password}, {SubscriptionId, ServicePrincipal, Password, Tenant}, {SubscriptionId, AccountId, Token}.
+ ///
+ public static string InvalidProfileProperties
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidProfileProperties", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided publish settings file {0} has invalid content. Please get valid by running cmdlet Get-AzurePublishSettingsFile.
+ ///
+ public static string InvalidPublishSettingsSchema
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidPublishSettingsSchema", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided role name "{0}" has invalid characters.
+ ///
+ public static string InvalidRoleNameMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidRoleNameMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A valid name for the service root folder is required.
+ ///
+ public static string InvalidRootNameMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidRootNameMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} is not a recognized runtime type.
+ ///
+ public static string InvalidRuntimeError
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidRuntimeError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A valid language is required.
+ ///
+ public static string InvalidScaffoldingLanguageArg
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidScaffoldingLanguageArg", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No subscription is currently selected. Use Select-Subscription to activate a subscription..
+ ///
+ public static string InvalidSelectedSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidSelectedSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided location "{0}" does not exist in the available locations use Get-AzureSBLocation for listing available locations..
+ ///
+ public static string InvalidServiceBusLocation
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidServiceBusLocation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please provide a service name or run this command from inside a service project directory..
+ ///
+ public static string InvalidServiceName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidServiceName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You must provide valid value for {0}.
+ ///
+ public static string InvalidServiceSettingElement
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidServiceSettingElement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to settings.json is invalid or doesn't exist.
+ ///
+ public static string InvalidServiceSettingMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidServiceSettingMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The subscription named '{0}' cannot be found. Use Set-AzureSubscription to initialize the subscription data..
+ ///
+ public static string InvalidSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided subscription id {0} is not valid.
+ ///
+ public static string InvalidSubscriptionId
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidSubscriptionId", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Must specify a non-null subscription name..
+ ///
+ public static string InvalidSubscriptionName
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidSubscriptionName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A valid subscription name is required. This can be provided using the -Subscription parameter or by setting the subscription via the Set-AzureSubscription cmdlet.
+ ///
+ public static string InvalidSubscriptionNameMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidSubscriptionNameMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided subscriptions file {0} has invalid content..
+ ///
+ public static string InvalidSubscriptionsDataSchema
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidSubscriptionsDataSchema", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role {0} VM size should be ExtraSmall, Small, Medium, Large or ExtraLarge..
+ ///
+ public static string InvalidVMSize
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidVMSize", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The web job file must have *.zip extension.
+ ///
+ public static string InvalidWebJobFile
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidWebJobFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Singleton option works for continuous jobs only..
+ ///
+ public static string InvalidWebJobSingleton
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidWebJobSingleton", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The website {0} was not found. Please specify a valid website name..
+ ///
+ public static string InvalidWebsite
+ {
+ get
+ {
+ return ResourceManager.GetString("InvalidWebsite", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No job for id: {0} was found..
+ ///
+ public static string JobNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("JobNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to engines.
+ ///
+ public static string JsonEnginesSectionName
+ {
+ get
+ {
+ return ResourceManager.GetString("JsonEnginesSectionName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaffolding for this language is not yet supported.
+ ///
+ public static string LanguageScaffoldingIsNotSupported
+ {
+ get
+ {
+ return ResourceManager.GetString("LanguageScaffoldingIsNotSupported", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Link already established.
+ ///
+ public static string LinkAlreadyEstablished
+ {
+ get
+ {
+ return ResourceManager.GetString("LinkAlreadyEstablished", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to local_package.csx.
+ ///
+ public static string LocalPackageFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("LocalPackageFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ServiceConfiguration.Local.cscfg.
+ ///
+ public static string LocalServiceConfigurationFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("LocalServiceConfigurationFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Looking for {0} deployment for {1} cloud service....
+ ///
+ public static string LookingForDeploymentMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("LookingForDeploymentMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Looking for cloud service {0}....
+ ///
+ public static string LookingForServiceMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("LookingForServiceMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Azure Long-Running Job.
+ ///
+ public static string LROJobName
+ {
+ get
+ {
+ return ResourceManager.GetString("LROJobName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The cmdlet failed in background execution. The returned error was '{0}'. Please execute the cmdlet again. You may need to execute this cmdlet synchronously, by omitting the '-AsJob' parameter..
+ ///
+ public static string LROTaskExceptionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("LROTaskExceptionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to managementCertificate.pem.
+ ///
+ public static string ManagementCertificateFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("ManagementCertificateFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ?whr={0}.
+ ///
+ public static string ManagementPortalRealmFormat
+ {
+ get
+ {
+ return ResourceManager.GetString("ManagementPortalRealmFormat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to //baseuri.
+ ///
+ public static string ManifestBaseUriQuery
+ {
+ get
+ {
+ return ResourceManager.GetString("ManifestBaseUriQuery", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to uri.
+ ///
+ public static string ManifestBlobUriKey
+ {
+ get
+ {
+ return ResourceManager.GetString("ManifestBlobUriKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to http://az413943.vo.msecnd.net/node/runtimemanifest_0.7.5.2.xml.
+ ///
+ public static string ManifestUri
+ {
+ get
+ {
+ return ResourceManager.GetString("ManifestUri", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Property bag Hashtable must contain a 'Certificate' of type 'X509Certificate2'..
+ ///
+ public static string MissingCertificateInProfileProperties
+ {
+ get
+ {
+ return ResourceManager.GetString("MissingCertificateInProfileProperties", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Property bag Hashtable must contain a 'Password' with an associated 'Username' or 'ServicePrincipal'..
+ ///
+ public static string MissingPasswordInProfileProperties
+ {
+ get
+ {
+ return ResourceManager.GetString("MissingPasswordInProfileProperties", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Property bag Hashtable must contain a 'SubscriptionId'..
+ ///
+ public static string MissingSubscriptionInProfileProperties
+ {
+ get
+ {
+ return ResourceManager.GetString("MissingSubscriptionInProfileProperties", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Multiple Add-Ons found holding name {0}.
+ ///
+ public static string MultipleAddOnsFoundMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("MultipleAddOnsFoundMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Multiple possible publishing users. Please go to the Portal and use the listed deployment user, or click 'set/reset deployment credentials' to set up a new user account, then reurn this cmdlet and specify PublishingUsername..
+ ///
+ public static string MultiplePublishingUsernames
+ {
+ get
+ {
+ return ResourceManager.GetString("MultiplePublishingUsernames", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The first publish settings file "{0}" is used. If you want to use another file specify the file name..
+ ///
+ public static string MultiplePublishSettingsFilesFoundMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("MultiplePublishSettingsFilesFoundMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft.WindowsAzure.Plugins.Caching.NamedCaches.
+ ///
+ public static string NamedCacheSettingName
+ {
+ get
+ {
+ return ResourceManager.GetString("NamedCacheSettingName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {"caches":[{"name":"default","policy":{"eviction":{"type":0},"expiration":{"defaultTTL":10,"isExpirable":true,"type":1},"serverNotification":{"isEnabled":false}},"secondaries":0}]}.
+ ///
+ public static string NamedCacheSettingValue
+ {
+ get
+ {
+ return ResourceManager.GetString("NamedCacheSettingValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A publishing username is required. Please specify one using the argument PublishingUsername..
+ ///
+ public static string NeedPublishingUsernames
+ {
+ get
+ {
+ return ResourceManager.GetString("NeedPublishingUsernames", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to New Add-On Confirmation.
+ ///
+ public static string NewAddOnConformation
+ {
+ get
+ {
+ return ResourceManager.GetString("NewAddOnConformation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+ ///for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+ ///agree to the {2}'s terms of user and privacy statement at {0} and (c) agree to sharing my
+ ///contact information with {2}..
+ ///
+ public static string NewMicrosoftAddOnMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NewMicrosoftAddOnMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Internal Server Error. This could happen because the namespace name is already used or due to an incorrect location name. Use Get-AzureSBLocation cmdlet to list valid names..
+ ///
+ public static string NewNamespaceErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NewNamespaceErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+ ///for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+ ///acknowledge the offering is provided by {2}, not Microsoft, and agree to {2}'s terms of
+ ///use and privacy statement at {0} and (c) agree to sharing my contact information with {2}..
+ ///
+ public static string NewNonMicrosoftAddOnMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NewNonMicrosoftAddOnMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Service has been created at {0}.
+ ///
+ public static string NewServiceCreatedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NewServiceCreatedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No.
+ ///
+ public static string No
+ {
+ get
+ {
+ return ResourceManager.GetString("No", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to There is no access token cached for subscription {0}, user id {1}. Use the Add-AzureAccount cmdlet to log in again and get a token for this subscription..
+ ///
+ public static string NoCachedToken
+ {
+ get
+ {
+ return ResourceManager.GetString("NoCachedToken", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The service does not have any cache worker roles, add one first by running cmdlet Add-AzureCacheWorkerRole..
+ ///
+ public static string NoCacheWorkerRoles
+ {
+ get
+ {
+ return ResourceManager.GetString("NoCacheWorkerRoles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No clouds available.
+ ///
+ public static string NoCloudsAvailable
+ {
+ get
+ {
+ return ResourceManager.GetString("NoCloudsAvailable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to "There is no current context, please log in using Connect-AzAccount.".
+ ///
+ public static string NoCurrentContextForDataCmdlet
+ {
+ get
+ {
+ return ResourceManager.GetString("NoCurrentContextForDataCmdlet", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to nodejs.
+ ///
+ public static string NodeDirectory
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeDirectory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to node.
+ ///
+ public static string NodeEngineKey
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeEngineKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to node.exe.
+ ///
+ public static string NodeExe
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeExe", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to There is no default subscription set, please set a default subscription by running Set-AzureSubscription -Default <subscription name>.
+ ///
+ public static string NoDefaultSubscriptionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NoDefaultSubscriptionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft SDKs\Azure\Nodejs\Nov2011.
+ ///
+ public static string NodeModulesPath
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeModulesPath", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to nodejs.
+ ///
+ public static string NodeProgramFilesFolderName
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeProgramFilesFolderName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to node.
+ ///
+ public static string NodeRuntimeValue
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeRuntimeValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resources\Scaffolding\Node.
+ ///
+ public static string NodeScaffolding
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeScaffolding", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft.WindowsAzure.Commands.CloudService.ScaffoldingResources.Node.
+ ///
+ public static string NodeScaffoldingResources
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeScaffoldingResources", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Installing Node version {0} in Azure for Role '{1}' (the Node version locally installed is: {2}).
+ ///
+ public static string NodeVersionWarningText
+ {
+ get
+ {
+ return ResourceManager.GetString("NodeVersionWarningText", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No, I do not agree.
+ ///
+ public static string NoHint
+ {
+ get
+ {
+ return ResourceManager.GetString("NoHint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please connect to internet before executing this cmdlet.
+ ///
+ public static string NoInternetConnection
+ {
+ get
+ {
+ return ResourceManager.GetString("NoInternetConnection", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to <NONE>.
+ ///
+ public static string None
+ {
+ get
+ {
+ return ResourceManager.GetString("None", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No publish settings files with extension *.publishsettings are found in the directory "{0}"..
+ ///
+ public static string NoPublishSettingsFilesFoundMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NoPublishSettingsFilesFoundMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to There is no subscription associated with account {0}..
+ ///
+ public static string NoSubscriptionAddedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NoSubscriptionAddedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No subscriptions are associated with the logged in account in Azure Service Management (RDFE). This means that the logged in user is not an administrator or co-administrator for any account.\r\nDid you mean to execute Connect-AzAccount?.
+ ///
+ public static string NoSubscriptionFoundForTenant
+ {
+ get
+ {
+ return ResourceManager.GetString("NoSubscriptionFoundForTenant", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to '{0}' must be a cache worker role. Verify that it has proper cache worker role configuration..
+ ///
+ public static string NotCacheWorkerRole
+ {
+ get
+ {
+ return ResourceManager.GetString("NotCacheWorkerRole", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Certificate can't be null..
+ ///
+ public static string NullCertificateMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NullCertificateMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} could not be null or empty.
+ ///
+ public static string NullObjectMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NullObjectMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unable to add a null RoleSettings to {0}.
+ ///
+ public static string NullRoleSettingsMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NullRoleSettingsMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unable to add new role to null service definition.
+ ///
+ public static string NullServiceDefinitionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("NullServiceDefinitionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The request offer '{0}' is not found..
+ ///
+ public static string OfferNotFoundMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("OfferNotFoundMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Operation "{0}" failed on VM with ID: {1}.
+ ///
+ public static string OperationFailedErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("OperationFailedErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The REST operation failed with message '{0}' and error code '{1}'.
+ ///
+ public static string OperationFailedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("OperationFailedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Job Id {0} did not complete within expected time or it is in Failed/Canceled/Invalid state..
+ ///
+ public static string OperationTimedOutOrError
+ {
+ get
+ {
+ return ResourceManager.GetString("OperationTimedOutOrError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to package.
+ ///
+ public static string Package
+ {
+ get
+ {
+ return ResourceManager.GetString("Package", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Package is created at service root path {0}..
+ ///
+ public static string PackageCreated
+ {
+ get
+ {
+ return ResourceManager.GetString("PackageCreated", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {{
+ /// "author": "",
+ ///
+ /// "name": "{0}",
+ /// "version": "0.0.0",
+ /// "dependencies":{{}},
+ /// "devDependencies":{{}},
+ /// "optionalDependencies": {{}},
+ /// "engines": {{
+ /// "node": "*",
+ /// "iisnode": "*"
+ /// }}
+ ///
+ ///}}
+ ///.
+ ///
+ public static string PackageJsonDefaultFile
+ {
+ get
+ {
+ return ResourceManager.GetString("PackageJsonDefaultFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to package.json.
+ ///
+ public static string PackageJsonFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("PackageJsonFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Path {0} doesn't exist..
+ ///
+ public static string PathDoesNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("PathDoesNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Path for {0} doesn't exist in {1}..
+ ///
+ public static string PathDoesNotExistForElement
+ {
+ get
+ {
+ return ResourceManager.GetString("PathDoesNotExistForElement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A value for the Peer Asn has to be provided..
+ ///
+ public static string PeerAsnRequired
+ {
+ get
+ {
+ return ResourceManager.GetString("PeerAsnRequired", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 5.4.0.
+ ///
+ public static string PHPDefaultRuntimeVersion
+ {
+ get
+ {
+ return ResourceManager.GetString("PHPDefaultRuntimeVersion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to php.
+ ///
+ public static string PhpRuntimeValue
+ {
+ get
+ {
+ return ResourceManager.GetString("PhpRuntimeValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resources\Scaffolding\PHP.
+ ///
+ public static string PHPScaffolding
+ {
+ get
+ {
+ return ResourceManager.GetString("PHPScaffolding", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Microsoft.WindowsAzure.Commands.CloudService.ScaffoldingResources.PHP.
+ ///
+ public static string PHPScaffoldingResources
+ {
+ get
+ {
+ return ResourceManager.GetString("PHPScaffoldingResources", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Installing PHP version {0} for Role '{1}' (the PHP version locally installed is: {2}).
+ ///
+ public static string PHPVersionWarningText
+ {
+ get
+ {
+ return ResourceManager.GetString("PHPVersionWarningText", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You must create your first web site using the Microsoft Azure portal.
+ ///Please follow these steps in the portal:
+ ///1. At the bottom of the page, click on New > Web Site > Quick Create
+ ///2. Type {0} in the URL field
+ ///3. Click on "Create Web Site"
+ ///4. Once the site has been created, click on the site name
+ ///5. Click on "Set up Git publishing" or "Reset deployment credentials" and setup a publishing username and password. Use those credentials for all new websites you create..
+ ///
+ public static string PortalInstructions
+ {
+ get
+ {
+ return ResourceManager.GetString("PortalInstructions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 6. Back in the console window, rerun this command by typing "New-AzureWebsite <site name> -Git".
+ ///
+ public static string PortalInstructionsGit
+ {
+ get
+ {
+ return ResourceManager.GetString("PortalInstructionsGit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to This cmdlet is in preview. The functionality may not be available in the selected subscription.
+ ///
+ public static string PreviewCmdletMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PreviewCmdletMessage", resourceCulture);
+ }
+ }
+
+
+ ///
+ /// Looks up a localized string similar to A value for the Primary Peer Subnet has to be provided..
+ ///
+ public static string PrimaryPeerSubnetRequired
+ {
+ get
+ {
+ return ResourceManager.GetString("PrimaryPeerSubnetRequired", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Promotion code can be used only when updating to a new plan..
+ ///
+ public static string PromotionCodeWithCurrentPlanMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PromotionCodeWithCurrentPlanMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Service not published at user request..
+ ///
+ public static string PublishAbortedAtUserRequest
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishAbortedAtUserRequest", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Complete..
+ ///
+ public static string PublishCompleteMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishCompleteMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Connecting....
+ ///
+ public static string PublishConnectingMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishConnectingMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Created Deployment ID: {0}..
+ ///
+ public static string PublishCreatedDeploymentMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishCreatedDeploymentMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Created hosted service '{0}'..
+ ///
+ public static string PublishCreatedServiceMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishCreatedServiceMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Created Website URL: {0}..
+ ///
+ public static string PublishCreatedWebsiteMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishCreatedWebsiteMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Creating....
+ ///
+ public static string PublishCreatingServiceMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishCreatingServiceMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Initializing....
+ ///
+ public static string PublishInitializingMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishInitializingMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to busy.
+ ///
+ public static string PublishInstanceStatusBusy
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishInstanceStatusBusy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to creating the virtual machine.
+ ///
+ public static string PublishInstanceStatusCreating
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishInstanceStatusCreating", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Instance {0} of role {1} is {2}..
+ ///
+ public static string PublishInstanceStatusMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishInstanceStatusMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ready.
+ ///
+ public static string PublishInstanceStatusReady
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishInstanceStatusReady", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Preparing deployment for {0} with Subscription ID: {1}....
+ ///
+ public static string PublishPreparingDeploymentMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishPreparingDeploymentMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Publishing {0} to Microsoft Azure. This may take several minutes....
+ ///
+ public static string PublishServiceStartMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishServiceStartMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to publish settings.
+ ///
+ public static string PublishSettings
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishSettings", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Azure.
+ ///
+ public static string PublishSettingsElementName
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishSettingsElementName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to .PublishSettings.
+ ///
+ public static string PublishSettingsFileExtention
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishSettingsFileExtention", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to publishSettings.xml.
+ ///
+ public static string PublishSettingsFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishSettingsFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to &whr={0}.
+ ///
+ public static string PublishSettingsFileRealmFormat
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishSettingsFileRealmFormat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Publish settings imported.
+ ///
+ public static string PublishSettingsSetSuccessfully
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishSettingsSetSuccessfully", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AZURE_PUBLISHINGPROFILE_URL.
+ ///
+ public static string PublishSettingsUrlEnv
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishSettingsUrlEnv", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Starting....
+ ///
+ public static string PublishStartingMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishStartingMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Upgrading....
+ ///
+ public static string PublishUpgradingMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishUpgradingMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Uploading Package to storage service {0}....
+ ///
+ public static string PublishUploadingPackageMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishUploadingPackageMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Verifying storage account '{0}'....
+ ///
+ public static string PublishVerifyingStorageMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVerifyingStorageMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Path '{0}' not found..
+ ///
+ public static string PublishVMDscExtensionAdditionalContentPathNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionAdditionalContentPathNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Configuration published to {0}.
+ ///
+ public static string PublishVMDscExtensionArchiveUploadedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionArchiveUploadedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Copy '{0}' to '{1}'..
+ ///
+ public static string PublishVMDscExtensionCopyFileVerbose
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionCopyFileVerbose", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Copy the module '{0}' to '{1}'..
+ ///
+ public static string PublishVMDscExtensionCopyModuleVerbose
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionCopyModuleVerbose", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid configuration file: {0}.
+ ///The file needs to be a PowerShell script (.ps1 or .psm1)..
+ ///
+ public static string PublishVMDscExtensionCreateArchiveConfigFileInvalidExtension
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionCreateArchiveConfigFileInvalidExtension", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Deleted '{0}'.
+ ///
+ public static string PublishVMDscExtensionDeletedFileMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionDeletedFileMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot delete '{0}': {1}.
+ ///
+ public static string PublishVMDscExtensionDeleteErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionDeleteErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Path '{0}' not found..
+ ///
+ public static string PublishVMDscExtensionDirectoryNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionDirectoryNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot get module for DscResource '{0}'. Possible solutions:
+ ///1) Specify -ModuleName for Import-DscResource in your configuration.
+ ///2) Unblock module that contains resource.
+ ///3) Move Import-DscResource inside Node block.
+ ///.
+ ///
+ public static string PublishVMDscExtensionGetDscResourceFailed
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionGetDscResourceFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to List of required modules: [{0}]..
+ ///
+ public static string PublishVMDscExtensionRequiredModulesVerbose
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionRequiredModulesVerbose", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Your current PowerShell version {1} is less then required by this cmdlet {0}. Consider download and install latest PowerShell version..
+ ///
+ public static string PublishVMDscExtensionRequiredPsVersion
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionRequiredPsVersion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Configuration script '{0}' contained parse errors:
+ ///{1}.
+ ///
+ public static string PublishVMDscExtensionStorageParserErrors
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionStorageParserErrors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Temp folder '{0}' created..
+ ///
+ public static string PublishVMDscExtensionTempFolderVerbose
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionTempFolderVerbose", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid configuration file: {0}.
+ ///The file needs to be a PowerShell script (.ps1 or .psm1) or a ZIP archive (.zip)..
+ ///
+ public static string PublishVMDscExtensionUploadArchiveConfigFileInvalidExtension
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionUploadArchiveConfigFileInvalidExtension", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Configuration file '{0}' not found..
+ ///
+ public static string PublishVMDscExtensionUploadArchiveConfigFileNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("PublishVMDscExtensionUploadArchiveConfigFileNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Azure PowerShell collects usage data in order to improve your experience.
+ ///The data is anonymous and does not include commandline argument values.
+ ///The data is collected by Microsoft.
+ ///
+ ///Use the Disable-AzureDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the Azure module. To disable data collection: PS > Disable-AzureDataCollection.
+ ///Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can be found in the Azure module. To enable data collection: PS > Enab [rest of string was truncated]";.
+ ///
+ public static string RDFEDataCollectionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RDFEDataCollectionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Replace current deployment with '{0}' Id ?.
+ ///
+ public static string RedeployCommit
+ {
+ get
+ {
+ return ResourceManager.GetString("RedeployCommit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to regenerate key?.
+ ///
+ public static string RegenerateKeyWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RegenerateKeyWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Generate new key..
+ ///
+ public static string RegenerateKeyWhatIfMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RegenerateKeyWhatIfMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove account '{0}'?.
+ ///
+ public static string RemoveAccountConfirmation
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAccountConfirmation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing account.
+ ///
+ public static string RemoveAccountMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAccountMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove Add-On Confirmation.
+ ///
+ public static string RemoveAddOnConformation
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAddOnConformation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to If you delete this add-on, your data may be deleted and the operation may not be undone. You may have to purchase it again from the Microsoft Azure Store to use it. The price of the add-on may not be refunded. Are you sure you want to delete this add-on? Enter “Yes” to confirm..
+ ///
+ public static string RemoveAddOnMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAddOnMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove-AzureBGPPeering Operation failed..
+ ///
+ public static string RemoveAzureBGPPeeringFailed
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureBGPPeeringFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing Bgp Peering.
+ ///
+ public static string RemoveAzureBGPPeeringMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureBGPPeeringMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Successfully removed Azure Bgp Peering with Service Key {0}..
+ ///
+ public static string RemoveAzureBGPPeeringSucceeded
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureBGPPeeringSucceeded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the Bgp Peering with service key '{0}'?.
+ ///
+ public static string RemoveAzureBGPPeeringWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureBGPPeeringWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the Dedicated Circuit with service key '{0}'?.
+ ///
+ public static string RemoveAzureDedicatdCircuitWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatdCircuitWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove-AzureDedicatedCircuit Operation failed..
+ ///
+ public static string RemoveAzureDedicatedCircuitFailed
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatedCircuitFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove-AzureDedicatedCircuitLink Operation failed..
+ ///
+ public static string RemoveAzureDedicatedCircuitLinkFailed
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing Dedicated Circui Link.
+ ///
+ public static string RemoveAzureDedicatedCircuitLinkMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Successfully removed Azure Dedicated Circuit Link with Service Key {0} and Vnet Name {1}.
+ ///
+ public static string RemoveAzureDedicatedCircuitLinkSucceeded
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkSucceeded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the Dedicated Circuit Link with service key '{0}' and virtual network name '{1}'?.
+ ///
+ public static string RemoveAzureDedicatedCircuitLinkWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing Dedicated Circuit.
+ ///
+ public static string RemoveAzureDedicatedCircuitMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatedCircuitMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Successfully removed Azure Dedicated Circuit with Service Key {0}..
+ ///
+ public static string RemoveAzureDedicatedCircuitSucceeded
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureDedicatedCircuitSucceeded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing cloud service {0}....
+ ///
+ public static string RemoveAzureServiceWaitMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveAzureServiceWaitMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The default subscription is being removed. Use Select-AzureSubscription -Default <subscriptionName> to select a new default subscription..
+ ///
+ public static string RemoveDefaultSubscription
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveDefaultSubscription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing {0} deployment for {1} service.
+ ///
+ public static string RemoveDeploymentWaitMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveDeploymentWaitMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing an environment will remove all associated subscriptions and accounts. Are you sure you want to remove an environment '{0}'?.
+ ///
+ public static string RemoveEnvironmentConfirmation
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveEnvironmentConfirmation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing environment.
+ ///
+ public static string RemoveEnvironmentMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveEnvironmentMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing job collection.
+ ///
+ public static string RemoveJobCollectionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveJobCollectionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the job collection "{0}".
+ ///
+ public static string RemoveJobCollectionWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveJobCollectionWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing job.
+ ///
+ public static string RemoveJobMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveJobMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the job "{0}".
+ ///
+ public static string RemoveJobWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveJobWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the account?.
+ ///
+ public static string RemoveMediaAccountWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveMediaAccountWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Account removed..
+ ///
+ public static string RemoveMediaAccountWhatIfMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveMediaAccountWhatIfMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Internal Server Error. This could happen because the namespace does not exist or it does not exist under your subscription..
+ ///
+ public static string RemoveNamespaceErrorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveNamespaceErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing old package {0}....
+ ///
+ public static string RemovePackage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemovePackage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing the Azure profile will remove all associated environments, subscriptions, and accounts. Are you sure you want to remove the Azure profile?.
+ ///
+ public static string RemoveProfileConfirmation
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveProfileConfirmation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing the Azure profile.
+ ///
+ public static string RemoveProfileMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveProfileMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to delete the namespace '{0}'?.
+ ///
+ public static string RemoveServiceBusNamespaceConfirmation
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveServiceBusNamespaceConfirmation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove cloud service?.
+ ///
+ public static string RemoveServiceWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveServiceWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove cloud service and all it's deployments.
+ ///
+ public static string RemoveServiceWhatIfMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveServiceWhatIfMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove subscription '{0}'?.
+ ///
+ public static string RemoveSubscriptionConfirmation
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveSubscriptionConfirmation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing subscription.
+ ///
+ public static string RemoveSubscriptionMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveSubscriptionMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The endpoint {0} cannot be removed from profile {1} because it's not in the profile..
+ ///
+ public static string RemoveTrafficManagerEndpointMissing
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveTrafficManagerEndpointMissing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove-AzureTrafficManagerProfile Operation failed..
+ ///
+ public static string RemoveTrafficManagerProfileFailed
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveTrafficManagerProfileFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Successfully removed Traffic Manager profile with name {0}..
+ ///
+ public static string RemoveTrafficManagerProfileSucceeded
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveTrafficManagerProfileSucceeded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the Traffic Manager profile "{0}"?.
+ ///
+ public static string RemoveTrafficManagerProfileWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveTrafficManagerProfileWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to delete the VM '{0}'?.
+ ///
+ public static string RemoveVMConfirmationMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveVMConfirmationMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Deleting VM..
+ ///
+ public static string RemoveVMMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveVMMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing WebJob....
+ ///
+ public static string RemoveWebJobMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveWebJobMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove job '{0}'?.
+ ///
+ public static string RemoveWebJobWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveWebJobWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing website.
+ ///
+ public static string RemoveWebsiteMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveWebsiteMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the website "{0}".
+ ///
+ public static string RemoveWebsiteWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RemoveWebsiteWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing public environment is not supported..
+ ///
+ public static string RemovingDefaultEnvironmentsNotSupported
+ {
+ get
+ {
+ return ResourceManager.GetString("RemovingDefaultEnvironmentsNotSupported", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Deleting namespace.
+ ///
+ public static string RemovingNamespaceMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RemovingNamespaceMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Repository is not setup. You need to pass a valid site name..
+ ///
+ public static string RepositoryNotSetup
+ {
+ get
+ {
+ return ResourceManager.GetString("RepositoryNotSetup", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reserved IP with the Name:'{0}' will no longer be in use after the deployment is deleted, and it is still reserved for later use..
+ ///
+ public static string ReservedIPNameNoLongerInUseButStillBeingReserved
+ {
+ get
+ {
+ return ResourceManager.GetString("ReservedIPNameNoLongerInUseButStillBeingReserved", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resource with ID : {0} does not exist..
+ ///
+ public static string ResourceNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("ResourceNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restart.
+ ///
+ public static string Restart
+ {
+ get
+ {
+ return ResourceManager.GetString("Restart", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resume.
+ ///
+ public static string Resume
+ {
+ get
+ {
+ return ResourceManager.GetString("Resume", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to /role:{0};"{1}/{0}" .
+ ///
+ public static string RoleArgTemplate
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleArgTemplate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to bin.
+ ///
+ public static string RoleBinFolderName
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleBinFolderName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role {0} is {1}.
+ ///
+ public static string RoleInstanceWaitMsg
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleInstanceWaitMsg", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 20.
+ ///
+ public static string RoleMaxInstances
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleMaxInstances", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to role name.
+ ///
+ public static string RoleName
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided role name {0} doesn't exist.
+ ///
+ public static string RoleNotFoundMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleNotFoundMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RoleSettings.xml.
+ ///
+ public static string RoleSettingsTemplateFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleSettingsTemplateFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role type {0} doesn't exist.
+ ///
+ public static string RoleTypeDoesNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("RoleTypeDoesNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to public static Dictionary<string, Location> ReverseLocations { get; private set; }.
+ ///
+ public static string RuntimeDeploymentLocationError
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeDeploymentLocationError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Preparing runtime deployment for service '{0}'.
+ ///
+ public static string RuntimeDeploymentStart
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeDeploymentStart", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WARNING Runtime Mismatch: Are you sure that you want to publish service '{0}' using an Azure runtime version that does not match your local runtime version?.
+ ///
+ public static string RuntimeMismatchWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeMismatchWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RUNTIMEOVERRIDEURL.
+ ///
+ public static string RuntimeOverrideKey
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeOverrideKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to /runtimemanifest/runtimes/runtime.
+ ///
+ public static string RuntimeQuery
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeQuery", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RUNTIMEID.
+ ///
+ public static string RuntimeTypeKey
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeTypeKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RUNTIMEURL.
+ ///
+ public static string RuntimeUrlKey
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeUrlKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RUNTIMEVERSIONPRIMARYKEY.
+ ///
+ public static string RuntimeVersionPrimaryKey
+ {
+ get
+ {
+ return ResourceManager.GetString("RuntimeVersionPrimaryKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to scaffold.xml.
+ ///
+ public static string ScaffoldXml
+ {
+ get
+ {
+ return ResourceManager.GetString("ScaffoldXml", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid location entered. Pick one of the locations from Get-AzureSchedulerLocation.
+ ///
+ public static string SchedulerInvalidLocation
+ {
+ get
+ {
+ return ResourceManager.GetString("SchedulerInvalidLocation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A value for the Secondary Peer Subnet has to be provided..
+ ///
+ public static string SecondaryPeerSubnetRequired
+ {
+ get
+ {
+ return ResourceManager.GetString("SecondaryPeerSubnetRequired", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Service {0} already exists on disk in location {1}.
+ ///
+ public static string ServiceAlreadyExistsOnDisk
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceAlreadyExistsOnDisk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No ServiceBus authorization rule with the given characteristics was found.
+ ///
+ public static string ServiceBusAuthorizationRuleNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceBusAuthorizationRuleNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The service bus entity '{0}' is not found..
+ ///
+ public static string ServiceBusEntityTypeNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceBusEntityTypeNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Internal Server Error. This could happen due to an incorrect/missing namespace.
+ ///
+ public static string ServiceBusNamespaceMissingMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceBusNamespaceMissingMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to service configuration.
+ ///
+ public static string ServiceConfiguration
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceConfiguration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to service definition.
+ ///
+ public static string ServiceDefinition
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceDefinition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ServiceDefinition.csdef.
+ ///
+ public static string ServiceDefinitionFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceDefinitionFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0}Deploy.
+ ///
+ public static string ServiceDeploymentName
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceDeploymentName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The specified cloud service "{0}" does not exist..
+ ///
+ public static string ServiceDoesNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceDoesNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} slot for service {1} is in {2} state, please wait until it finish and update it's status.
+ ///
+ public static string ServiceIsInTransitionState
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceIsInTransitionState", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to "An exception occurred when calling the ServiceManagement API. HTTP Status Code: {0}. Service Management Error Code: {1}. Message: {2}. Operation Tracking ID: {3}.".
+ ///
+ public static string ServiceManagementClientExceptionStringFormat
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceManagementClientExceptionStringFormat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Begin Operation: {0}.
+ ///
+ public static string ServiceManagementExecuteClientActionBeginOperation
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceManagementExecuteClientActionBeginOperation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Completed Operation: {0}.
+ ///
+ public static string ServiceManagementExecuteClientActionCompletedOperation
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceManagementExecuteClientActionCompletedOperation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Begin Operation: {0}.
+ ///
+ public static string ServiceManagementExecuteClientActionInOCSBeginOperation
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceManagementExecuteClientActionInOCSBeginOperation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Completed Operation: {0}.
+ ///
+ public static string ServiceManagementExecuteClientActionInOCSCompletedOperation
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceManagementExecuteClientActionInOCSCompletedOperation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to service name.
+ ///
+ public static string ServiceName
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provided service name {0} already exists, please pick another name.
+ ///
+ public static string ServiceNameExists
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceNameExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please provide name for the hosted service.
+ ///
+ public static string ServiceNameMissingMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceNameMissingMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to service parent directory.
+ ///
+ public static string ServiceParentDirectory
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceParentDirectory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Service {0} removed successfully.
+ ///
+ public static string ServiceRemovedMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceRemovedMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to service directory.
+ ///
+ public static string ServiceRoot
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceRoot", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to service settings.
+ ///
+ public static string ServiceSettings
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceSettings", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The storage account name '{0}' is invalid. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only..
+ ///
+ public static string ServiceSettings_ValidateStorageAccountName_InvalidName
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceSettings_ValidateStorageAccountName_InvalidName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The {0} slot for cloud service {1} doesn't exist..
+ ///
+ public static string ServiceSlotDoesNotExist
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceSlotDoesNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} slot for service {1} is {2}.
+ ///
+ public static string ServiceStatusChanged
+ {
+ get
+ {
+ return ResourceManager.GetString("ServiceStatusChanged", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set Add-On Confirmation.
+ ///
+ public static string SetAddOnConformation
+ {
+ get
+ {
+ return ResourceManager.GetString("SetAddOnConformation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Profile {0} does not contain endpoint {1}. Adding it..
+ ///
+ public static string SetInexistentTrafficManagerEndpointMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("SetInexistentTrafficManagerEndpointMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Note - You will be charged the amount for the new plan, without being refunded for time remaining
+ ///in the existing plan.
+ ///By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+ ///for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+ ///agree to the {2}'s terms of user and privacy statement at {0} and (c) agree to sharing my
+ ///contact information with {2}..
+ ///
+ public static string SetMicrosoftAddOnMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("SetMicrosoftAddOnMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Note - You will be charged the amount for the new plan, without being refunded for time remaining
+ ///in the existing plan.
+ ///By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+ ///for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+ ///acknowledge the offering is provided by {2}, not Microsoft, and agree to {2}'s terms of
+ ///use and privacy statement at <url> and (c) agree to sharing my contact information with {2}..
+ ///
+ public static string SetNonMicrosoftAddOnMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("SetNonMicrosoftAddOnMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Role {0} instances are set to {1}.
+ ///
+ public static string SetRoleInstancesMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("SetRoleInstancesMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {"Slot":"","Location":"","Subscription":"","StorageAccountName":""}.
+ ///
+ public static string SettingsFileEmptyContent
+ {
+ get
+ {
+ return ResourceManager.GetString("SettingsFileEmptyContent", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deploymentSettings.json.
+ ///
+ public static string SettingsFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("SettingsFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Insufficient parameters passed to create a new endpoint..
+ ///
+ public static string SetTrafficManagerEndpointNeedsParameters
+ {
+ get
+ {
+ return ResourceManager.GetString("SetTrafficManagerEndpointNeedsParameters", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ambiguous operation: the profile name specified doesn't match the name of the profile object..
+ ///
+ public static string SetTrafficManagerProfileAmbiguous
+ {
+ get
+ {
+ return ResourceManager.GetString("SetTrafficManagerProfileAmbiguous", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please execute the cmdlet again and include the 'Force' parameter, if available, to avoid unnecessary prompts..
+ ///
+ public static string ShouldContinueFail
+ {
+ get
+ {
+ return ResourceManager.GetString("ShouldContinueFail", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Confirm.
+ ///
+ public static string ShouldProcessCaption
+ {
+ get
+ {
+ return ResourceManager.GetString("ShouldProcessCaption", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please execute the cmdlet again and omit the 'Confirm' parameter when using the 'AsJob' parameter..
+ ///
+ public static string ShouldProcessFailConfirm
+ {
+ get
+ {
+ return ResourceManager.GetString("ShouldProcessFailConfirm", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please increase the user $ConfirmPreference setting, or include turn off confirmation using '-Confirm:$false' when using the 'AsJob' parameter and execute the cmdet again..
+ ///
+ public static string ShouldProcessFailImpact
+ {
+ get
+ {
+ return ResourceManager.GetString("ShouldProcessFailImpact", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please execute the cmdlet again and omit the 'WhatIf' parameter when using the 'AsJob' parameter..
+ ///
+ public static string ShouldProcessFailWhatIf
+ {
+ get
+ {
+ return ResourceManager.GetString("ShouldProcessFailWhatIf", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Shutdown.
+ ///
+ public static string Shutdown
+ {
+ get
+ {
+ return ResourceManager.GetString("Shutdown", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to /sites:{0};{1};"{2}/{0}" .
+ ///
+ public static string SitesArgTemplate
+ {
+ get
+ {
+ return ResourceManager.GetString("SitesArgTemplate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 1000.
+ ///
+ public static string StandardRetryDelayInMs
+ {
+ get
+ {
+ return ResourceManager.GetString("StandardRetryDelayInMs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start.
+ ///
+ public static string Start
+ {
+ get
+ {
+ return ResourceManager.GetString("Start", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Started.
+ ///
+ public static string StartedEmulator
+ {
+ get
+ {
+ return ResourceManager.GetString("StartedEmulator", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Starting Emulator....
+ ///
+ public static string StartingEmulator
+ {
+ get
+ {
+ return ResourceManager.GetString("StartingEmulator", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to start.
+ ///
+ public static string StartStorageEmulatorCommandArgument
+ {
+ get
+ {
+ return ResourceManager.GetString("StartStorageEmulatorCommandArgument", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop.
+ ///
+ public static string Stop
+ {
+ get
+ {
+ return ResourceManager.GetString("Stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stopping emulator....
+ ///
+ public static string StopEmulatorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("StopEmulatorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stopped.
+ ///
+ public static string StoppedEmulatorMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("StoppedEmulatorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to stop.
+ ///
+ public static string StopStorageEmulatorCommandArgument
+ {
+ get
+ {
+ return ResourceManager.GetString("StopStorageEmulatorCommandArgument", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Account Name:.
+ ///
+ public static string StorageAccountName
+ {
+ get
+ {
+ return ResourceManager.GetString("StorageAccountName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot find storage account '{0}' please type the name of an existing storage account..
+ ///
+ public static string StorageAccountNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("StorageAccountNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AzureStorageEmulator.exe.
+ ///
+ public static string StorageEmulatorExe
+ {
+ get
+ {
+ return ResourceManager.GetString("StorageEmulatorExe", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InstallPath.
+ ///
+ public static string StorageEmulatorInstallPathRegistryKeyValue
+ {
+ get
+ {
+ return ResourceManager.GetString("StorageEmulatorInstallPathRegistryKeyValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SOFTWARE\Microsoft\Windows Azure Storage Emulator.
+ ///
+ public static string StorageEmulatorRegistryKey
+ {
+ get
+ {
+ return ResourceManager.GetString("StorageEmulatorRegistryKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Primary Key:.
+ ///
+ public static string StoragePrimaryKey
+ {
+ get
+ {
+ return ResourceManager.GetString("StoragePrimaryKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Secondary Key:.
+ ///
+ public static string StorageSecondaryKey
+ {
+ get
+ {
+ return ResourceManager.GetString("StorageSecondaryKey", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The subscription named {0} already exists..
+ ///
+ public static string SubscriptionAlreadyExists
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionAlreadyExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The SubscriptionDataFile parameter is deprecated. This parameter will be removed in a future release. See https://github.com/Azure/azure-powershell/wiki/Proposed-Design-Stateless-Azure-Profile for a description of the upcoming mechanism for providing alternate sources of subscription information..
+ ///
+ public static string SubscriptionDataFileDeprecated
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionDataFileDeprecated", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DefaultSubscriptionData.xml.
+ ///
+ public static string SubscriptionDataFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionDataFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The subscription data file {0} does not exist..
+ ///
+ public static string SubscriptionDataFileNotFound
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionDataFileNotFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The subscription id {0} doesn't exist..
+ ///
+ public static string SubscriptionIdNotFoundMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionIdNotFoundMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Subscription must not be null.
+ ///
+ public static string SubscriptionMustNotBeNull
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionMustNotBeNull", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Subscription name needs to be specified..
+ ///
+ public static string SubscriptionNameNeedsToBeSpecified
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionNameNeedsToBeSpecified", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The subscription name {0} doesn't exist..
+ ///
+ public static string SubscriptionNameNotFoundMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionNameNotFoundMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Subscription needs to be specified..
+ ///
+ public static string SubscriptionNeedsToBeSpecified
+ {
+ get
+ {
+ return ResourceManager.GetString("SubscriptionNeedsToBeSpecified", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Suspend.
+ ///
+ public static string Suspend
+ {
+ get
+ {
+ return ResourceManager.GetString("Suspend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Swapping website production slot ....
+ ///
+ public static string SwappingWebsite
+ {
+ get
+ {
+ return ResourceManager.GetString("SwappingWebsite", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to swap the website '{0}' production slot with slot '{1}'?.
+ ///
+ public static string SwapWebsiteSlotWarning
+ {
+ get
+ {
+ return ResourceManager.GetString("SwapWebsiteSlotWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The Switch-AzureMode cmdlet is deprecated and will be removed in a future release..
+ ///
+ public static string SwitchAzureModeDeprecated
+ {
+ get
+ {
+ return ResourceManager.GetString("SwitchAzureModeDeprecated", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: Starting cmdlet execution, setting for cmdlet confirmation required: '{0}'.
+ ///
+ public static string TraceBeginLROJob
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceBeginLROJob", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: Blocking job for ShouldMethod '{0}'.
+ ///
+ public static string TraceBlockLROThread
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceBlockLROThread", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: Completing cmdlet execution in RunJob.
+ ///
+ public static string TraceEndLROJob
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceEndLROJob", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: State change from '{0}' to '{1}' because '{2}'.
+ ///
+ public static string TraceHandleLROStateChange
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceHandleLROStateChange", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: Unblocking job due to stoppage or failure.
+ ///
+ public static string TraceHandlerCancelJob
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceHandlerCancelJob", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: Unblocking job that was previously blocked..
+ ///
+ public static string TraceHandlerUnblockJob
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceHandlerUnblockJob", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: Error in cmdlet execution.
+ ///
+ public static string TraceLROJobException
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceLROJobException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: Removing state changed event handler, exception '{0}'.
+ ///
+ public static string TraceRemoveLROEventHandler
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceRemoveLROEventHandler", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [AzureLongRunningJob]: ShouldMethod '{0}' unblocked..
+ ///
+ public static string TraceUnblockLROThread
+ {
+ get
+ {
+ return ResourceManager.GetString("TraceUnblockLROThread", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unable to decode string from base 64. Please make sure the string is correctly encoded: {0}..
+ ///
+ public static string UnableToDecodeBase64String
+ {
+ get
+ {
+ return ResourceManager.GetString("UnableToDecodeBase64String", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unable to update mismatching Json structured: {0} {1}..
+ ///
+ public static string UnableToPatchJson
+ {
+ get
+ {
+ return ResourceManager.GetString("UnableToPatchJson", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The provider {0} is unknown..
+ ///
+ public static string UnknownProviderMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("UnknownProviderMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update.
+ ///
+ public static string Update
+ {
+ get
+ {
+ return ResourceManager.GetString("Update", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Updated settings for subscription '{0}'. Current subscription is '{1}'..
+ ///
+ public static string UpdatedSettings
+ {
+ get
+ {
+ return ResourceManager.GetString("UpdatedSettings", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User name is not valid..
+ ///
+ public static string UserNameIsNotValid
+ {
+ get
+ {
+ return ResourceManager.GetString("UserNameIsNotValid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User name needs to be specified..
+ ///
+ public static string UserNameNeedsToBeSpecified
+ {
+ get
+ {
+ return ResourceManager.GetString("UserNameNeedsToBeSpecified", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A value for the VLan Id has to be provided..
+ ///
+ public static string VlanIdRequired
+ {
+ get
+ {
+ return ResourceManager.GetString("VlanIdRequired", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please wait....
+ ///
+ public static string WaitMessage
+ {
+ get
+ {
+ return ResourceManager.GetString("WaitMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The azure storage emulator is not installed, skip launching....
+ ///
+ public static string WarningWhenStorageEmulatorIsMissing
+ {
+ get
+ {
+ return ResourceManager.GetString("WarningWhenStorageEmulatorIsMissing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Web.cloud.config.
+ ///
+ public static string WebCloudConfig
+ {
+ get
+ {
+ return ResourceManager.GetString("WebCloudConfig", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to web.config.
+ ///
+ public static string WebConfigTemplateFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("WebConfigTemplateFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MSDeploy.
+ ///
+ public static string WebDeployKeywordInWebSitePublishProfile
+ {
+ get
+ {
+ return ResourceManager.GetString("WebDeployKeywordInWebSitePublishProfile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot build the project successfully. Please see logs in {0}..
+ ///
+ public static string WebProjectBuildFailTemplate
+ {
+ get
+ {
+ return ResourceManager.GetString("WebProjectBuildFailTemplate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WebRole.
+ ///
+ public static string WebRole
+ {
+ get
+ {
+ return ResourceManager.GetString("WebRole", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to setup_web.cmd > log.txt.
+ ///
+ public static string WebRoleStartupTaskCommandLine
+ {
+ get
+ {
+ return ResourceManager.GetString("WebRoleStartupTaskCommandLine", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WebRole.xml.
+ ///
+ public static string WebRoleTemplateFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("WebRoleTemplateFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WebSite with given name {0} already exists in the specified Subscription and Webspace..
+ ///
+ public static string WebsiteAlreadyExists
+ {
+ get
+ {
+ return ResourceManager.GetString("WebsiteAlreadyExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WebSite with given name {0} already exists in the specified Subscription and Location..
+ ///
+ public static string WebsiteAlreadyExistsReplacement
+ {
+ get
+ {
+ return ResourceManager.GetString("WebsiteAlreadyExistsReplacement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Site {0} already has repository created for it..
+ ///
+ public static string WebsiteRepositoryAlreadyExists
+ {
+ get
+ {
+ return ResourceManager.GetString("WebsiteRepositoryAlreadyExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Workspaces/WebsiteExtension/Website/{0}/dashboard/.
+ ///
+ public static string WebsiteSufixUrl
+ {
+ get
+ {
+ return ResourceManager.GetString("WebsiteSufixUrl", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to https://{0}/msdeploy.axd?site={1}.
+ ///
+ public static string WebSiteWebDeployUriTemplate
+ {
+ get
+ {
+ return ResourceManager.GetString("WebSiteWebDeployUriTemplate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WorkerRole.
+ ///
+ public static string WorkerRole
+ {
+ get
+ {
+ return ResourceManager.GetString("WorkerRole", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to setup_worker.cmd > log.txt.
+ ///
+ public static string WorkerRoleStartupTaskCommandLine
+ {
+ get
+ {
+ return ResourceManager.GetString("WorkerRoleStartupTaskCommandLine", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WorkerRole.xml.
+ ///
+ public static string WorkerRoleTemplateFileName
+ {
+ get
+ {
+ return ResourceManager.GetString("WorkerRoleTemplateFileName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to (x86).
+ ///
+ public static string x86InProgramFiles
+ {
+ get
+ {
+ return ResourceManager.GetString("x86InProgramFiles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Yes.
+ ///
+ public static string Yes
+ {
+ get
+ {
+ return ResourceManager.GetString("Yes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Yes, I agree.
+ ///
+ public static string YesHint
+ {
+ get
+ {
+ return ResourceManager.GetString("YesHint", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/src/CloudService/generated/runtime/Properties/Resources.resx b/src/CloudService/generated/runtime/Properties/Resources.resx
new file mode 100644
index 000000000000..598cd53e958a
--- /dev/null
+++ b/src/CloudService/generated/runtime/Properties/Resources.resx
@@ -0,0 +1,1741 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ The remote server returned an error: (401) Unauthorized.
+
+
+ Account "{0}" has been added.
+
+
+ To switch to a different subscription, please use Select-AzureSubscription.
+
+
+ Subscription "{0}" is selected as the default subscription.
+
+
+ To view all the subscriptions, please use Get-AzureSubscription.
+
+
+ Add-On {0} is created successfully.
+
+
+ Add-on name {0} is already used.
+
+
+ Add-On {0} not found.
+
+
+ Add-on {0} is removed successfully.
+
+
+ Add-On {0} is updated successfully.
+
+
+ Role has been created at {0}\{1}.
+
+
+ Role has been created at {0}\{1}. For easy access to Microsoft Azure services from your application code, install the Microsoft Azure client library for Node.js by running ‘npm install azure’.
+
+
+ Role has been created at {0}\{1}. For easy access to Microsoft Azure services from your application code, install the Microsoft Azure client library for PHP by running "pear WindowsAzure/WindowsAzure".
+
+
+ Unable to set role permissions. Please give the 'Network Service' user 'Read & execute' and 'Modify' permissions to the role folder, or run PowerShell as an Administrator
+
+
+ A role name '{0}' already exists
+
+
+ Windows Azure Powershell\
+
+
+ https://manage.windowsazure.com
+
+
+ AZURE_PORTAL_URL
+
+
+ Azure SDK\{0}\
+
+
+ Base Uri was empty.
+ WAPackIaaS
+
+
+ {0} begin processing without ParameterSet.
+
+
+ {0} begin processing with ParameterSet '{1}'.
+
+
+ Blob with the name {0} already exists in the account.
+
+
+ https://{0}.blob.core.windows.net/
+
+
+ AZURE_BLOBSTORAGE_TEMPLATE
+
+
+ CACHERUNTIMEURL
+
+
+ cache
+
+
+ CacheRuntimeVersion
+
+
+ Installing caching version {0} for Role '{1}' (the caching version locally installed is: {2})
+
+
+ Cannot find {0} with name {1}.
+
+
+ Deployment for service {0} with {1} slot doesn't exist
+
+
+ Can't find valid Microsoft Azure role in current directory {0}
+
+
+ service {0} configuration file (ServiceConfiguration.Cloud.cscfg) is either null or doesn't exist
+
+
+ Invalid service path! Cannot locate ServiceDefinition.csdef in current folder or parent folders.
+
+
+ The subscription named {0} with id {1} is not currently imported. You must import this subscription before it can be updated.
+
+
+ ManagementCertificate
+
+
+ certificate.pfx
+
+
+ Certificate imported into CurrentUser\My\{0}
+
+
+ Your account does not have access to the private key for certificate {0}
+
+
+ {0} {1} deployment for {2} service
+
+
+ Cloud service {0} is in {1} state.
+
+
+ Changing/Removing public environment '{0}' is not allowed.
+
+
+ Service {0} is set to value {1}
+
+
+ Choose which publish settings file to use:
+
+
+ Microsoft.WindowsAzure.Plugins.Caching.ClientDiagnosticLevel
+
+
+ 1
+
+
+ cloud_package.cspkg
+
+
+ ServiceConfiguration.Cloud.cscfg
+
+
+ Add-ons for {0}
+
+
+ Communication could not be established. This could be due to an invalid subscription ID. Note that subscription IDs are case sensitive.
+
+
+ Complete
+
+
+ config.json
+
+
+ VirtualMachine creation failed.
+ WAPackIaaS
+
+
+ Creating the website failed. If this is the first website for this subscription, please create it using the management portal instead.
+
+
+ Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core
+
+
+ //blobcontainer[@datacenter='{0}']
+
+
+ Setting: {0} as the default and current subscription. To view other subscriptions use Get-AzureSubscription
+
+
+ none
+
+
+ There are no hostnames which could be used for validation.
+
+
+ 8080
+
+
+ 1000
+
+
+ Auto
+
+
+ 80
+
+
+ Delete
+ WAPackIaaS
+
+
+ The {0} slot for service {1} is already in {2} state
+
+
+ The deployment in {0} slot for service {1} is removed
+
+
+ Microsoft.WindowsAzure.Plugins.Caching.DiagnosticLevel
+
+
+ 1
+
+
+ The key to add already exists in the dictionary.
+
+
+ The array index cannot be less than zero.
+
+
+ The supplied array does not have enough room to contain the copied elements.
+
+
+ The provided dns {0} doesn't exist
+
+
+ Microsoft Azure Certificate
+
+
+ Endpoint can't be retrieved for storage account
+
+
+ {0} end processing.
+
+
+ To use Active Directory authentication, you must configure the ActiveDirectoryEndpoint, ActiveDirectoryTenantId, and ActiveDirectorServiceEndpointResourceId for environment of '{0}'. You can configure these properties for this environment using the Set-AzureEnvironment cmdlet.
+
+
+ The environment '{0}' already exists.
+
+
+ environments.xml
+
+
+ Error creating VirtualMachine
+ WAPackIaaS
+
+
+ Unable to download available runtimes for location '{0}'
+
+
+ Error updating VirtualMachine
+ WAPackIaaS
+
+
+ Job Id {0} failed. Error: {1}, ExceptionDetails: {2}
+ WAPackIaaS
+
+
+ The HTTP request was forbidden with client authentication scheme 'Anonymous'.
+
+
+ This add-on requires you to purchase the first instance through the Microsoft Azure Portal. Subsequent purchases can be performed through PowerShell.
+
+
+ Operation Status:
+
+
+ Resources\Scaffolding\General
+
+
+ Getting all available Microsoft Azure Add-Ons, this may take few minutes...
+
+
+ Name{0}Primary Key{0}Seconday Key
+
+
+ Git not found. Please install git and place it in your command line path.
+
+
+ Could not find publish settings. Please run Import-AzurePublishSettingsFile.
+
+
+ iisnode.dll
+
+
+ iisnode
+
+
+ iisnode-dev\\release\\x64
+
+
+ iisnode
+
+
+ Installing IISNode version {0} in Azure for WebRole '{1}' (the version locally installed is: {2})
+
+
+ Internal Server Error
+
+
+ Cannot enable memcach protocol on a cache worker role {0}.
+
+
+ Invalid certificate format.
+
+
+ The provided configuration path is invalid or doesn't exist
+
+
+ The country name is invalid, please use a valid two character country code, as described in ISO 3166-1 alpha-2.
+
+
+ Deployment with {0} does not exist
+
+
+ The deployment slot name {0} is invalid. Slot name must be either "Staging" or "Production".
+
+
+ Invalid service endpoint.
+
+
+ File {0} has invalid characters
+
+
+ You must create your git publishing credentials using the Microsoft Azure portal.
+Please follow these steps in the portal:
+1. On the left side open "Web Sites"
+2. Click on any website
+3. Choose "Setup Git Publishing" or "Reset deployment credentials"
+4. Back in the PowerShell window, rerun this command by typing "New-AzureWebSite {site name} -Git -PublishingUsername {username}
+
+
+ The value {0} provided is not a valid GUID. Please provide a valid GUID.
+
+
+ The specified hostname does not exist. Please specify a valid hostname for the site.
+
+
+ Role {0} instances must be greater than or equal 0 and less than or equal 20
+
+
+ There was an error creating your webjob. Please make sure that the script is in the root folder of the zip file.
+
+
+ Could not download a valid runtime manifest, Please check your internet connection and try again.
+
+
+ The account {0} was not found. Please specify a valid account name.
+
+
+ The provided name "{0}" does not match the service bus namespace naming rules.
+
+
+ Value cannot be null. Parameter name: '{0}'
+
+
+ The provided package path is invalid or doesn't exist
+
+
+ '{0}' is an invalid parameter set name.
+
+
+ {0} doesn't exist in {1} or you've not passed valid value for it
+
+
+ Path {0} has invalid characters
+
+
+ The provided publish settings file {0} has invalid content. Please get valid by running cmdlet Get-AzurePublishSettingsFile
+
+
+ The provided role name "{0}" has invalid characters
+
+
+ A valid name for the service root folder is required
+
+
+ {0} is not a recognized runtime type
+
+
+ A valid language is required
+
+
+ No subscription is currently selected. Use Select-Subscription to activate a subscription.
+
+
+ The provided location "{0}" does not exist in the available locations use Get-AzureSBLocation for listing available locations.
+
+
+ Please provide a service name or run this command from inside a service project directory.
+
+
+ You must provide valid value for {0}
+
+
+ settings.json is invalid or doesn't exist
+
+
+ The subscription named '{0}' cannot be found. Use Set-AzureSubscription to initialize the subscription data.
+
+
+ The provided subscription id {0} is not valid
+
+
+ A valid subscription name is required. This can be provided using the -Subscription parameter or by setting the subscription via the Set-AzureSubscription cmdlet
+
+
+ The provided subscriptions file {0} has invalid content.
+
+
+ Role {0} VM size should be ExtraSmall, Small, Medium, Large or ExtraLarge.
+
+
+ The web job file must have *.zip extension
+
+
+ Singleton option works for continuous jobs only.
+
+
+ The website {0} was not found. Please specify a valid website name.
+
+
+ No job for id: {0} was found.
+ WAPackIaaS
+
+
+ engines
+
+
+ Scaffolding for this language is not yet supported
+
+
+ Link already established
+
+
+ local_package.csx
+
+
+ ServiceConfiguration.Local.cscfg
+
+
+ Looking for {0} deployment for {1} cloud service...
+
+
+ Looking for cloud service {0}...
+
+
+ managementCertificate.pem
+
+
+ ?whr={0}
+
+
+ //baseuri
+
+
+ uri
+
+
+ http://az413943.vo.msecnd.net/node/runtimemanifest_0.7.5.2.xml
+
+
+ Multiple Add-Ons found holding name {0}
+
+
+ Multiple possible publishing users. Please go to the Portal and use the listed deployment user, or click 'set/reset deployment credentials' to set up a new user account, then reurn this cmdlet and specify PublishingUsername.
+
+
+ The first publish settings file "{0}" is used. If you want to use another file specify the file name.
+
+
+ Microsoft.WindowsAzure.Plugins.Caching.NamedCaches
+
+
+ {"caches":[{"name":"default","policy":{"eviction":{"type":0},"expiration":{"defaultTTL":10,"isExpirable":true,"type":1},"serverNotification":{"isEnabled":false}},"secondaries":0}]}
+
+
+ A publishing username is required. Please specify one using the argument PublishingUsername.
+
+
+ New Add-On Confirmation
+
+
+ By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+agree to the {2}'s terms of user and privacy statement at {0} and (c) agree to sharing my
+contact information with {2}.
+
+
+ Internal Server Error. This could happen because the namespace name is already used or due to an incorrect location name. Use Get-AzureSBLocation cmdlet to list valid names.
+
+
+ By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+acknowledge the offering is provided by {2}, not Microsoft, and agree to {2}'s terms of
+use and privacy statement at {0} and (c) agree to sharing my contact information with {2}.
+
+
+ Service has been created at {0}
+
+
+ No
+
+
+ There is no access token cached for subscription {0}, user id {1}. Use the Add-AzureAccount cmdlet to log in again and get a token for this subscription.
+
+
+ The service does not have any cache worker roles, add one first by running cmdlet Add-AzureCacheWorkerRole.
+
+
+ No clouds available
+ WAPackIaaS
+
+
+ nodejs
+
+
+ node
+
+
+ node.exe
+
+
+ There is no default subscription set, please set a default subscription by running Set-AzureSubscription -Default <subscription name>
+
+
+ Microsoft SDKs\Azure\Nodejs\Nov2011
+
+
+ nodejs
+
+
+ node
+
+
+ Resources\Scaffolding\Node
+
+
+ Microsoft.WindowsAzure.Commands.CloudService.ScaffoldingResources.Node
+
+
+ Installing Node version {0} in Azure for Role '{1}' (the Node version locally installed is: {2})
+
+
+ No, I do not agree
+
+
+ No publish settings files with extension *.publishsettings are found in the directory "{0}".
+
+
+ '{0}' must be a cache worker role. Verify that it has proper cache worker role configuration.
+
+
+ Certificate can't be null.
+
+
+ {0} could not be null or empty
+
+
+ Unable to add a null RoleSettings to {0}
+
+
+ Unable to add new role to null service definition
+
+
+ The request offer '{0}' is not found.
+
+
+ Operation "{0}" failed on VM with ID: {1}
+ WAPackIaaS
+
+
+ The REST operation failed with message '{0}' and error code '{1}'
+
+
+ Job Id {0} did not complete within expected time or it is in Failed/Canceled/Invalid state.
+ WAPackIaaS
+
+
+ package
+
+
+ Package is created at service root path {0}.
+
+
+ {{
+ "author": "",
+
+ "name": "{0}",
+ "version": "0.0.0",
+ "dependencies":{{}},
+ "devDependencies":{{}},
+ "optionalDependencies": {{}},
+ "engines": {{
+ "node": "*",
+ "iisnode": "*"
+ }}
+
+}}
+
+
+
+ package.json
+
+
+ A value for the Peer Asn has to be provided.
+
+
+ 5.4.0
+
+
+ php
+
+
+ Resources\Scaffolding\PHP
+
+
+ Microsoft.WindowsAzure.Commands.CloudService.ScaffoldingResources.PHP
+
+
+ Installing PHP version {0} for Role '{1}' (the PHP version locally installed is: {2})
+
+
+ You must create your first web site using the Microsoft Azure portal.
+Please follow these steps in the portal:
+1. At the bottom of the page, click on New > Web Site > Quick Create
+2. Type {0} in the URL field
+3. Click on "Create Web Site"
+4. Once the site has been created, click on the site name
+5. Click on "Set up Git publishing" or "Reset deployment credentials" and setup a publishing username and password. Use those credentials for all new websites you create.
+
+
+ 6. Back in the console window, rerun this command by typing "New-AzureWebsite <site name> -Git"
+
+
+ A value for the Primary Peer Subnet has to be provided.
+
+
+ Promotion code can be used only when updating to a new plan.
+
+
+ Service not published at user request.
+
+
+ Complete.
+
+
+ Connecting...
+
+
+ Created Deployment ID: {0}.
+
+
+ Created hosted service '{0}'.
+
+
+ Created Website URL: {0}.
+
+
+ Creating...
+
+
+ Initializing...
+
+
+ busy
+
+
+ creating the virtual machine
+
+
+ Instance {0} of role {1} is {2}.
+
+
+ ready
+
+
+ Preparing deployment for {0} with Subscription ID: {1}...
+
+
+ Publishing {0} to Microsoft Azure. This may take several minutes...
+
+
+ publish settings
+
+
+ Azure
+
+
+ .PublishSettings
+
+
+ publishSettings.xml
+
+
+ Publish settings imported
+
+
+ AZURE_PUBLISHINGPROFILE_URL
+
+
+ Starting...
+
+
+ Upgrading...
+
+
+ Uploading Package to storage service {0}...
+
+
+ Verifying storage account '{0}'...
+
+
+ Replace current deployment with '{0}' Id ?
+
+
+ Are you sure you want to regenerate key?
+
+
+ Generate new key.
+
+
+ Are you sure you want to remove account '{0}'?
+
+
+ Removing account
+
+
+ Remove Add-On Confirmation
+
+
+ If you delete this add-on, your data may be deleted and the operation may not be undone. You may have to purchase it again from the Microsoft Azure Store to use it. The price of the add-on may not be refunded. Are you sure you want to delete this add-on? Enter “Yes” to confirm.
+
+
+ Remove-AzureBGPPeering Operation failed.
+
+
+ Removing Bgp Peering
+
+
+ Successfully removed Azure Bgp Peering with Service Key {0}.
+
+
+ Are you sure you want to remove the Bgp Peering with service key '{0}'?
+
+
+ Are you sure you want to remove the Dedicated Circuit with service key '{0}'?
+
+
+ Remove-AzureDedicatedCircuit Operation failed.
+
+
+ Remove-AzureDedicatedCircuitLink Operation failed.
+
+
+ Removing Dedicated Circui Link
+
+
+ Successfully removed Azure Dedicated Circuit Link with Service Key {0} and Vnet Name {1}
+
+
+ Are you sure you want to remove the Dedicated Circuit Link with service key '{0}' and virtual network name '{1}'?
+
+
+ Removing Dedicated Circuit
+
+
+ Successfully removed Azure Dedicated Circuit with Service Key {0}.
+
+
+ Removing cloud service {0}...
+
+
+ Removing {0} deployment for {1} service
+
+
+ Removing job collection
+
+
+ Are you sure you want to remove the job collection "{0}"
+
+
+ Removing job
+
+
+ Are you sure you want to remove the job "{0}"
+
+
+ Are you sure you want to remove the account?
+
+
+ Account removed.
+
+
+ Internal Server Error. This could happen because the namespace does not exist or it does not exist under your subscription.
+
+
+ Removing old package {0}...
+
+
+ Are you sure you want to delete the namespace '{0}'?
+
+
+ Are you sure you want to remove cloud service?
+
+
+ Remove cloud service and all it's deployments
+
+
+ Are you sure you want to remove subscription '{0}'?
+
+
+ Removing subscription
+
+
+ Are you sure you want to delete the VM '{0}'?
+
+
+ Deleting VM.
+
+
+ Removing WebJob...
+
+
+ Are you sure you want to remove job '{0}'?
+
+
+ Removing website
+
+
+ Are you sure you want to remove the website "{0}"
+
+
+ Deleting namespace
+
+
+ Repository is not setup. You need to pass a valid site name.
+
+
+ Reserved IP with the Name:'{0}' will no longer be in use after the deployment is deleted, and it is still reserved for later use.
+
+
+ Resource with ID : {0} does not exist.
+ WAPackIaaS
+
+
+ Restart
+ WAPackIaaS
+
+
+ Resume
+ WAPackIaaS
+
+
+ /role:{0};"{1}/{0}"
+
+
+ bin
+
+
+ Role {0} is {1}
+
+
+ 20
+
+
+ role name
+
+
+ The provided role name {0} doesn't exist
+
+
+ RoleSettings.xml
+
+
+ Role type {0} doesn't exist
+
+
+ public static Dictionary<string, Location> ReverseLocations { get; private set; }
+
+
+ Preparing runtime deployment for service '{0}'
+
+
+ WARNING Runtime Mismatch: Are you sure that you want to publish service '{0}' using an Azure runtime version that does not match your local runtime version?
+
+
+ RUNTIMEOVERRIDEURL
+
+
+ /runtimemanifest/runtimes/runtime
+
+
+ RUNTIMEID
+
+
+ RUNTIMEURL
+
+
+ RUNTIMEVERSIONPRIMARYKEY
+
+
+ scaffold.xml
+
+
+ Invalid location entered. Pick one of the locations from Get-AzureSchedulerLocation
+
+
+ A value for the Secondary Peer Subnet has to be provided.
+
+
+ Service {0} already exists on disk in location {1}
+
+
+ No ServiceBus authorization rule with the given characteristics was found
+
+
+ The service bus entity '{0}' is not found.
+
+
+ Internal Server Error. This could happen due to an incorrect/missing namespace
+
+
+ service configuration
+
+
+ service definition
+
+
+ ServiceDefinition.csdef
+
+
+ {0}Deploy
+
+
+ The specified cloud service "{0}" does not exist.
+
+
+ {0} slot for service {1} is in {2} state, please wait until it finish and update it's status
+
+
+ Begin Operation: {0}
+
+
+ Completed Operation: {0}
+
+
+ Begin Operation: {0}
+
+
+ Completed Operation: {0}
+
+
+ service name
+
+
+ Please provide name for the hosted service
+
+
+ service parent directory
+
+
+ Service {0} removed successfully
+
+
+ service directory
+
+
+ service settings
+
+
+ The storage account name '{0}' is invalid. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
+
+
+ The {0} slot for cloud service {1} doesn't exist.
+
+
+ {0} slot for service {1} is {2}
+
+
+ Set Add-On Confirmation
+
+
+ Note - You will be charged the amount for the new plan, without being refunded for time remaining
+in the existing plan.
+By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+agree to the {2}'s terms of user and privacy statement at {0} and (c) agree to sharing my
+contact information with {2}.
+
+
+ Note - You will be charged the amount for the new plan, without being refunded for time remaining
+in the existing plan.
+By typing "Yes", I (a) authorize Microsoft to charge my current payment method on a monthly basis
+for the amount indicated at {0} for {1} until my service is cancelled or terminated, and (b)
+acknowledge the offering is provided by {2}, not Microsoft, and agree to {2}'s terms of
+use and privacy statement at <url> and (c) agree to sharing my contact information with {2}.
+
+
+ Role {0} instances are set to {1}
+
+
+ {"Slot":"","Location":"","Subscription":"","StorageAccountName":""}
+
+
+ deploymentSettings.json
+
+
+ Confirm
+
+
+ Shutdown
+ WAPackIaaS
+
+
+ /sites:{0};{1};"{2}/{0}"
+
+
+ 1000
+
+
+ Start
+ WAPackIaaS
+
+
+ Started
+
+
+ Starting Emulator...
+
+
+ start
+
+
+ Stop
+ WAPackIaaS
+
+
+ Stopping emulator...
+
+
+ Stopped
+
+
+ stop
+
+
+ Account Name:
+
+
+ Cannot find storage account '{0}' please type the name of an existing storage account.
+
+
+ AzureStorageEmulator.exe
+
+
+ InstallPath
+
+
+ SOFTWARE\Microsoft\Windows Azure Storage Emulator
+
+
+ Primary Key:
+
+
+ Secondary Key:
+
+
+ The subscription named {0} already exists.
+
+
+ DefaultSubscriptionData.xml
+
+
+ The subscription data file {0} does not exist.
+
+
+ Subscription must not be null
+ WAPackIaaS
+
+
+ Suspend
+ WAPackIaaS
+
+
+ Swapping website production slot ...
+
+
+ Are you sure you want to swap the website '{0}' production slot with slot '{1}'?
+
+
+ The provider {0} is unknown.
+
+
+ Update
+ WAPackIaaS
+
+
+ Updated settings for subscription '{0}'. Current subscription is '{1}'.
+
+
+ A value for the VLan Id has to be provided.
+
+
+ Please wait...
+
+
+ The azure storage emulator is not installed, skip launching...
+
+
+ Web.cloud.config
+
+
+ web.config
+
+
+ MSDeploy
+
+
+ Cannot build the project successfully. Please see logs in {0}.
+
+
+ WebRole
+
+
+ setup_web.cmd > log.txt
+
+
+ WebRole.xml
+
+
+ WebSite with given name {0} already exists in the specified Subscription and Webspace.
+
+
+ WebSite with given name {0} already exists in the specified Subscription and Location.
+
+
+ Site {0} already has repository created for it.
+
+
+ Workspaces/WebsiteExtension/Website/{0}/dashboard/
+
+
+ https://{0}/msdeploy.axd?site={1}
+
+
+ WorkerRole
+
+
+ setup_worker.cmd > log.txt
+
+
+ WorkerRole.xml
+
+
+ Yes
+
+
+ Yes, I agree
+
+
+ Remove-AzureTrafficManagerProfile Operation failed.
+
+
+ Successfully removed Traffic Manager profile with name {0}.
+
+
+ Are you sure you want to remove the Traffic Manager profile "{0}"?
+
+
+ Profile {0} already has an endpoint with name {1}
+
+
+ Profile {0} does not contain endpoint {1}. Adding it.
+
+
+ The endpoint {0} cannot be removed from profile {1} because it's not in the profile.
+
+
+ Insufficient parameters passed to create a new endpoint.
+
+
+ Ambiguous operation: the profile name specified doesn't match the name of the profile object.
+
+
+ <NONE>
+
+
+ "An exception occurred when calling the ServiceManagement API. HTTP Status Code: {0}. Service Management Error Code: {1}. Message: {2}. Operation Tracking ID: {3}."
+ {0} is the HTTP status code. {1} is the Service Management Error Code. {2} is the Service Management Error message. {3} is the operation tracking ID.
+
+
+ Unable to decode string from base 64. Please make sure the string is correctly encoded: {0}.
+ {0} is the string that is not in a valid base 64 format.
+
+
+ Skipping external tenant {0}, because you are using a guest or a foreign principal object identity. In order to access this tenant, please run Add-AzureAccount without "-Credential".
+
+
+ Removing an environment will remove all associated subscriptions and accounts. Are you sure you want to remove an environment '{0}'?
+
+
+ Removing environment
+
+
+ There is no subscription associated with account {0}.
+
+
+ Account id doesn't match one in subscription.
+
+
+ Environment name doesn't match one in subscription.
+
+
+ Removing the Azure profile will remove all associated environments, subscriptions, and accounts. Are you sure you want to remove the Azure profile?
+
+
+ Removing the Azure profile
+
+
+ The SubscriptionDataFile parameter is deprecated. This parameter will be removed in a future release. See https://github.com/Azure/azure-powershell/wiki/Proposed-Design-Stateless-Azure-Profile for a description of the upcoming mechanism for providing alternate sources of subscription information.
+
+
+ Account needs to be specified
+
+
+ No default subscription has been designated. Use Select-AzureSubscription -Default <subscriptionName> to set the default subscription.
+
+
+ Path must specify a valid path to an Azure profile.
+
+
+ Property bag Hashtable must contain one of the following sets of properties: {SubscriptionId, Certificate}, {SubscriptionId, Username, Password}, {SubscriptionId, ServicePrincipal, Password, Tenant}, {SubscriptionId, AccountId, Token}
+
+
+ Property bag Hashtable must contain a 'Certificate' of type 'X509Certificate2'.
+
+
+ Property bag Hashtable must contain a 'Password' with an associated 'Username' or 'ServicePrincipal'.
+
+
+ Property bag Hashtable must contain a 'SubscriptionId'.
+
+
+ Selected profile must not be null.
+
+
+ The Switch-AzureMode cmdlet is deprecated and will be removed in a future release.
+
+
+ OperationID : '{0}'
+
+
+ Cannot get module for DscResource '{0}'. Possible solutions:
+1) Specify -ModuleName for Import-DscResource in your configuration.
+2) Unblock module that contains resource.
+3) Move Import-DscResource inside Node block.
+
+ 0 = name of DscResource
+
+
+ Your current PowerShell version {1} is less then required by this cmdlet {0}. Consider download and install latest PowerShell version.
+ {0} = minimal required PS version, {1} = current PS version
+
+
+ Parsing configuration script: {0}
+ {0} is the path to a script file
+
+
+ Configuration script '{0}' contained parse errors:
+{1}
+ 0 = path to the configuration script, 1 = parser errors
+
+
+ List of required modules: [{0}].
+ {0} = list of modules
+
+
+ Temp folder '{0}' created.
+ {0} = temp folder path
+
+
+ Copy '{0}' to '{1}'.
+ {0} = source, {1} = destination
+
+
+ Copy the module '{0}' to '{1}'.
+ {0} = source, {1} = destination
+
+
+ File '{0}' already exists. Use the -Force parameter to overwrite it.
+ {0} is the path to a file
+
+
+ Configuration file '{0}' not found.
+ 0 = path to the configuration file
+
+
+ Path '{0}' not found.
+ 0 = path to the additional content file/directory
+
+
+ Path '{0}' not found.
+ 0 = path to the additional content file/directory
+
+
+ Invalid configuration file: {0}.
+The file needs to be a PowerShell script (.ps1 or .psm1) or a ZIP archive (.zip).
+ 0 = path to the configuration file
+
+
+ Invalid configuration file: {0}.
+The file needs to be a PowerShell script (.ps1 or .psm1).
+ 0 = path to the configuration file
+
+
+ Create Archive
+
+
+ Upload '{0}'
+ {0} is the name of an storage blob
+
+
+ Storage Blob '{0}' already exists. Use the -Force parameter to overwrite it.
+ {0} is the name of an storage blob
+
+
+ Configuration published to {0}
+ {0} is an URI
+
+
+ Deleted '{0}'
+ {0} is the path of a file
+
+
+ Cannot delete '{0}': {1}
+ {0} is the path of a file, {1} is an error message
+
+
+ Cannot find the WadCfg end element in the config.
+
+
+ WadCfg start element in the config is not matching the end element.
+
+
+ Cannot find the WadCfg element in the config.
+
+
+ Cannot find configuration data file: {0}
+
+
+ The configuration data must be a .psd1 file
+
+
+ Cannot change built-in environment {0}.
+
+
+ Azure PowerShell collects usage data in order to improve your experience.
+The data is anonymous and does not include commandline argument values.
+The data is collected by Microsoft.
+
+Use the Disable-AzDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the Az.Accounts module. To disable data collection: PS > Disable-AzDataCollection.
+Use the Enable-AzDataCollection cmdlet to turn the feature On. The cmdlet can be found in the Az.Accounts module. To enable data collection: PS > Enable-AzDataCollection.
+
+
+ Microsoft Azure PowerShell Data Collection Confirmation
+
+
+ You choose not to participate in Microsoft Azure PowerShell data collection.
+
+
+ This confirmation message will be dismissed in '{0}' second(s)...
+
+
+ You choose to participate in Microsoft Azure PowerShell data collection.
+
+
+ The setting profile has been saved to the following path '{0}'.
+
+
+ [Common.Authentication]: Authenticating for account {0} with single tenant {1}.
+
+
+ Changing public environment is not supported.
+
+
+ Environment name needs to be specified.
+
+
+ Environment needs to be specified.
+
+
+ The environment name '{0}' is not found.
+
+
+ File path is not valid.
+
+
+ Must specify a non-null subscription name.
+
+
+ The default subscription is being removed. Use Select-AzureSubscription -Default <subscriptionName> to select a new default subscription.
+
+
+ Removing public environment is not supported.
+
+
+ The subscription id {0} doesn't exist.
+
+
+ Subscription name needs to be specified.
+
+
+ The subscription name {0} doesn't exist.
+
+
+ Subscription needs to be specified.
+
+
+ User name is not valid.
+
+
+ User name needs to be specified.
+
+
+ "There is no current context, please log in using Connect-AzAccount."
+
+
+ No subscriptions are associated with the logged in account in Azure Service Management (RDFE). This means that the logged in user is not an administrator or co-administrator for any account.\r\nDid you mean to execute Connect-AzAccount?
+
+
+ No certificate was found in the certificate store with thumbprint {0}
+
+
+ Illegal characters in path.
+
+
+ Invalid certificate format. Publish settings may be corrupted. Use Get-AzurePublishSettingsFile to download updated settings
+
+
+ "{0}" is an invalid DNS name for {1}
+
+
+ The provided file in {0} must be have {1} extension
+
+
+ {0} is invalid or empty
+
+
+ Please connect to internet before executing this cmdlet
+
+
+ Path {0} doesn't exist.
+
+
+ Path for {0} doesn't exist in {1}.
+
+
+ &whr={0}
+
+
+ The provided service name {0} already exists, please pick another name
+
+
+ Unable to update mismatching Json structured: {0} {1}.
+
+
+ (x86)
+
+
+ Azure PowerShell collects usage data in order to improve your experience.
+The data is anonymous and does not include commandline argument values.
+The data is collected by Microsoft.
+
+Use the Disable-AzureDataCollection cmdlet to turn the feature Off. The cmdlet can be found in the Azure module. To disable data collection: PS > Disable-AzureDataCollection.
+Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can be found in the Azure module. To enable data collection: PS > Enable-AzureDataCollection.
+
+
+ Execution failed because a background thread could not prompt the user.
+
+
+ Azure Long-Running Job
+
+
+ The cmdlet failed in background execution. The returned error was '{0}'. Please execute the cmdlet again. You may need to execute this cmdlet synchronously, by omitting the '-AsJob' parameter.
+ 0(string): exception message in background task
+
+
+ Please execute the cmdlet again and include the 'Force' parameter, if available, to avoid unnecessary prompts.
+
+
+ Please execute the cmdlet again and omit the 'Confirm' parameter when using the 'AsJob' parameter.
+
+
+ Please increase the user $ConfirmPreference setting, or include turn off confirmation using '-Confirm:$false' when using the 'AsJob' parameter and execute the cmdet again.
+
+
+ Please execute the cmdlet again and omit the 'WhatIf' parameter when using the 'AsJob' parameter.
+
+
+ [AzureLongRunningJob]: Starting cmdlet execution, setting for cmdlet confirmation required: '{0}'
+ 0(bool): whether cmdlet confirmation is required
+
+
+ [AzureLongRunningJob]: Blocking job for ShouldMethod '{0}'
+ 0(string): method type
+
+
+ [AzureLongRunningJob]: Completing cmdlet execution in RunJob
+
+
+ [AzureLongRunningJob]: State change from '{0}' to '{1}' because '{2}'
+ 0(string): last state, 1(string): new state, 2(string): state change reason
+
+
+ [AzureLongRunningJob]: Unblocking job due to stoppage or failure
+
+
+ [AzureLongRunningJob]: Unblocking job that was previously blocked.
+
+
+ [AzureLongRunningJob]: Error in cmdlet execution
+
+
+ [AzureLongRunningJob]: Removing state changed event handler, exception '{0}'
+ 0(string): exception message
+
+
+ [AzureLongRunningJob]: ShouldMethod '{0}' unblocked.
+ 0(string): methodType
+
+
+
+- The parameter : '{0}' is changing.
+
+
+
+- The parameter : '{0}' is becoming mandatory.
+
+
+
+- The parameter : '{0}' is being replaced by parameter : '{1}'.
+
+
+
+- The parameter : '{0}' is being replaced by mandatory parameter : '{1}'.
+
+
+
+- Change description : {0}
+
+
+ The cmdlet is being deprecated. There will be no replacement for it.
+
+
+ The cmdlet parameter set is being deprecated. There will be no replacement for it.
+
+
+ The cmdlet '{0}' is replacing this cmdlet.
+
+
+
+- The output type is changing from the existing type :'{0}' to the new type :'{1}'
+
+
+
+- The output type '{0}' is changing
+
+
+
+- The following properties are being added to the output type :
+
+
+
+- The following properties in the output type are being deprecated :
+
+
+ {0}
+
+
+
+- Cmdlet : '{0}'
+ - {1}
+
+
+ Upcoming breaking changes in the cmdlet '{0}' :
+
+
+
+- This change will take effect on '{0}'
+
+
+
+- The change is expected to take effect from the version : '{0}'
+
+
+ ```powershell
+# Old
+{0}
+
+# New
+{1}
+```
+
+
+
+
+Cmdlet invocation changes :
+ Old Way : {0}
+ New Way : {1}
+
+
+
+The output type '{0}' is being deprecated without a replacement.
+
+
+
+The type of the parameter is changing from '{0}' to '{1}'.
+
+
+
+Note : Go to {0} for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.
+
+
+ This cmdlet is in preview. The functionality may not be available in the selected subscription.
+
+
\ No newline at end of file
diff --git a/src/CloudService/how-to.md b/src/CloudService/how-to.md
index dd53713f95a2..4cd2cc484735 100644
--- a/src/CloudService/how-to.md
+++ b/src/CloudService/how-to.md
@@ -55,4 +55,4 @@ There are multiple scripts created for performing different actions for developi
- `check-dependencies.ps1`
- Used in `run-module.ps1` and `test-module.ps1` to verify dependent modules are available to run those tasks.
- It will download local (within the module's directory structure) versions of those modules as needed.
- - This script *does not* need to be ran by-hand.
+ - This script *does not* need to be ran by-hand.
\ No newline at end of file
diff --git a/src/CloudService/internal/readme.md b/src/CloudService/internal/readme.md
index 5657c03a23ae..e80befe1cbfc 100644
--- a/src/CloudService/internal/readme.md
+++ b/src/CloudService/internal/readme.md
@@ -8,7 +8,7 @@ This directory contains a module to handle *internal only* cmdlets. Cmdlets that
- Packaged: yes
## Details
-The `Az.CloudService.internal.psm1` file is generated to this folder. This module file handles the hidden cmdlets. These cmdlets will not be exported by `Az.CloudService`. Instead, this sub-module is imported by the `..\custom\Az.CloudService.custom.psm1` module, allowing you to use hidden cmdlets in your custom, exposed cmdlets. To call these cmdlets in your custom scripts, simply use [module-qualified calls](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_command_precedence?view=powershell-6#qualified-names). For example, `Az.CloudService.internal\Get-Example` would call an internal cmdlet named `Get-Example`.
+The `Az.CloudService.internal.psm1` file is generated to this folder. This module file handles the hidden cmdlets. These cmdlets will not be exported by `Az.CloudService`. Instead, this sub-module is imported by the `..\custom\Az.CloudService.custom.psm1` module, allowing you to use hidden cmdlets in your custom, exposed cmdlets. To call these cmdlets in your custom scripts, simply use [module-qualified calls](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_command_precedence?view=powershell-6#qualified-names). For example, `Az.CloudService.internal\Get-Example` would call an internal cmdlet named `Get-Example`.
## Purpose
This allows you to include REST specifications for services that you *do not wish to expose from your module*, but simply want to call within custom cmdlets. For example, if you want to make a custom cmdlet that uses `Storage` services, you could include a simplified `Storage` REST specification that has only the operations you need. When you run the generator and build this module, note the generated `Storage` cmdlets. Then, in your readme configuration, use [cmdlet hiding](https://github.com/Azure/autorest/blob/master/docs/powershell/options.md#cmdlet-hiding-exportation-suppression) on the `Storage` cmdlets and they will *only be exposed to the custom cmdlets* you want to write, and not be exported as part of `Az.CloudService`.
\ No newline at end of file
diff --git a/src/CloudService/test-module.ps1 b/src/CloudService/test-module.ps1
index 38e1104c9447..7223f28c8248 100644
--- a/src/CloudService/test-module.ps1
+++ b/src/CloudService/test-module.ps1
@@ -11,23 +11,33 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------
-param([switch]$Isolated, [switch]$Live, [switch]$Record, [switch]$Playback, [switch]$RegenerateSupportModule)
+param([switch]$Isolated, [switch]$Live, [switch]$Record, [switch]$Playback, [switch]$RegenerateSupportModule, [switch]$UsePreviousConfigForRecord, [string[]]$TestName)
$ErrorActionPreference = 'Stop'
-if(-not $Isolated) {
+if(-not $Isolated)
+{
Write-Host -ForegroundColor Green 'Creating isolated process...'
+ if ($PSBoundParameters.ContainsKey("TestName")) {
+ $PSBoundParameters["TestName"] = $PSBoundParameters["TestName"] -join ","
+ }
$pwsh = [System.Diagnostics.Process]::GetCurrentProcess().Path
& "$pwsh" -NonInteractive -NoLogo -NoProfile -File $MyInvocation.MyCommand.Path @PSBoundParameters -Isolated
return
}
+# This is a workaround, since for string array parameter, pwsh -File will only take the first element
+if ($PSBoundParameters.ContainsKey("TestName") -and ($TestName.count -eq 1) -and ($TestName[0].Contains(','))) {
+ $TestName = $TestName[0].Split(",")
+}
+
$ProgressPreference = 'SilentlyContinue'
$baseName = $PSScriptRoot.BaseName
$requireResourceModule = (($baseName -ne "Resources") -and ($Record.IsPresent -or $Live.IsPresent))
. (Join-Path $PSScriptRoot 'check-dependencies.ps1') -Isolated -Accounts:$false -Pester -Resources:$requireResourceModule -RegenerateSupportModule:$RegenerateSupportModule
. ("$PSScriptRoot\test\utils.ps1")
-if ($requireResourceModule) {
+if ($requireResourceModule)
+{
# Load the latest Az.Accounts installed
Import-Module -Name Az.Accounts -RequiredVersion (Get-Module -Name Az.Accounts -ListAvailable | Sort-Object -Property Version -Descending)[0].Version
$resourceModulePSD = Get-Item -Path (Join-Path $HOME '.PSSharedModules\Resources\Az.Resources.TestSupport.psd1')
@@ -35,7 +45,8 @@ if ($requireResourceModule) {
}
$localModulesPath = Join-Path $PSScriptRoot 'generated\modules'
-if(Test-Path -Path $localModulesPath) {
+if(Test-Path -Path $localModulesPath)
+{
$env:PSModulePath = "$localModulesPath$([IO.Path]::PathSeparator)$env:PSModulePath"
}
@@ -47,22 +58,34 @@ Import-Module -Name Pester
Import-Module -Name $modulePath
$TestMode = 'playback'
-if($Live) {
+$ExcludeTag = @("LiveOnly")
+if($Live)
+{
$TestMode = 'live'
+ $ExcludeTag = @()
}
-if($Record) {
+if($Record)
+{
$TestMode = 'record'
}
-try {
- if ($TestMode -ne 'playback') {
+try
+{
+ if ($TestMode -ne 'playback')
+ {
setupEnv
}
$testFolder = Join-Path $PSScriptRoot 'test'
- Invoke-Pester -Script @{ Path = $testFolder } -EnableExit -OutputFile (Join-Path $testFolder "$moduleName-TestResults.xml")
-}
-Finally
+ if ($null -ne $TestName)
+ {
+ Invoke-Pester -Script @{ Path = $testFolder } -TestName $TestName -ExcludeTag $ExcludeTag -EnableExit -OutputFile (Join-Path $testFolder "$moduleName-TestResults.xml")
+ } else
+ {
+ Invoke-Pester -Script @{ Path = $testFolder } -ExcludeTag $ExcludeTag -EnableExit -OutputFile (Join-Path $testFolder "$moduleName-TestResults.xml")
+ }
+} Finally
{
- if ($TestMode -ne 'playback') {
+ if ($TestMode -ne 'playback')
+ {
cleanupEnv
}
}
diff --git a/src/CloudService/test/New-AzCloudServiceRemoteDesktopExtensionObject.Tests.ps1 b/src/CloudService/test/New-AzCloudServiceRemoteDesktopExtensionObject.Tests.ps1
index 60340fe113d9..338e5cfe3718 100644
--- a/src/CloudService/test/New-AzCloudServiceRemoteDesktopExtensionObject.Tests.ps1
+++ b/src/CloudService/test/New-AzCloudServiceRemoteDesktopExtensionObject.Tests.ps1
@@ -12,7 +12,12 @@ while(-not $mockingPath) {
. ($mockingPath | Select-Object -First 1).FullName
Describe 'New-AzCloudServiceRemoteDesktopExtensionObject' {
- It '__AllParameterSets' -skip {
- { throw [System.NotImplementedException] } | Should -Not -Throw
+ It '__AllParameterSets' {
+ $Username = -join ((48..57) + (97..122) | Get-Random -Count 8 | % {[char]$_})
+ $Password = -join ((48..57) + (97..122) | Get-Random -Count 8 | % {[char]$_})
+ $SecureStringPassword = ConvertTo-SecureString $Password -AsPlainText -Force
+ $PsCredential = New-Object System.Management.Automation.PSCredential($Username, $SecureStringPassword)
+ $RemoteDesktopExtensionObject = New-AzCloudServiceRemoteDesktopExtensionObject -Name RemoteDesktopExtensionObject -Credential $PsCredential
+ $RemoteDesktopExtensionObject.ProtectedSetting | Should Be "$Password"
}
}