diff --git a/src/Common/Properties/Resources.Designer.cs b/src/Common/Properties/Resources.Designer.cs index 940e8f972a..1e10a7af3c 100644 --- a/src/Common/Properties/Resources.Designer.cs +++ b/src/Common/Properties/Resources.Designer.cs @@ -22,7 +22,7 @@ namespace Microsoft.WindowsAzure.Commands.Common.Properties { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { + public class Resources { private static global::System.Resources.ResourceManager resourceMan; @@ -36,7 +36,7 @@ internal Resources() { /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { + public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.WindowsAzure.Commands.Common.Properties.Resources", typeof(Resources).Assembly); @@ -51,7 +51,7 @@ internal Resources() { /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { + public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -63,7 +63,7 @@ internal Resources() { /// /// Looks up a localized string similar to The remote server returned an error: (401) Unauthorized.. /// - internal static string AccessDeniedExceptionMessage { + public static string AccessDeniedExceptionMessage { get { return ResourceManager.GetString("AccessDeniedExceptionMessage", resourceCulture); } @@ -72,7 +72,7 @@ internal static string AccessDeniedExceptionMessage { /// /// Looks up a localized string similar to Account id doesn't match one in subscription.. /// - internal static string AccountIdDoesntMatchSubscription { + public static string AccountIdDoesntMatchSubscription { get { return ResourceManager.GetString("AccountIdDoesntMatchSubscription", resourceCulture); } @@ -81,7 +81,7 @@ internal static string AccountIdDoesntMatchSubscription { /// /// Looks up a localized string similar to Account needs to be specified. /// - internal static string AccountNeedsToBeSpecified { + public static string AccountNeedsToBeSpecified { get { return ResourceManager.GetString("AccountNeedsToBeSpecified", resourceCulture); } @@ -90,7 +90,7 @@ internal static string AccountNeedsToBeSpecified { /// /// Looks up a localized string similar to Account "{0}" has been added.. /// - internal static string AddAccountAdded { + public static string AddAccountAdded { get { return ResourceManager.GetString("AddAccountAdded", resourceCulture); } @@ -99,7 +99,7 @@ internal static string AddAccountAdded { /// /// Looks up a localized string similar to To switch to a different subscription, please use Select-AzureSubscription.. /// - internal static string AddAccountChangeSubscription { + public static string AddAccountChangeSubscription { get { return ResourceManager.GetString("AddAccountChangeSubscription", resourceCulture); } @@ -108,7 +108,7 @@ internal static string AddAccountChangeSubscription { /// /// 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".. /// - internal static string AddAccountNonInteractiveGuestOrFpo { + public static string AddAccountNonInteractiveGuestOrFpo { get { return ResourceManager.GetString("AddAccountNonInteractiveGuestOrFpo", resourceCulture); } @@ -117,7 +117,7 @@ internal static string AddAccountNonInteractiveGuestOrFpo { /// /// Looks up a localized string similar to Subscription "{0}" is selected as the default subscription.. /// - internal static string AddAccountShowDefaultSubscription { + public static string AddAccountShowDefaultSubscription { get { return ResourceManager.GetString("AddAccountShowDefaultSubscription", resourceCulture); } @@ -126,7 +126,7 @@ internal static string AddAccountShowDefaultSubscription { /// /// Looks up a localized string similar to To view all the subscriptions, please use Get-AzureSubscription.. /// - internal static string AddAccountViewSubscriptions { + public static string AddAccountViewSubscriptions { get { return ResourceManager.GetString("AddAccountViewSubscriptions", resourceCulture); } @@ -135,7 +135,7 @@ internal static string AddAccountViewSubscriptions { /// /// Looks up a localized string similar to Add-On {0} is created successfully.. /// - internal static string AddOnCreatedMessage { + public static string AddOnCreatedMessage { get { return ResourceManager.GetString("AddOnCreatedMessage", resourceCulture); } @@ -144,7 +144,7 @@ internal static string AddOnCreatedMessage { /// /// Looks up a localized string similar to Add-on name {0} is already used.. /// - internal static string AddOnNameAlreadyUsed { + public static string AddOnNameAlreadyUsed { get { return ResourceManager.GetString("AddOnNameAlreadyUsed", resourceCulture); } @@ -153,7 +153,7 @@ internal static string AddOnNameAlreadyUsed { /// /// Looks up a localized string similar to Add-On {0} not found.. /// - internal static string AddOnNotFound { + public static string AddOnNotFound { get { return ResourceManager.GetString("AddOnNotFound", resourceCulture); } @@ -162,7 +162,7 @@ internal static string AddOnNotFound { /// /// Looks up a localized string similar to Add-on {0} is removed successfully.. /// - internal static string AddOnRemovedMessage { + public static string AddOnRemovedMessage { get { return ResourceManager.GetString("AddOnRemovedMessage", resourceCulture); } @@ -171,7 +171,7 @@ internal static string AddOnRemovedMessage { /// /// Looks up a localized string similar to Add-On {0} is updated successfully.. /// - internal static string AddOnUpdatedMessage { + public static string AddOnUpdatedMessage { get { return ResourceManager.GetString("AddOnUpdatedMessage", resourceCulture); } @@ -180,7 +180,7 @@ internal static string AddOnUpdatedMessage { /// /// Looks up a localized string similar to Role has been created at {0}\{1}.. /// - internal static string AddRoleMessageCreate { + public static string AddRoleMessageCreate { get { return ResourceManager.GetString("AddRoleMessageCreate", resourceCulture); } @@ -189,7 +189,7 @@ internal static string AddRoleMessageCreate { /// /// 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’.. /// - internal static string AddRoleMessageCreateNode { + public static string AddRoleMessageCreateNode { get { return ResourceManager.GetString("AddRoleMessageCreateNode", resourceCulture); } @@ -198,7 +198,7 @@ internal static string AddRoleMessageCreateNode { /// /// 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".. /// - internal static string AddRoleMessageCreatePHP { + public static string AddRoleMessageCreatePHP { get { return ResourceManager.GetString("AddRoleMessageCreatePHP", resourceCulture); } @@ -207,7 +207,7 @@ internal static string AddRoleMessageCreatePHP { /// /// 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. /// - internal static string AddRoleMessageInsufficientPermissions { + public static string AddRoleMessageInsufficientPermissions { get { return ResourceManager.GetString("AddRoleMessageInsufficientPermissions", resourceCulture); } @@ -216,7 +216,7 @@ internal static string AddRoleMessageInsufficientPermissions { /// /// Looks up a localized string similar to A role name '{0}' already exists. /// - internal static string AddRoleMessageRoleExists { + public static string AddRoleMessageRoleExists { get { return ResourceManager.GetString("AddRoleMessageRoleExists", resourceCulture); } @@ -225,7 +225,7 @@ internal static string AddRoleMessageRoleExists { /// /// Looks up a localized string similar to Profile {0} already has an endpoint with name {1}. /// - internal static string AddTrafficManagerEndpointFailed { + public static string AddTrafficManagerEndpointFailed { get { return ResourceManager.GetString("AddTrafficManagerEndpointFailed", resourceCulture); } @@ -239,7 +239,7 @@ internal static string AddTrafficManagerEndpointFailed { ///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 > Ena [rest of string was truncated]";. /// - internal static string ARMDataCollectionMessage { + public static string ARMDataCollectionMessage { get { return ResourceManager.GetString("ARMDataCollectionMessage", resourceCulture); } @@ -248,7 +248,7 @@ internal static string ARMDataCollectionMessage { /// /// Looks up a localized string similar to [Common.Authentication]: Authenticating for account {0} with single tenant {1}.. /// - internal static string AuthenticatingForSingleTenant { + public static string AuthenticatingForSingleTenant { get { return ResourceManager.GetString("AuthenticatingForSingleTenant", resourceCulture); } @@ -257,7 +257,7 @@ internal static string AuthenticatingForSingleTenant { /// /// Looks up a localized string similar to Windows Azure Powershell\. /// - internal static string AzureDirectory { + public static string AzureDirectory { get { return ResourceManager.GetString("AzureDirectory", resourceCulture); } @@ -266,7 +266,7 @@ internal static string AzureDirectory { /// /// Looks up a localized string similar to https://manage.windowsazure.com. /// - internal static string AzurePortalUrl { + public static string AzurePortalUrl { get { return ResourceManager.GetString("AzurePortalUrl", resourceCulture); } @@ -275,7 +275,7 @@ internal static string AzurePortalUrl { /// /// Looks up a localized string similar to AZURE_PORTAL_URL. /// - internal static string AzurePortalUrlEnv { + public static string AzurePortalUrlEnv { get { return ResourceManager.GetString("AzurePortalUrlEnv", resourceCulture); } @@ -284,7 +284,7 @@ internal static string AzurePortalUrlEnv { /// /// Looks up a localized string similar to Selected profile must not be null.. /// - internal static string AzureProfileMustNotBeNull { + public static string AzureProfileMustNotBeNull { get { return ResourceManager.GetString("AzureProfileMustNotBeNull", resourceCulture); } @@ -293,7 +293,7 @@ internal static string AzureProfileMustNotBeNull { /// /// Looks up a localized string similar to Azure SDK\{0}\. /// - internal static string AzureSdkDirectory { + public static string AzureSdkDirectory { get { return ResourceManager.GetString("AzureSdkDirectory", resourceCulture); } @@ -302,7 +302,7 @@ internal static string AzureSdkDirectory { /// /// Looks up a localized string similar to File '{0}' already exists. Use the -Force parameter to overwrite it.. /// - internal static string AzureVMDscArchiveAlreadyExists { + public static string AzureVMDscArchiveAlreadyExists { get { return ResourceManager.GetString("AzureVMDscArchiveAlreadyExists", resourceCulture); } @@ -311,7 +311,7 @@ internal static string AzureVMDscArchiveAlreadyExists { /// /// Looks up a localized string similar to Cannot find configuration data file: {0}. /// - internal static string AzureVMDscCannotFindConfigurationDataFile { + public static string AzureVMDscCannotFindConfigurationDataFile { get { return ResourceManager.GetString("AzureVMDscCannotFindConfigurationDataFile", resourceCulture); } @@ -320,7 +320,7 @@ internal static string AzureVMDscCannotFindConfigurationDataFile { /// /// Looks up a localized string similar to Create Archive. /// - internal static string AzureVMDscCreateArchiveAction { + public static string AzureVMDscCreateArchiveAction { get { return ResourceManager.GetString("AzureVMDscCreateArchiveAction", resourceCulture); } @@ -329,7 +329,7 @@ internal static string AzureVMDscCreateArchiveAction { /// /// Looks up a localized string similar to The configuration data must be a .psd1 file. /// - internal static string AzureVMDscInvalidConfigurationDataFile { + public static string AzureVMDscInvalidConfigurationDataFile { get { return ResourceManager.GetString("AzureVMDscInvalidConfigurationDataFile", resourceCulture); } @@ -338,7 +338,7 @@ internal static string AzureVMDscInvalidConfigurationDataFile { /// /// Looks up a localized string similar to Parsing configuration script: {0}. /// - internal static string AzureVMDscParsingConfiguration { + public static string AzureVMDscParsingConfiguration { get { return ResourceManager.GetString("AzureVMDscParsingConfiguration", resourceCulture); } @@ -347,7 +347,7 @@ internal static string AzureVMDscParsingConfiguration { /// /// Looks up a localized string similar to Storage Blob '{0}' already exists. Use the -Force parameter to overwrite it.. /// - internal static string AzureVMDscStorageBlobAlreadyExists { + public static string AzureVMDscStorageBlobAlreadyExists { get { return ResourceManager.GetString("AzureVMDscStorageBlobAlreadyExists", resourceCulture); } @@ -356,7 +356,7 @@ internal static string AzureVMDscStorageBlobAlreadyExists { /// /// Looks up a localized string similar to Upload '{0}'. /// - internal static string AzureVMDscUploadToBlobStorageAction { + public static string AzureVMDscUploadToBlobStorageAction { get { return ResourceManager.GetString("AzureVMDscUploadToBlobStorageAction", resourceCulture); } @@ -365,7 +365,7 @@ internal static string AzureVMDscUploadToBlobStorageAction { /// /// Looks up a localized string similar to Execution failed because a background thread could not prompt the user.. /// - internal static string BaseShouldMethodFailureReason { + public static string BaseShouldMethodFailureReason { get { return ResourceManager.GetString("BaseShouldMethodFailureReason", resourceCulture); } @@ -374,7 +374,7 @@ internal static string BaseShouldMethodFailureReason { /// /// Looks up a localized string similar to Base Uri was empty.. /// - internal static string BaseUriEmpty { + public static string BaseUriEmpty { get { return ResourceManager.GetString("BaseUriEmpty", resourceCulture); } @@ -383,7 +383,7 @@ internal static string BaseUriEmpty { /// /// Looks up a localized string similar to {0} begin processing without ParameterSet.. /// - internal static string BeginProcessingWithoutParameterSetLog { + public static string BeginProcessingWithoutParameterSetLog { get { return ResourceManager.GetString("BeginProcessingWithoutParameterSetLog", resourceCulture); } @@ -392,7 +392,7 @@ internal static string BeginProcessingWithoutParameterSetLog { /// /// Looks up a localized string similar to {0} begin processing with ParameterSet '{1}'.. /// - internal static string BeginProcessingWithParameterSetLog { + public static string BeginProcessingWithParameterSetLog { get { return ResourceManager.GetString("BeginProcessingWithParameterSetLog", resourceCulture); } @@ -401,7 +401,7 @@ internal static string BeginProcessingWithParameterSetLog { /// /// Looks up a localized string similar to Blob with the name {0} already exists in the account.. /// - internal static string BlobAlreadyExistsInTheAccount { + public static string BlobAlreadyExistsInTheAccount { get { return ResourceManager.GetString("BlobAlreadyExistsInTheAccount", resourceCulture); } @@ -410,7 +410,7 @@ internal static string BlobAlreadyExistsInTheAccount { /// /// Looks up a localized string similar to https://{0}.blob.core.windows.net/. /// - internal static string BlobEndpointUri { + public static string BlobEndpointUri { get { return ResourceManager.GetString("BlobEndpointUri", resourceCulture); } @@ -419,7 +419,7 @@ internal static string BlobEndpointUri { /// /// Looks up a localized string similar to AZURE_BLOBSTORAGE_TEMPLATE. /// - internal static string BlobEndpointUriEnv { + public static string BlobEndpointUriEnv { get { return ResourceManager.GetString("BlobEndpointUriEnv", resourceCulture); } @@ -429,7 +429,7 @@ internal static string BlobEndpointUriEnv { /// Looks up a localized string similar to ///- The parameter : '{0}' is changing.. /// - internal static string BreakingChangeAttributeParameterChanging { + public static string BreakingChangeAttributeParameterChanging { get { return ResourceManager.GetString("BreakingChangeAttributeParameterChanging", resourceCulture); } @@ -439,7 +439,7 @@ internal static string BreakingChangeAttributeParameterChanging { /// Looks up a localized string similar to ///- The parameter : '{0}' is becoming mandatory.. /// - internal static string BreakingChangeAttributeParameterMandatoryNow { + public static string BreakingChangeAttributeParameterMandatoryNow { get { return ResourceManager.GetString("BreakingChangeAttributeParameterMandatoryNow", resourceCulture); } @@ -449,7 +449,7 @@ internal static string BreakingChangeAttributeParameterMandatoryNow { /// Looks up a localized string similar to ///- The parameter : '{0}' is being replaced by parameter : '{1}'.. /// - internal static string BreakingChangeAttributeParameterReplaced { + public static string BreakingChangeAttributeParameterReplaced { get { return ResourceManager.GetString("BreakingChangeAttributeParameterReplaced", resourceCulture); } @@ -459,7 +459,7 @@ internal static string BreakingChangeAttributeParameterReplaced { /// Looks up a localized string similar to ///- The parameter : '{0}' is being replaced by mandatory parameter : '{1}'.. /// - internal static string BreakingChangeAttributeParameterReplacedMandatory { + public static string BreakingChangeAttributeParameterReplacedMandatory { get { return ResourceManager.GetString("BreakingChangeAttributeParameterReplacedMandatory", resourceCulture); } @@ -469,7 +469,7 @@ internal static string BreakingChangeAttributeParameterReplacedMandatory { /// Looks up a localized string similar to ///The type of the parameter is changing from '{0}' to '{1}'.. /// - internal static string BreakingChangeAttributeParameterTypeChange { + public static string BreakingChangeAttributeParameterTypeChange { get { return ResourceManager.GetString("BreakingChangeAttributeParameterTypeChange", resourceCulture); } @@ -479,7 +479,7 @@ internal static string BreakingChangeAttributeParameterTypeChange { /// Looks up a localized string similar to ///- Change description : {0} . /// - internal static string BreakingChangesAttributesChangeDescriptionMessage { + public static string BreakingChangesAttributesChangeDescriptionMessage { get { return ResourceManager.GetString("BreakingChangesAttributesChangeDescriptionMessage", resourceCulture); } @@ -488,7 +488,7 @@ internal static string BreakingChangesAttributesChangeDescriptionMessage { /// /// Looks up a localized string similar to The cmdlet is being deprecated. There will be no replacement for it.. /// - internal static string BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement { + public static string BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement { get { return ResourceManager.GetString("BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement", resourceCulture); } @@ -497,7 +497,7 @@ internal static string BreakingChangesAttributesCmdLetDeprecationMessageNoReplac /// /// Looks up a localized string similar to The cmdlet '{0}' is replacing this cmdlet.. /// - internal static string BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement { + public static string BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement { get { return ResourceManager.GetString("BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement", resourceCulture); } @@ -507,7 +507,7 @@ internal static string BreakingChangesAttributesCmdLetDeprecationMessageWithRepl /// Looks up a localized string similar to ///- The output type is changing from the existing type :'{0}' to the new type :'{1}'. /// - internal static string BreakingChangesAttributesCmdLetOutputChange1 { + public static string BreakingChangesAttributesCmdLetOutputChange1 { get { return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputChange1", resourceCulture); } @@ -517,7 +517,7 @@ internal static string BreakingChangesAttributesCmdLetOutputChange1 { /// Looks up a localized string similar to ///- The output type '{0}' is changing. /// - internal static string BreakingChangesAttributesCmdLetOutputChange2 { + public static string BreakingChangesAttributesCmdLetOutputChange2 { get { return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputChange2", resourceCulture); } @@ -527,7 +527,7 @@ internal static string BreakingChangesAttributesCmdLetOutputChange2 { /// Looks up a localized string similar to ///- The following properties are being added to the output type :. /// - internal static string BreakingChangesAttributesCmdLetOutputPropertiesAdded { + public static string BreakingChangesAttributesCmdLetOutputPropertiesAdded { get { return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputPropertiesAdded", resourceCulture); } @@ -537,7 +537,7 @@ internal static string BreakingChangesAttributesCmdLetOutputPropertiesAdded { /// Looks up a localized string similar to ///- The following properties in the output type are being deprecated :. /// - internal static string BreakingChangesAttributesCmdLetOutputPropertiesRemoved { + public static string BreakingChangesAttributesCmdLetOutputPropertiesRemoved { get { return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputPropertiesRemoved", resourceCulture); } @@ -547,7 +547,7 @@ internal static string BreakingChangesAttributesCmdLetOutputPropertiesRemoved { /// Looks up a localized string similar to ///The output type '{0}' is being deprecated without a replacement.. /// - internal static string BreakingChangesAttributesCmdLetOutputTypeDeprecated { + public static string BreakingChangesAttributesCmdLetOutputTypeDeprecated { get { return ResourceManager.GetString("BreakingChangesAttributesCmdLetOutputTypeDeprecated", resourceCulture); } @@ -556,7 +556,7 @@ internal static string BreakingChangesAttributesCmdLetOutputTypeDeprecated { /// /// Looks up a localized string similar to {0}. /// - internal static string BreakingChangesAttributesDeclarationMessage { + public static string BreakingChangesAttributesDeclarationMessage { get { return ResourceManager.GetString("BreakingChangesAttributesDeclarationMessage", resourceCulture); } @@ -567,7 +567,7 @@ internal static string BreakingChangesAttributesDeclarationMessage { ///- Cmdlet : '{0}' /// - {1}. /// - internal static string BreakingChangesAttributesDeclarationMessageWithCmdletName { + public static string BreakingChangesAttributesDeclarationMessageWithCmdletName { get { return ResourceManager.GetString("BreakingChangesAttributesDeclarationMessageWithCmdletName", resourceCulture); } @@ -577,7 +577,7 @@ internal static string BreakingChangesAttributesDeclarationMessageWithCmdletName /// Looks up a localized string similar to ///Note : Go to {0} for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.. /// - internal static string BreakingChangesAttributesFooterMessage { + public static string BreakingChangesAttributesFooterMessage { get { return ResourceManager.GetString("BreakingChangesAttributesFooterMessage", resourceCulture); } @@ -586,7 +586,7 @@ internal static string BreakingChangesAttributesFooterMessage { /// /// Looks up a localized string similar to Upcoming breaking changes in the cmdlet '{0}' :. /// - internal static string BreakingChangesAttributesHeaderMessage { + public static string BreakingChangesAttributesHeaderMessage { get { return ResourceManager.GetString("BreakingChangesAttributesHeaderMessage", resourceCulture); } @@ -595,7 +595,7 @@ internal static string BreakingChangesAttributesHeaderMessage { /// /// Looks up a localized string similar to - The change is expected to take effect from the Az version : '{0}'. /// - internal static string BreakingChangesAttributesInEffectByAzVersion { + public static string BreakingChangesAttributesInEffectByAzVersion { get { return ResourceManager.GetString("BreakingChangesAttributesInEffectByAzVersion", resourceCulture); } @@ -605,7 +605,7 @@ internal static string BreakingChangesAttributesInEffectByAzVersion { /// Looks up a localized string similar to ///- This change will take effect on '{0}'. /// - internal static string BreakingChangesAttributesInEffectByDateMessage { + public static string BreakingChangesAttributesInEffectByDateMessage { get { return ResourceManager.GetString("BreakingChangesAttributesInEffectByDateMessage", resourceCulture); } @@ -615,7 +615,7 @@ internal static string BreakingChangesAttributesInEffectByDateMessage { /// Looks up a localized string similar to ///- The change is expected to take effect from the version : '{0}'. /// - internal static string BreakingChangesAttributesInEffectByVersion { + public static string BreakingChangesAttributesInEffectByVersion { get { return ResourceManager.GetString("BreakingChangesAttributesInEffectByVersion", resourceCulture); } @@ -631,7 +631,7 @@ internal static string BreakingChangesAttributesInEffectByVersion { ///``` ///. /// - internal static string BreakingChangesAttributesUsageChangeMessage { + public static string BreakingChangesAttributesUsageChangeMessage { get { return ResourceManager.GetString("BreakingChangesAttributesUsageChangeMessage", resourceCulture); } @@ -643,7 +643,7 @@ internal static string BreakingChangesAttributesUsageChangeMessage { /// Old Way : {0} /// New Way : {1}. /// - internal static string BreakingChangesAttributesUsageChangeMessageConsole { + public static string BreakingChangesAttributesUsageChangeMessageConsole { get { return ResourceManager.GetString("BreakingChangesAttributesUsageChangeMessageConsole", resourceCulture); } @@ -652,7 +652,7 @@ internal static string BreakingChangesAttributesUsageChangeMessageConsole { /// /// Looks up a localized string similar to CACHERUNTIMEURL. /// - internal static string CacheRuntimeUrl { + public static string CacheRuntimeUrl { get { return ResourceManager.GetString("CacheRuntimeUrl", resourceCulture); } @@ -661,7 +661,7 @@ internal static string CacheRuntimeUrl { /// /// Looks up a localized string similar to cache. /// - internal static string CacheRuntimeValue { + public static string CacheRuntimeValue { get { return ResourceManager.GetString("CacheRuntimeValue", resourceCulture); } @@ -670,7 +670,7 @@ internal static string CacheRuntimeValue { /// /// Looks up a localized string similar to CacheRuntimeVersion. /// - internal static string CacheRuntimeVersionKey { + public static string CacheRuntimeVersionKey { get { return ResourceManager.GetString("CacheRuntimeVersionKey", resourceCulture); } @@ -679,7 +679,7 @@ internal static string CacheRuntimeVersionKey { /// /// Looks up a localized string similar to Installing caching version {0} for Role '{1}' (the caching version locally installed is: {2}). /// - internal static string CacheVersionWarningText { + public static string CacheVersionWarningText { get { return ResourceManager.GetString("CacheVersionWarningText", resourceCulture); } @@ -688,7 +688,7 @@ internal static string CacheVersionWarningText { /// /// Looks up a localized string similar to Cannot change built-in environment {0}.. /// - internal static string CannotChangeBuiltinEnvironment { + public static string CannotChangeBuiltinEnvironment { get { return ResourceManager.GetString("CannotChangeBuiltinEnvironment", resourceCulture); } @@ -697,7 +697,7 @@ internal static string CannotChangeBuiltinEnvironment { /// /// Looks up a localized string similar to Cannot find {0} with name {1}.. /// - internal static string CannotFind { + public static string CannotFind { get { return ResourceManager.GetString("CannotFind", resourceCulture); } @@ -706,7 +706,7 @@ internal static string CannotFind { /// /// Looks up a localized string similar to Deployment for service {0} with {1} slot doesn't exist. /// - internal static string CannotFindDeployment { + public static string CannotFindDeployment { get { return ResourceManager.GetString("CannotFindDeployment", resourceCulture); } @@ -715,7 +715,7 @@ internal static string CannotFindDeployment { /// /// Looks up a localized string similar to Can't find valid Microsoft Azure role in current directory {0}. /// - internal static string CannotFindRole { + public static string CannotFindRole { get { return ResourceManager.GetString("CannotFindRole", resourceCulture); } @@ -724,7 +724,7 @@ internal static string CannotFindRole { /// /// Looks up a localized string similar to service {0} configuration file (ServiceConfiguration.Cloud.cscfg) is either null or doesn't exist. /// - internal static string CannotFindServiceConfigurationFile { + public static string CannotFindServiceConfigurationFile { get { return ResourceManager.GetString("CannotFindServiceConfigurationFile", resourceCulture); } @@ -733,7 +733,7 @@ internal static string CannotFindServiceConfigurationFile { /// /// Looks up a localized string similar to Invalid service path! Cannot locate ServiceDefinition.csdef in current folder or parent folders.. /// - internal static string CannotFindServiceRoot { + public static string CannotFindServiceRoot { get { return ResourceManager.GetString("CannotFindServiceRoot", resourceCulture); } @@ -742,7 +742,7 @@ internal static string CannotFindServiceRoot { /// /// 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.. /// - internal static string CannotUpdateUnknownSubscription { + public static string CannotUpdateUnknownSubscription { get { return ResourceManager.GetString("CannotUpdateUnknownSubscription", resourceCulture); } @@ -751,7 +751,7 @@ internal static string CannotUpdateUnknownSubscription { /// /// Looks up a localized string similar to ManagementCertificate. /// - internal static string CertificateElementName { + public static string CertificateElementName { get { return ResourceManager.GetString("CertificateElementName", resourceCulture); } @@ -760,7 +760,7 @@ internal static string CertificateElementName { /// /// Looks up a localized string similar to certificate.pfx. /// - internal static string CertificateFileName { + public static string CertificateFileName { get { return ResourceManager.GetString("CertificateFileName", resourceCulture); } @@ -769,7 +769,7 @@ internal static string CertificateFileName { /// /// Looks up a localized string similar to Certificate imported into CurrentUser\My\{0}. /// - internal static string CertificateImportedMessage { + public static string CertificateImportedMessage { get { return ResourceManager.GetString("CertificateImportedMessage", resourceCulture); } @@ -778,7 +778,7 @@ internal static string CertificateImportedMessage { /// /// Looks up a localized string similar to No certificate was found in the certificate store with thumbprint {0}. /// - internal static string CertificateNotFoundInStore { + public static string CertificateNotFoundInStore { get { return ResourceManager.GetString("CertificateNotFoundInStore", resourceCulture); } @@ -787,7 +787,7 @@ internal static string CertificateNotFoundInStore { /// /// Looks up a localized string similar to Your account does not have access to the private key for certificate {0}. /// - internal static string CertificatePrivateKeyAccessError { + public static string CertificatePrivateKeyAccessError { get { return ResourceManager.GetString("CertificatePrivateKeyAccessError", resourceCulture); } @@ -796,7 +796,7 @@ internal static string CertificatePrivateKeyAccessError { /// /// Looks up a localized string similar to {0} {1} deployment for {2} service. /// - internal static string ChangeDeploymentStateWaitMessage { + public static string ChangeDeploymentStateWaitMessage { get { return ResourceManager.GetString("ChangeDeploymentStateWaitMessage", resourceCulture); } @@ -805,7 +805,7 @@ internal static string ChangeDeploymentStateWaitMessage { /// /// Looks up a localized string similar to Cloud service {0} is in {1} state.. /// - internal static string ChangeDeploymentStatusCompleteMessage { + public static string ChangeDeploymentStatusCompleteMessage { get { return ResourceManager.GetString("ChangeDeploymentStatusCompleteMessage", resourceCulture); } @@ -814,7 +814,7 @@ internal static string ChangeDeploymentStatusCompleteMessage { /// /// Looks up a localized string similar to Changing/Removing public environment '{0}' is not allowed.. /// - internal static string ChangePublicEnvironmentMessage { + public static string ChangePublicEnvironmentMessage { get { return ResourceManager.GetString("ChangePublicEnvironmentMessage", resourceCulture); } @@ -823,7 +823,7 @@ internal static string ChangePublicEnvironmentMessage { /// /// Looks up a localized string similar to Service {0} is set to value {1}. /// - internal static string ChangeSettingsElementMessage { + public static string ChangeSettingsElementMessage { get { return ResourceManager.GetString("ChangeSettingsElementMessage", resourceCulture); } @@ -832,7 +832,7 @@ internal static string ChangeSettingsElementMessage { /// /// Looks up a localized string similar to Changing public environment is not supported.. /// - internal static string ChangingDefaultEnvironmentNotSupported { + public static string ChangingDefaultEnvironmentNotSupported { get { return ResourceManager.GetString("ChangingDefaultEnvironmentNotSupported", resourceCulture); } @@ -841,7 +841,7 @@ internal static string ChangingDefaultEnvironmentNotSupported { /// /// Looks up a localized string similar to Choose which publish settings file to use:. /// - internal static string ChoosePublishSettingsFile { + public static string ChoosePublishSettingsFile { get { return ResourceManager.GetString("ChoosePublishSettingsFile", resourceCulture); } @@ -850,7 +850,7 @@ internal static string ChoosePublishSettingsFile { /// /// Looks up a localized string similar to Microsoft.WindowsAzure.Plugins.Caching.ClientDiagnosticLevel. /// - internal static string ClientDiagnosticLevelName { + public static string ClientDiagnosticLevelName { get { return ResourceManager.GetString("ClientDiagnosticLevelName", resourceCulture); } @@ -859,7 +859,7 @@ internal static string ClientDiagnosticLevelName { /// /// Looks up a localized string similar to 1. /// - internal static string ClientDiagnosticLevelValue { + public static string ClientDiagnosticLevelValue { get { return ResourceManager.GetString("ClientDiagnosticLevelValue", resourceCulture); } @@ -868,7 +868,7 @@ internal static string ClientDiagnosticLevelValue { /// /// Looks up a localized string similar to cloud_package.cspkg. /// - internal static string CloudPackageFileName { + public static string CloudPackageFileName { get { return ResourceManager.GetString("CloudPackageFileName", resourceCulture); } @@ -877,7 +877,7 @@ internal static string CloudPackageFileName { /// /// Looks up a localized string similar to ServiceConfiguration.Cloud.cscfg. /// - internal static string CloudServiceConfigurationFileName { + public static string CloudServiceConfigurationFileName { get { return ResourceManager.GetString("CloudServiceConfigurationFileName", resourceCulture); } @@ -886,7 +886,7 @@ internal static string CloudServiceConfigurationFileName { /// /// Looks up a localized string similar to Add-ons for {0}. /// - internal static string CloudServiceDescription { + public static string CloudServiceDescription { get { return ResourceManager.GetString("CloudServiceDescription", resourceCulture); } @@ -895,7 +895,7 @@ internal static string CloudServiceDescription { /// /// 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.. /// - internal static string CommunicationCouldNotBeEstablished { + public static string CommunicationCouldNotBeEstablished { get { return ResourceManager.GetString("CommunicationCouldNotBeEstablished", resourceCulture); } @@ -904,7 +904,7 @@ internal static string CommunicationCouldNotBeEstablished { /// /// Looks up a localized string similar to Complete. /// - internal static string CompleteMessage { + public static string CompleteMessage { get { return ResourceManager.GetString("CompleteMessage", resourceCulture); } @@ -913,7 +913,7 @@ internal static string CompleteMessage { /// /// Looks up a localized string similar to OperationID : '{0}'. /// - internal static string ComputeCloudExceptionOperationIdMessage { + public static string ComputeCloudExceptionOperationIdMessage { get { return ResourceManager.GetString("ComputeCloudExceptionOperationIdMessage", resourceCulture); } @@ -922,7 +922,7 @@ internal static string ComputeCloudExceptionOperationIdMessage { /// /// Looks up a localized string similar to config.json. /// - internal static string ConfigurationFileName { + public static string ConfigurationFileName { get { return ResourceManager.GetString("ConfigurationFileName", resourceCulture); } @@ -931,7 +931,7 @@ internal static string ConfigurationFileName { /// /// Looks up a localized string similar to VirtualMachine creation failed.. /// - internal static string CreateFailedErrorMessage { + public static string CreateFailedErrorMessage { get { return ResourceManager.GetString("CreateFailedErrorMessage", resourceCulture); } @@ -940,7 +940,7 @@ internal static string CreateFailedErrorMessage { /// /// 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.. /// - internal static string CreateWebsiteFailed { + public static string CreateWebsiteFailed { get { return ResourceManager.GetString("CreateWebsiteFailed", resourceCulture); } @@ -949,7 +949,7 @@ internal static string CreateWebsiteFailed { /// /// Looks up a localized string similar to Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core. /// - internal static string DataCacheClientsType { + public static string DataCacheClientsType { get { return ResourceManager.GetString("DataCacheClientsType", resourceCulture); } @@ -958,7 +958,7 @@ internal static string DataCacheClientsType { /// /// Looks up a localized string similar to //blobcontainer[@datacenter='{0}']. /// - internal static string DatacenterBlobQuery { + public static string DatacenterBlobQuery { get { return ResourceManager.GetString("DatacenterBlobQuery", resourceCulture); } @@ -967,7 +967,7 @@ internal static string DatacenterBlobQuery { /// /// Looks up a localized string similar to Microsoft Azure PowerShell Data Collection Confirmation. /// - internal static string DataCollectionActivity { + public static string DataCollectionActivity { get { return ResourceManager.GetString("DataCollectionActivity", resourceCulture); } @@ -976,7 +976,7 @@ internal static string DataCollectionActivity { /// /// Looks up a localized string similar to You choose not to participate in Microsoft Azure PowerShell data collection.. /// - internal static string DataCollectionConfirmNo { + public static string DataCollectionConfirmNo { get { return ResourceManager.GetString("DataCollectionConfirmNo", resourceCulture); } @@ -985,7 +985,7 @@ internal static string DataCollectionConfirmNo { /// /// Looks up a localized string similar to This confirmation message will be dismissed in '{0}' second(s).... /// - internal static string DataCollectionConfirmTime { + public static string DataCollectionConfirmTime { get { return ResourceManager.GetString("DataCollectionConfirmTime", resourceCulture); } @@ -994,7 +994,7 @@ internal static string DataCollectionConfirmTime { /// /// Looks up a localized string similar to You choose to participate in Microsoft Azure PowerShell data collection.. /// - internal static string DataCollectionConfirmYes { + public static string DataCollectionConfirmYes { get { return ResourceManager.GetString("DataCollectionConfirmYes", resourceCulture); } @@ -1003,7 +1003,7 @@ internal static string DataCollectionConfirmYes { /// /// Looks up a localized string similar to The setting profile has been saved to the following path '{0}'.. /// - internal static string DataCollectionSaveFileInformation { + public static string DataCollectionSaveFileInformation { get { return ResourceManager.GetString("DataCollectionSaveFileInformation", resourceCulture); } @@ -1012,7 +1012,7 @@ internal static string DataCollectionSaveFileInformation { /// /// Looks up a localized string similar to Setting: {0} as the default and current subscription. To view other subscriptions use Get-AzureSubscription. /// - internal static string DefaultAndCurrentSubscription { + public static string DefaultAndCurrentSubscription { get { return ResourceManager.GetString("DefaultAndCurrentSubscription", resourceCulture); } @@ -1021,7 +1021,7 @@ internal static string DefaultAndCurrentSubscription { /// /// Looks up a localized string similar to none. /// - internal static string DefaultFileVersion { + public static string DefaultFileVersion { get { return ResourceManager.GetString("DefaultFileVersion", resourceCulture); } @@ -1030,7 +1030,7 @@ internal static string DefaultFileVersion { /// /// Looks up a localized string similar to There are no hostnames which could be used for validation.. /// - internal static string DefaultHostnamesValidation { + public static string DefaultHostnamesValidation { get { return ResourceManager.GetString("DefaultHostnamesValidation", resourceCulture); } @@ -1039,7 +1039,7 @@ internal static string DefaultHostnamesValidation { /// /// Looks up a localized string similar to 8080. /// - internal static string DefaultPort { + public static string DefaultPort { get { return ResourceManager.GetString("DefaultPort", resourceCulture); } @@ -1048,7 +1048,7 @@ internal static string DefaultPort { /// /// Looks up a localized string similar to 1000. /// - internal static string DefaultRoleCachingInMB { + public static string DefaultRoleCachingInMB { get { return ResourceManager.GetString("DefaultRoleCachingInMB", resourceCulture); } @@ -1057,7 +1057,7 @@ internal static string DefaultRoleCachingInMB { /// /// Looks up a localized string similar to Auto. /// - internal static string DefaultUpgradeMode { + public static string DefaultUpgradeMode { get { return ResourceManager.GetString("DefaultUpgradeMode", resourceCulture); } @@ -1066,7 +1066,7 @@ internal static string DefaultUpgradeMode { /// /// Looks up a localized string similar to 80. /// - internal static string DefaultWebPort { + public static string DefaultWebPort { get { return ResourceManager.GetString("DefaultWebPort", resourceCulture); } @@ -1075,7 +1075,7 @@ internal static string DefaultWebPort { /// /// Looks up a localized string similar to Delete. /// - internal static string Delete { + public static string Delete { get { return ResourceManager.GetString("Delete", resourceCulture); } @@ -1084,7 +1084,7 @@ internal static string Delete { /// /// Looks up a localized string similar to The {0} slot for service {1} is already in {2} state. /// - internal static string DeploymentAlreadyInState { + public static string DeploymentAlreadyInState { get { return ResourceManager.GetString("DeploymentAlreadyInState", resourceCulture); } @@ -1093,7 +1093,7 @@ internal static string DeploymentAlreadyInState { /// /// Looks up a localized string similar to The deployment in {0} slot for service {1} is removed. /// - internal static string DeploymentRemovedMessage { + public static string DeploymentRemovedMessage { get { return ResourceManager.GetString("DeploymentRemovedMessage", resourceCulture); } @@ -1102,7 +1102,7 @@ internal static string DeploymentRemovedMessage { /// /// Looks up a localized string similar to Microsoft.WindowsAzure.Plugins.Caching.DiagnosticLevel. /// - internal static string DiagnosticLevelName { + public static string DiagnosticLevelName { get { return ResourceManager.GetString("DiagnosticLevelName", resourceCulture); } @@ -1111,7 +1111,7 @@ internal static string DiagnosticLevelName { /// /// Looks up a localized string similar to 1. /// - internal static string DiagnosticLevelValue { + public static string DiagnosticLevelValue { get { return ResourceManager.GetString("DiagnosticLevelValue", resourceCulture); } @@ -1120,7 +1120,7 @@ internal static string DiagnosticLevelValue { /// /// Looks up a localized string similar to The key to add already exists in the dictionary.. /// - internal static string DictionaryAddAlreadyContainsKey { + public static string DictionaryAddAlreadyContainsKey { get { return ResourceManager.GetString("DictionaryAddAlreadyContainsKey", resourceCulture); } @@ -1129,7 +1129,7 @@ internal static string DictionaryAddAlreadyContainsKey { /// /// Looks up a localized string similar to The array index cannot be less than zero.. /// - internal static string DictionaryCopyToArrayIndexLessThanZero { + public static string DictionaryCopyToArrayIndexLessThanZero { get { return ResourceManager.GetString("DictionaryCopyToArrayIndexLessThanZero", resourceCulture); } @@ -1138,7 +1138,7 @@ internal static string DictionaryCopyToArrayIndexLessThanZero { /// /// Looks up a localized string similar to The supplied array does not have enough room to contain the copied elements.. /// - internal static string DictionaryCopyToArrayTooShort { + public static string DictionaryCopyToArrayTooShort { get { return ResourceManager.GetString("DictionaryCopyToArrayTooShort", resourceCulture); } @@ -1147,7 +1147,7 @@ internal static string DictionaryCopyToArrayTooShort { /// /// Looks up a localized string similar to The provided dns {0} doesn't exist. /// - internal static string DnsDoesNotExist { + public static string DnsDoesNotExist { get { return ResourceManager.GetString("DnsDoesNotExist", resourceCulture); } @@ -1156,7 +1156,7 @@ internal static string DnsDoesNotExist { /// /// Looks up a localized string similar to Microsoft Azure Certificate. /// - internal static string EnableRemoteDesktop_FriendlyCertificateName { + public static string EnableRemoteDesktop_FriendlyCertificateName { get { return ResourceManager.GetString("EnableRemoteDesktop_FriendlyCertificateName", resourceCulture); } @@ -1165,7 +1165,7 @@ internal static string EnableRemoteDesktop_FriendlyCertificateName { /// /// Looks up a localized string similar to Endpoint can't be retrieved for storage account. /// - internal static string EndPointNotFoundForBlobStorage { + public static string EndPointNotFoundForBlobStorage { get { return ResourceManager.GetString("EndPointNotFoundForBlobStorage", resourceCulture); } @@ -1174,7 +1174,7 @@ internal static string EndPointNotFoundForBlobStorage { /// /// Looks up a localized string similar to {0} end processing.. /// - internal static string EndProcessingLog { + public static string EndProcessingLog { get { return ResourceManager.GetString("EndProcessingLog", resourceCulture); } @@ -1183,7 +1183,7 @@ internal static string EndProcessingLog { /// /// 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.. /// - internal static string EnvironmentDoesNotSupportActiveDirectory { + public static string EnvironmentDoesNotSupportActiveDirectory { get { return ResourceManager.GetString("EnvironmentDoesNotSupportActiveDirectory", resourceCulture); } @@ -1192,7 +1192,7 @@ internal static string EnvironmentDoesNotSupportActiveDirectory { /// /// Looks up a localized string similar to The environment '{0}' already exists.. /// - internal static string EnvironmentExists { + public static string EnvironmentExists { get { return ResourceManager.GetString("EnvironmentExists", resourceCulture); } @@ -1201,7 +1201,7 @@ internal static string EnvironmentExists { /// /// Looks up a localized string similar to Environment name doesn't match one in subscription.. /// - internal static string EnvironmentNameDoesntMatchSubscription { + public static string EnvironmentNameDoesntMatchSubscription { get { return ResourceManager.GetString("EnvironmentNameDoesntMatchSubscription", resourceCulture); } @@ -1210,7 +1210,7 @@ internal static string EnvironmentNameDoesntMatchSubscription { /// /// Looks up a localized string similar to Environment name needs to be specified.. /// - internal static string EnvironmentNameNeedsToBeSpecified { + public static string EnvironmentNameNeedsToBeSpecified { get { return ResourceManager.GetString("EnvironmentNameNeedsToBeSpecified", resourceCulture); } @@ -1219,7 +1219,7 @@ internal static string EnvironmentNameNeedsToBeSpecified { /// /// Looks up a localized string similar to Environment needs to be specified.. /// - internal static string EnvironmentNeedsToBeSpecified { + public static string EnvironmentNeedsToBeSpecified { get { return ResourceManager.GetString("EnvironmentNeedsToBeSpecified", resourceCulture); } @@ -1228,7 +1228,7 @@ internal static string EnvironmentNeedsToBeSpecified { /// /// Looks up a localized string similar to The environment name '{0}' is not found.. /// - internal static string EnvironmentNotFound { + public static string EnvironmentNotFound { get { return ResourceManager.GetString("EnvironmentNotFound", resourceCulture); } @@ -1237,7 +1237,7 @@ internal static string EnvironmentNotFound { /// /// Looks up a localized string similar to environments.xml. /// - internal static string EnvironmentsFileName { + public static string EnvironmentsFileName { get { return ResourceManager.GetString("EnvironmentsFileName", resourceCulture); } @@ -1246,7 +1246,7 @@ internal static string EnvironmentsFileName { /// /// Looks up a localized string similar to Error creating VirtualMachine. /// - internal static string ErrorCreatingVirtualMachine { + public static string ErrorCreatingVirtualMachine { get { return ResourceManager.GetString("ErrorCreatingVirtualMachine", resourceCulture); } @@ -1255,7 +1255,7 @@ internal static string ErrorCreatingVirtualMachine { /// /// Looks up a localized string similar to Unable to download available runtimes for location '{0}'. /// - internal static string ErrorRetrievingRuntimesForLocation { + public static string ErrorRetrievingRuntimesForLocation { get { return ResourceManager.GetString("ErrorRetrievingRuntimesForLocation", resourceCulture); } @@ -1264,7 +1264,7 @@ internal static string ErrorRetrievingRuntimesForLocation { /// /// Looks up a localized string similar to Error updating VirtualMachine. /// - internal static string ErrorUpdatingVirtualMachine { + public static string ErrorUpdatingVirtualMachine { get { return ResourceManager.GetString("ErrorUpdatingVirtualMachine", resourceCulture); } @@ -1273,7 +1273,7 @@ internal static string ErrorUpdatingVirtualMachine { /// /// Looks up a localized string similar to Job Id {0} failed. Error: {1}, ExceptionDetails: {2}. /// - internal static string FailedJobErrorMessage { + public static string FailedJobErrorMessage { get { return ResourceManager.GetString("FailedJobErrorMessage", resourceCulture); } @@ -1282,7 +1282,7 @@ internal static string FailedJobErrorMessage { /// /// Looks up a localized string similar to File path is not valid.. /// - internal static string FilePathIsNotValid { + public static string FilePathIsNotValid { get { return ResourceManager.GetString("FilePathIsNotValid", resourceCulture); } @@ -1291,7 +1291,7 @@ internal static string FilePathIsNotValid { /// /// Looks up a localized string similar to The HTTP request was forbidden with client authentication scheme 'Anonymous'.. /// - internal static string FirstPurchaseErrorMessage { + public static string FirstPurchaseErrorMessage { get { return ResourceManager.GetString("FirstPurchaseErrorMessage", resourceCulture); } @@ -1300,7 +1300,7 @@ internal static string FirstPurchaseErrorMessage { /// /// 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.. /// - internal static string FirstPurchaseMessage { + public static string FirstPurchaseMessage { get { return ResourceManager.GetString("FirstPurchaseMessage", resourceCulture); } @@ -1309,7 +1309,7 @@ internal static string FirstPurchaseMessage { /// /// Looks up a localized string similar to Operation Status:. /// - internal static string GatewayOperationStatus { + public static string GatewayOperationStatus { get { return ResourceManager.GetString("GatewayOperationStatus", resourceCulture); } @@ -1318,7 +1318,7 @@ internal static string GatewayOperationStatus { /// /// Looks up a localized string similar to Resources\Scaffolding\General. /// - internal static string GeneralScaffolding { + public static string GeneralScaffolding { get { return ResourceManager.GetString("GeneralScaffolding", resourceCulture); } @@ -1327,7 +1327,7 @@ internal static string GeneralScaffolding { /// /// Looks up a localized string similar to Getting all available Microsoft Azure Add-Ons, this may take few minutes.... /// - internal static string GetAllAddOnsWaitMessage { + public static string GetAllAddOnsWaitMessage { get { return ResourceManager.GetString("GetAllAddOnsWaitMessage", resourceCulture); } @@ -1336,7 +1336,7 @@ internal static string GetAllAddOnsWaitMessage { /// /// Looks up a localized string similar to Name{0}Primary Key{0}Seconday Key. /// - internal static string GetStorageKeysHeader { + public static string GetStorageKeysHeader { get { return ResourceManager.GetString("GetStorageKeysHeader", resourceCulture); } @@ -1345,7 +1345,7 @@ internal static string GetStorageKeysHeader { /// /// Looks up a localized string similar to Git not found. Please install git and place it in your command line path.. /// - internal static string GitNotFound { + public static string GitNotFound { get { return ResourceManager.GetString("GitNotFound", resourceCulture); } @@ -1354,7 +1354,7 @@ internal static string GitNotFound { /// /// Looks up a localized string similar to Could not find publish settings. Please run Import-AzurePublishSettingsFile.. /// - internal static string GlobalSettingsManager_Load_PublishSettingsNotFound { + public static string GlobalSettingsManager_Load_PublishSettingsNotFound { get { return ResourceManager.GetString("GlobalSettingsManager_Load_PublishSettingsNotFound", resourceCulture); } @@ -1363,7 +1363,7 @@ internal static string GlobalSettingsManager_Load_PublishSettingsNotFound { /// /// Looks up a localized string similar to Cannot find the WadCfg end element in the config.. /// - internal static string IaasDiagnosticsBadConfigNoEndWadCfg { + public static string IaasDiagnosticsBadConfigNoEndWadCfg { get { return ResourceManager.GetString("IaasDiagnosticsBadConfigNoEndWadCfg", resourceCulture); } @@ -1372,7 +1372,7 @@ internal static string IaasDiagnosticsBadConfigNoEndWadCfg { /// /// Looks up a localized string similar to WadCfg start element in the config is not matching the end element.. /// - internal static string IaasDiagnosticsBadConfigNoMatchingWadCfg { + public static string IaasDiagnosticsBadConfigNoMatchingWadCfg { get { return ResourceManager.GetString("IaasDiagnosticsBadConfigNoMatchingWadCfg", resourceCulture); } @@ -1381,7 +1381,7 @@ internal static string IaasDiagnosticsBadConfigNoMatchingWadCfg { /// /// Looks up a localized string similar to Cannot find the WadCfg element in the config.. /// - internal static string IaasDiagnosticsBadConfigNoWadCfg { + public static string IaasDiagnosticsBadConfigNoWadCfg { get { return ResourceManager.GetString("IaasDiagnosticsBadConfigNoWadCfg", resourceCulture); } @@ -1390,7 +1390,7 @@ internal static string IaasDiagnosticsBadConfigNoWadCfg { /// /// Looks up a localized string similar to iisnode.dll. /// - internal static string IISNodeDll { + public static string IISNodeDll { get { return ResourceManager.GetString("IISNodeDll", resourceCulture); } @@ -1399,7 +1399,7 @@ internal static string IISNodeDll { /// /// Looks up a localized string similar to iisnode. /// - internal static string IISNodeEngineKey { + public static string IISNodeEngineKey { get { return ResourceManager.GetString("IISNodeEngineKey", resourceCulture); } @@ -1408,7 +1408,7 @@ internal static string IISNodeEngineKey { /// /// Looks up a localized string similar to iisnode-dev\\release\\x64. /// - internal static string IISNodePath { + public static string IISNodePath { get { return ResourceManager.GetString("IISNodePath", resourceCulture); } @@ -1417,7 +1417,7 @@ internal static string IISNodePath { /// /// Looks up a localized string similar to iisnode. /// - internal static string IISNodeRuntimeValue { + public static string IISNodeRuntimeValue { get { return ResourceManager.GetString("IISNodeRuntimeValue", resourceCulture); } @@ -1426,7 +1426,7 @@ internal static string IISNodeRuntimeValue { /// /// Looks up a localized string similar to Installing IISNode version {0} in Azure for WebRole '{1}' (the version locally installed is: {2}). /// - internal static string IISNodeVersionWarningText { + public static string IISNodeVersionWarningText { get { return ResourceManager.GetString("IISNodeVersionWarningText", resourceCulture); } @@ -1435,7 +1435,7 @@ internal static string IISNodeVersionWarningText { /// /// Looks up a localized string similar to Illegal characters in path.. /// - internal static string IllegalPath { + public static string IllegalPath { get { return ResourceManager.GetString("IllegalPath", resourceCulture); } @@ -1444,7 +1444,7 @@ internal static string IllegalPath { /// /// Looks up a localized string similar to Internal Server Error. /// - internal static string InternalServerErrorMessage { + public static string InternalServerErrorMessage { get { return ResourceManager.GetString("InternalServerErrorMessage", resourceCulture); } @@ -1453,7 +1453,7 @@ internal static string InternalServerErrorMessage { /// /// Looks up a localized string similar to Cannot enable memcach protocol on a cache worker role {0}.. /// - internal static string InvalidCacheRoleName { + public static string InvalidCacheRoleName { get { return ResourceManager.GetString("InvalidCacheRoleName", resourceCulture); } @@ -1462,7 +1462,7 @@ internal static string InvalidCacheRoleName { /// /// Looks up a localized string similar to Invalid certificate format. Publish settings may be corrupted. Use Get-AzurePublishSettingsFile to download updated settings. /// - internal static string InvalidCertificate { + public static string InvalidCertificate { get { return ResourceManager.GetString("InvalidCertificate", resourceCulture); } @@ -1471,7 +1471,7 @@ internal static string InvalidCertificate { /// /// Looks up a localized string similar to Invalid certificate format.. /// - internal static string InvalidCertificateSingle { + public static string InvalidCertificateSingle { get { return ResourceManager.GetString("InvalidCertificateSingle", resourceCulture); } @@ -1480,7 +1480,7 @@ internal static string InvalidCertificateSingle { /// /// Looks up a localized string similar to The provided configuration path is invalid or doesn't exist. /// - internal static string InvalidConfigPath { + public static string InvalidConfigPath { get { return ResourceManager.GetString("InvalidConfigPath", resourceCulture); } @@ -1489,7 +1489,7 @@ internal static string InvalidConfigPath { /// /// 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.. /// - internal static string InvalidCountryNameMessage { + public static string InvalidCountryNameMessage { get { return ResourceManager.GetString("InvalidCountryNameMessage", resourceCulture); } @@ -1498,7 +1498,7 @@ internal static string InvalidCountryNameMessage { /// /// Looks up a localized string similar to No default subscription has been designated. Use Select-AzureSubscription -Default <subscriptionName> to set the default subscription.. /// - internal static string InvalidDefaultSubscription { + public static string InvalidDefaultSubscription { get { return ResourceManager.GetString("InvalidDefaultSubscription", resourceCulture); } @@ -1507,7 +1507,7 @@ internal static string InvalidDefaultSubscription { /// /// Looks up a localized string similar to Deployment with {0} does not exist. /// - internal static string InvalidDeployment { + public static string InvalidDeployment { get { return ResourceManager.GetString("InvalidDeployment", resourceCulture); } @@ -1516,7 +1516,7 @@ internal static string InvalidDeployment { /// /// Looks up a localized string similar to The deployment slot name {0} is invalid. Slot name must be either "Staging" or "Production".. /// - internal static string InvalidDeploymentSlot { + public static string InvalidDeploymentSlot { get { return ResourceManager.GetString("InvalidDeploymentSlot", resourceCulture); } @@ -1525,7 +1525,7 @@ internal static string InvalidDeploymentSlot { /// /// Looks up a localized string similar to "{0}" is an invalid DNS name for {1}. /// - internal static string InvalidDnsName { + public static string InvalidDnsName { get { return ResourceManager.GetString("InvalidDnsName", resourceCulture); } @@ -1534,7 +1534,7 @@ internal static string InvalidDnsName { /// /// Looks up a localized string similar to Invalid service endpoint.. /// - internal static string InvalidEndpoint { + public static string InvalidEndpoint { get { return ResourceManager.GetString("InvalidEndpoint", resourceCulture); } @@ -1543,7 +1543,7 @@ internal static string InvalidEndpoint { /// /// Looks up a localized string similar to The provided file in {0} must be have {1} extension. /// - internal static string InvalidFileExtension { + public static string InvalidFileExtension { get { return ResourceManager.GetString("InvalidFileExtension", resourceCulture); } @@ -1552,7 +1552,7 @@ internal static string InvalidFileExtension { /// /// Looks up a localized string similar to File {0} has invalid characters. /// - internal static string InvalidFileName { + public static string InvalidFileName { get { return ResourceManager.GetString("InvalidFileName", resourceCulture); } @@ -1566,7 +1566,7 @@ internal static string InvalidFileName { ///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}. /// - internal static string InvalidGitCredentials { + public static string InvalidGitCredentials { get { return ResourceManager.GetString("InvalidGitCredentials", resourceCulture); } @@ -1575,7 +1575,7 @@ internal static string InvalidGitCredentials { /// /// Looks up a localized string similar to The value {0} provided is not a valid GUID. Please provide a valid GUID.. /// - internal static string InvalidGuid { + public static string InvalidGuid { get { return ResourceManager.GetString("InvalidGuid", resourceCulture); } @@ -1584,7 +1584,7 @@ internal static string InvalidGuid { /// /// Looks up a localized string similar to The specified hostname does not exist. Please specify a valid hostname for the site.. /// - internal static string InvalidHostnameValidation { + public static string InvalidHostnameValidation { get { return ResourceManager.GetString("InvalidHostnameValidation", resourceCulture); } @@ -1593,7 +1593,7 @@ internal static string InvalidHostnameValidation { /// /// Looks up a localized string similar to Role {0} instances must be greater than or equal 0 and less than or equal 20. /// - internal static string InvalidInstancesCount { + public static string InvalidInstancesCount { get { return ResourceManager.GetString("InvalidInstancesCount", resourceCulture); } @@ -1602,7 +1602,7 @@ internal static string InvalidInstancesCount { /// /// 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.. /// - internal static string InvalidJobFile { + public static string InvalidJobFile { get { return ResourceManager.GetString("InvalidJobFile", resourceCulture); } @@ -1611,7 +1611,7 @@ internal static string InvalidJobFile { /// /// Looks up a localized string similar to Could not download a valid runtime manifest, Please check your internet connection and try again.. /// - internal static string InvalidManifestError { + public static string InvalidManifestError { get { return ResourceManager.GetString("InvalidManifestError", resourceCulture); } @@ -1620,7 +1620,7 @@ internal static string InvalidManifestError { /// /// Looks up a localized string similar to The account {0} was not found. Please specify a valid account name.. /// - internal static string InvalidMediaServicesAccount { + public static string InvalidMediaServicesAccount { get { return ResourceManager.GetString("InvalidMediaServicesAccount", resourceCulture); } @@ -1629,7 +1629,7 @@ internal static string InvalidMediaServicesAccount { /// /// Looks up a localized string similar to The provided name "{0}" does not match the service bus namespace naming rules.. /// - internal static string InvalidNamespaceName { + public static string InvalidNamespaceName { get { return ResourceManager.GetString("InvalidNamespaceName", resourceCulture); } @@ -1638,7 +1638,7 @@ internal static string InvalidNamespaceName { /// /// Looks up a localized string similar to Path must specify a valid path to an Azure profile.. /// - internal static string InvalidNewProfilePath { + public static string InvalidNewProfilePath { get { return ResourceManager.GetString("InvalidNewProfilePath", resourceCulture); } @@ -1647,7 +1647,7 @@ internal static string InvalidNewProfilePath { /// /// Looks up a localized string similar to Value cannot be null. Parameter name: '{0}'. /// - internal static string InvalidNullArgument { + public static string InvalidNullArgument { get { return ResourceManager.GetString("InvalidNullArgument", resourceCulture); } @@ -1656,7 +1656,7 @@ internal static string InvalidNullArgument { /// /// Looks up a localized string similar to {0} is invalid or empty. /// - internal static string InvalidOrEmptyArgumentMessage { + public static string InvalidOrEmptyArgumentMessage { get { return ResourceManager.GetString("InvalidOrEmptyArgumentMessage", resourceCulture); } @@ -1665,7 +1665,7 @@ internal static string InvalidOrEmptyArgumentMessage { /// /// Looks up a localized string similar to The provided package path is invalid or doesn't exist. /// - internal static string InvalidPackagePath { + public static string InvalidPackagePath { get { return ResourceManager.GetString("InvalidPackagePath", resourceCulture); } @@ -1674,7 +1674,7 @@ internal static string InvalidPackagePath { /// /// Looks up a localized string similar to '{0}' is an invalid parameter set name.. /// - internal static string InvalidParameterSetName { + public static string InvalidParameterSetName { get { return ResourceManager.GetString("InvalidParameterSetName", resourceCulture); } @@ -1683,7 +1683,7 @@ internal static string InvalidParameterSetName { /// /// Looks up a localized string similar to {0} doesn't exist in {1} or you've not passed valid value for it. /// - internal static string InvalidPath { + public static string InvalidPath { get { return ResourceManager.GetString("InvalidPath", resourceCulture); } @@ -1692,7 +1692,7 @@ internal static string InvalidPath { /// /// Looks up a localized string similar to Path {0} has invalid characters. /// - internal static string InvalidPathName { + public static string InvalidPathName { get { return ResourceManager.GetString("InvalidPathName", resourceCulture); } @@ -1701,7 +1701,7 @@ internal static string InvalidPathName { /// /// 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}. /// - internal static string InvalidProfileProperties { + public static string InvalidProfileProperties { get { return ResourceManager.GetString("InvalidProfileProperties", resourceCulture); } @@ -1710,7 +1710,7 @@ internal static string InvalidProfileProperties { /// /// Looks up a localized string similar to The provided publish settings file {0} has invalid content. Please get valid by running cmdlet Get-AzurePublishSettingsFile. /// - internal static string InvalidPublishSettingsSchema { + public static string InvalidPublishSettingsSchema { get { return ResourceManager.GetString("InvalidPublishSettingsSchema", resourceCulture); } @@ -1719,7 +1719,7 @@ internal static string InvalidPublishSettingsSchema { /// /// Looks up a localized string similar to The provided role name "{0}" has invalid characters. /// - internal static string InvalidRoleNameMessage { + public static string InvalidRoleNameMessage { get { return ResourceManager.GetString("InvalidRoleNameMessage", resourceCulture); } @@ -1728,7 +1728,7 @@ internal static string InvalidRoleNameMessage { /// /// Looks up a localized string similar to A valid name for the service root folder is required. /// - internal static string InvalidRootNameMessage { + public static string InvalidRootNameMessage { get { return ResourceManager.GetString("InvalidRootNameMessage", resourceCulture); } @@ -1737,7 +1737,7 @@ internal static string InvalidRootNameMessage { /// /// Looks up a localized string similar to {0} is not a recognized runtime type. /// - internal static string InvalidRuntimeError { + public static string InvalidRuntimeError { get { return ResourceManager.GetString("InvalidRuntimeError", resourceCulture); } @@ -1746,7 +1746,7 @@ internal static string InvalidRuntimeError { /// /// Looks up a localized string similar to A valid language is required. /// - internal static string InvalidScaffoldingLanguageArg { + public static string InvalidScaffoldingLanguageArg { get { return ResourceManager.GetString("InvalidScaffoldingLanguageArg", resourceCulture); } @@ -1755,7 +1755,7 @@ internal static string InvalidScaffoldingLanguageArg { /// /// Looks up a localized string similar to No subscription is currently selected. Use Select-Subscription to activate a subscription.. /// - internal static string InvalidSelectedSubscription { + public static string InvalidSelectedSubscription { get { return ResourceManager.GetString("InvalidSelectedSubscription", resourceCulture); } @@ -1764,7 +1764,7 @@ internal static string InvalidSelectedSubscription { /// /// 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.. /// - internal static string InvalidServiceBusLocation { + public static string InvalidServiceBusLocation { get { return ResourceManager.GetString("InvalidServiceBusLocation", resourceCulture); } @@ -1773,7 +1773,7 @@ internal static string InvalidServiceBusLocation { /// /// Looks up a localized string similar to Please provide a service name or run this command from inside a service project directory.. /// - internal static string InvalidServiceName { + public static string InvalidServiceName { get { return ResourceManager.GetString("InvalidServiceName", resourceCulture); } @@ -1782,7 +1782,7 @@ internal static string InvalidServiceName { /// /// Looks up a localized string similar to You must provide valid value for {0}. /// - internal static string InvalidServiceSettingElement { + public static string InvalidServiceSettingElement { get { return ResourceManager.GetString("InvalidServiceSettingElement", resourceCulture); } @@ -1791,7 +1791,7 @@ internal static string InvalidServiceSettingElement { /// /// Looks up a localized string similar to settings.json is invalid or doesn't exist. /// - internal static string InvalidServiceSettingMessage { + public static string InvalidServiceSettingMessage { get { return ResourceManager.GetString("InvalidServiceSettingMessage", resourceCulture); } @@ -1800,7 +1800,7 @@ internal static string InvalidServiceSettingMessage { /// /// Looks up a localized string similar to The subscription named '{0}' cannot be found. Use Set-AzureSubscription to initialize the subscription data.. /// - internal static string InvalidSubscription { + public static string InvalidSubscription { get { return ResourceManager.GetString("InvalidSubscription", resourceCulture); } @@ -1809,7 +1809,7 @@ internal static string InvalidSubscription { /// /// Looks up a localized string similar to The provided subscription id {0} is not valid. /// - internal static string InvalidSubscriptionId { + public static string InvalidSubscriptionId { get { return ResourceManager.GetString("InvalidSubscriptionId", resourceCulture); } @@ -1818,7 +1818,7 @@ internal static string InvalidSubscriptionId { /// /// Looks up a localized string similar to Must specify a non-null subscription name.. /// - internal static string InvalidSubscriptionName { + public static string InvalidSubscriptionName { get { return ResourceManager.GetString("InvalidSubscriptionName", resourceCulture); } @@ -1827,7 +1827,7 @@ internal static string InvalidSubscriptionName { /// /// 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. /// - internal static string InvalidSubscriptionNameMessage { + public static string InvalidSubscriptionNameMessage { get { return ResourceManager.GetString("InvalidSubscriptionNameMessage", resourceCulture); } @@ -1836,7 +1836,7 @@ internal static string InvalidSubscriptionNameMessage { /// /// Looks up a localized string similar to The provided subscriptions file {0} has invalid content.. /// - internal static string InvalidSubscriptionsDataSchema { + public static string InvalidSubscriptionsDataSchema { get { return ResourceManager.GetString("InvalidSubscriptionsDataSchema", resourceCulture); } @@ -1845,7 +1845,7 @@ internal static string InvalidSubscriptionsDataSchema { /// /// Looks up a localized string similar to Role {0} VM size should be ExtraSmall, Small, Medium, Large or ExtraLarge.. /// - internal static string InvalidVMSize { + public static string InvalidVMSize { get { return ResourceManager.GetString("InvalidVMSize", resourceCulture); } @@ -1854,7 +1854,7 @@ internal static string InvalidVMSize { /// /// Looks up a localized string similar to The web job file must have *.zip extension. /// - internal static string InvalidWebJobFile { + public static string InvalidWebJobFile { get { return ResourceManager.GetString("InvalidWebJobFile", resourceCulture); } @@ -1863,7 +1863,7 @@ internal static string InvalidWebJobFile { /// /// Looks up a localized string similar to Singleton option works for continuous jobs only.. /// - internal static string InvalidWebJobSingleton { + public static string InvalidWebJobSingleton { get { return ResourceManager.GetString("InvalidWebJobSingleton", resourceCulture); } @@ -1872,7 +1872,7 @@ internal static string InvalidWebJobSingleton { /// /// Looks up a localized string similar to The website {0} was not found. Please specify a valid website name.. /// - internal static string InvalidWebsite { + public static string InvalidWebsite { get { return ResourceManager.GetString("InvalidWebsite", resourceCulture); } @@ -1881,7 +1881,7 @@ internal static string InvalidWebsite { /// /// Looks up a localized string similar to No job for id: {0} was found.. /// - internal static string JobNotFound { + public static string JobNotFound { get { return ResourceManager.GetString("JobNotFound", resourceCulture); } @@ -1890,7 +1890,7 @@ internal static string JobNotFound { /// /// Looks up a localized string similar to engines. /// - internal static string JsonEnginesSectionName { + public static string JsonEnginesSectionName { get { return ResourceManager.GetString("JsonEnginesSectionName", resourceCulture); } @@ -1899,7 +1899,7 @@ internal static string JsonEnginesSectionName { /// /// Looks up a localized string similar to Scaffolding for this language is not yet supported. /// - internal static string LanguageScaffoldingIsNotSupported { + public static string LanguageScaffoldingIsNotSupported { get { return ResourceManager.GetString("LanguageScaffoldingIsNotSupported", resourceCulture); } @@ -1908,7 +1908,7 @@ internal static string LanguageScaffoldingIsNotSupported { /// /// Looks up a localized string similar to Link already established. /// - internal static string LinkAlreadyEstablished { + public static string LinkAlreadyEstablished { get { return ResourceManager.GetString("LinkAlreadyEstablished", resourceCulture); } @@ -1917,7 +1917,7 @@ internal static string LinkAlreadyEstablished { /// /// Looks up a localized string similar to local_package.csx. /// - internal static string LocalPackageFileName { + public static string LocalPackageFileName { get { return ResourceManager.GetString("LocalPackageFileName", resourceCulture); } @@ -1926,7 +1926,7 @@ internal static string LocalPackageFileName { /// /// Looks up a localized string similar to ServiceConfiguration.Local.cscfg. /// - internal static string LocalServiceConfigurationFileName { + public static string LocalServiceConfigurationFileName { get { return ResourceManager.GetString("LocalServiceConfigurationFileName", resourceCulture); } @@ -1935,7 +1935,7 @@ internal static string LocalServiceConfigurationFileName { /// /// Looks up a localized string similar to Looking for {0} deployment for {1} cloud service.... /// - internal static string LookingForDeploymentMessage { + public static string LookingForDeploymentMessage { get { return ResourceManager.GetString("LookingForDeploymentMessage", resourceCulture); } @@ -1944,7 +1944,7 @@ internal static string LookingForDeploymentMessage { /// /// Looks up a localized string similar to Looking for cloud service {0}.... /// - internal static string LookingForServiceMessage { + public static string LookingForServiceMessage { get { return ResourceManager.GetString("LookingForServiceMessage", resourceCulture); } @@ -1953,7 +1953,7 @@ internal static string LookingForServiceMessage { /// /// Looks up a localized string similar to Azure Long-Running Job. /// - internal static string LROJobName { + public static string LROJobName { get { return ResourceManager.GetString("LROJobName", resourceCulture); } @@ -1962,7 +1962,7 @@ internal static string LROJobName { /// /// 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.. /// - internal static string LROTaskExceptionMessage { + public static string LROTaskExceptionMessage { get { return ResourceManager.GetString("LROTaskExceptionMessage", resourceCulture); } @@ -1971,7 +1971,7 @@ internal static string LROTaskExceptionMessage { /// /// Looks up a localized string similar to managementCertificate.pem. /// - internal static string ManagementCertificateFileName { + public static string ManagementCertificateFileName { get { return ResourceManager.GetString("ManagementCertificateFileName", resourceCulture); } @@ -1980,7 +1980,7 @@ internal static string ManagementCertificateFileName { /// /// Looks up a localized string similar to ?whr={0}. /// - internal static string ManagementPortalRealmFormat { + public static string ManagementPortalRealmFormat { get { return ResourceManager.GetString("ManagementPortalRealmFormat", resourceCulture); } @@ -1989,7 +1989,7 @@ internal static string ManagementPortalRealmFormat { /// /// Looks up a localized string similar to //baseuri. /// - internal static string ManifestBaseUriQuery { + public static string ManifestBaseUriQuery { get { return ResourceManager.GetString("ManifestBaseUriQuery", resourceCulture); } @@ -1998,7 +1998,7 @@ internal static string ManifestBaseUriQuery { /// /// Looks up a localized string similar to uri. /// - internal static string ManifestBlobUriKey { + public static string ManifestBlobUriKey { get { return ResourceManager.GetString("ManifestBlobUriKey", resourceCulture); } @@ -2007,7 +2007,7 @@ internal static string ManifestBlobUriKey { /// /// Looks up a localized string similar to http://az413943.vo.msecnd.net/node/runtimemanifest_0.7.5.2.xml. /// - internal static string ManifestUri { + public static string ManifestUri { get { return ResourceManager.GetString("ManifestUri", resourceCulture); } @@ -2016,7 +2016,7 @@ internal static string ManifestUri { /// /// Looks up a localized string similar to Property bag Hashtable must contain a 'Certificate' of type 'X509Certificate2'.. /// - internal static string MissingCertificateInProfileProperties { + public static string MissingCertificateInProfileProperties { get { return ResourceManager.GetString("MissingCertificateInProfileProperties", resourceCulture); } @@ -2025,7 +2025,7 @@ internal static string MissingCertificateInProfileProperties { /// /// Looks up a localized string similar to Property bag Hashtable must contain a 'Password' with an associated 'Username' or 'ServicePrincipal'.. /// - internal static string MissingPasswordInProfileProperties { + public static string MissingPasswordInProfileProperties { get { return ResourceManager.GetString("MissingPasswordInProfileProperties", resourceCulture); } @@ -2034,7 +2034,7 @@ internal static string MissingPasswordInProfileProperties { /// /// Looks up a localized string similar to Property bag Hashtable must contain a 'SubscriptionId'.. /// - internal static string MissingSubscriptionInProfileProperties { + public static string MissingSubscriptionInProfileProperties { get { return ResourceManager.GetString("MissingSubscriptionInProfileProperties", resourceCulture); } @@ -2043,7 +2043,7 @@ internal static string MissingSubscriptionInProfileProperties { /// /// Looks up a localized string similar to Multiple Add-Ons found holding name {0}. /// - internal static string MultipleAddOnsFoundMessage { + public static string MultipleAddOnsFoundMessage { get { return ResourceManager.GetString("MultipleAddOnsFoundMessage", resourceCulture); } @@ -2052,7 +2052,7 @@ internal static string MultipleAddOnsFoundMessage { /// /// 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.. /// - internal static string MultiplePublishingUsernames { + public static string MultiplePublishingUsernames { get { return ResourceManager.GetString("MultiplePublishingUsernames", resourceCulture); } @@ -2061,7 +2061,7 @@ internal static string MultiplePublishingUsernames { /// /// 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.. /// - internal static string MultiplePublishSettingsFilesFoundMessage { + public static string MultiplePublishSettingsFilesFoundMessage { get { return ResourceManager.GetString("MultiplePublishSettingsFilesFoundMessage", resourceCulture); } @@ -2070,7 +2070,7 @@ internal static string MultiplePublishSettingsFilesFoundMessage { /// /// Looks up a localized string similar to Microsoft.WindowsAzure.Plugins.Caching.NamedCaches. /// - internal static string NamedCacheSettingName { + public static string NamedCacheSettingName { get { return ResourceManager.GetString("NamedCacheSettingName", resourceCulture); } @@ -2079,7 +2079,7 @@ internal static string NamedCacheSettingName { /// /// 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}]}. /// - internal static string NamedCacheSettingValue { + public static string NamedCacheSettingValue { get { return ResourceManager.GetString("NamedCacheSettingValue", resourceCulture); } @@ -2088,7 +2088,7 @@ internal static string NamedCacheSettingValue { /// /// Looks up a localized string similar to A publishing username is required. Please specify one using the argument PublishingUsername.. /// - internal static string NeedPublishingUsernames { + public static string NeedPublishingUsernames { get { return ResourceManager.GetString("NeedPublishingUsernames", resourceCulture); } @@ -2097,7 +2097,7 @@ internal static string NeedPublishingUsernames { /// /// Looks up a localized string similar to New Add-On Confirmation. /// - internal static string NewAddOnConformation { + public static string NewAddOnConformation { get { return ResourceManager.GetString("NewAddOnConformation", resourceCulture); } @@ -2109,7 +2109,7 @@ internal static string NewAddOnConformation { ///agree to the {2}'s terms of user and privacy statement at {0} and (c) agree to sharing my ///contact information with {2}.. /// - internal static string NewMicrosoftAddOnMessage { + public static string NewMicrosoftAddOnMessage { get { return ResourceManager.GetString("NewMicrosoftAddOnMessage", resourceCulture); } @@ -2118,7 +2118,7 @@ internal static string NewMicrosoftAddOnMessage { /// /// 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.. /// - internal static string NewNamespaceErrorMessage { + public static string NewNamespaceErrorMessage { get { return ResourceManager.GetString("NewNamespaceErrorMessage", resourceCulture); } @@ -2130,7 +2130,7 @@ internal static string NewNamespaceErrorMessage { ///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}.. /// - internal static string NewNonMicrosoftAddOnMessage { + public static string NewNonMicrosoftAddOnMessage { get { return ResourceManager.GetString("NewNonMicrosoftAddOnMessage", resourceCulture); } @@ -2139,7 +2139,7 @@ internal static string NewNonMicrosoftAddOnMessage { /// /// Looks up a localized string similar to Service has been created at {0}. /// - internal static string NewServiceCreatedMessage { + public static string NewServiceCreatedMessage { get { return ResourceManager.GetString("NewServiceCreatedMessage", resourceCulture); } @@ -2148,7 +2148,7 @@ internal static string NewServiceCreatedMessage { /// /// Looks up a localized string similar to No. /// - internal static string No { + public static string No { get { return ResourceManager.GetString("No", resourceCulture); } @@ -2157,7 +2157,7 @@ internal static string No { /// /// 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.. /// - internal static string NoCachedToken { + public static string NoCachedToken { get { return ResourceManager.GetString("NoCachedToken", resourceCulture); } @@ -2166,7 +2166,7 @@ internal static string NoCachedToken { /// /// Looks up a localized string similar to The service does not have any cache worker roles, add one first by running cmdlet Add-AzureCacheWorkerRole.. /// - internal static string NoCacheWorkerRoles { + public static string NoCacheWorkerRoles { get { return ResourceManager.GetString("NoCacheWorkerRoles", resourceCulture); } @@ -2175,7 +2175,7 @@ internal static string NoCacheWorkerRoles { /// /// Looks up a localized string similar to No clouds available. /// - internal static string NoCloudsAvailable { + public static string NoCloudsAvailable { get { return ResourceManager.GetString("NoCloudsAvailable", resourceCulture); } @@ -2184,7 +2184,7 @@ internal static string NoCloudsAvailable { /// /// Looks up a localized string similar to "There is no current context, please log in using Connect-AzAccount.". /// - internal static string NoCurrentContextForDataCmdlet { + public static string NoCurrentContextForDataCmdlet { get { return ResourceManager.GetString("NoCurrentContextForDataCmdlet", resourceCulture); } @@ -2193,7 +2193,7 @@ internal static string NoCurrentContextForDataCmdlet { /// /// Looks up a localized string similar to nodejs. /// - internal static string NodeDirectory { + public static string NodeDirectory { get { return ResourceManager.GetString("NodeDirectory", resourceCulture); } @@ -2202,7 +2202,7 @@ internal static string NodeDirectory { /// /// Looks up a localized string similar to node. /// - internal static string NodeEngineKey { + public static string NodeEngineKey { get { return ResourceManager.GetString("NodeEngineKey", resourceCulture); } @@ -2211,7 +2211,7 @@ internal static string NodeEngineKey { /// /// Looks up a localized string similar to node.exe. /// - internal static string NodeExe { + public static string NodeExe { get { return ResourceManager.GetString("NodeExe", resourceCulture); } @@ -2220,7 +2220,7 @@ internal static string NodeExe { /// /// 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>. /// - internal static string NoDefaultSubscriptionMessage { + public static string NoDefaultSubscriptionMessage { get { return ResourceManager.GetString("NoDefaultSubscriptionMessage", resourceCulture); } @@ -2229,7 +2229,7 @@ internal static string NoDefaultSubscriptionMessage { /// /// Looks up a localized string similar to Microsoft SDKs\Azure\Nodejs\Nov2011. /// - internal static string NodeModulesPath { + public static string NodeModulesPath { get { return ResourceManager.GetString("NodeModulesPath", resourceCulture); } @@ -2238,7 +2238,7 @@ internal static string NodeModulesPath { /// /// Looks up a localized string similar to nodejs. /// - internal static string NodeProgramFilesFolderName { + public static string NodeProgramFilesFolderName { get { return ResourceManager.GetString("NodeProgramFilesFolderName", resourceCulture); } @@ -2247,7 +2247,7 @@ internal static string NodeProgramFilesFolderName { /// /// Looks up a localized string similar to node. /// - internal static string NodeRuntimeValue { + public static string NodeRuntimeValue { get { return ResourceManager.GetString("NodeRuntimeValue", resourceCulture); } @@ -2256,7 +2256,7 @@ internal static string NodeRuntimeValue { /// /// Looks up a localized string similar to Resources\Scaffolding\Node. /// - internal static string NodeScaffolding { + public static string NodeScaffolding { get { return ResourceManager.GetString("NodeScaffolding", resourceCulture); } @@ -2265,7 +2265,7 @@ internal static string NodeScaffolding { /// /// Looks up a localized string similar to Microsoft.WindowsAzure.Commands.CloudService.ScaffoldingResources.Node. /// - internal static string NodeScaffoldingResources { + public static string NodeScaffoldingResources { get { return ResourceManager.GetString("NodeScaffoldingResources", resourceCulture); } @@ -2274,7 +2274,7 @@ internal static string NodeScaffoldingResources { /// /// Looks up a localized string similar to Installing Node version {0} in Azure for Role '{1}' (the Node version locally installed is: {2}). /// - internal static string NodeVersionWarningText { + public static string NodeVersionWarningText { get { return ResourceManager.GetString("NodeVersionWarningText", resourceCulture); } @@ -2283,7 +2283,7 @@ internal static string NodeVersionWarningText { /// /// Looks up a localized string similar to No, I do not agree. /// - internal static string NoHint { + public static string NoHint { get { return ResourceManager.GetString("NoHint", resourceCulture); } @@ -2292,7 +2292,7 @@ internal static string NoHint { /// /// Looks up a localized string similar to Please connect to internet before executing this cmdlet. /// - internal static string NoInternetConnection { + public static string NoInternetConnection { get { return ResourceManager.GetString("NoInternetConnection", resourceCulture); } @@ -2301,7 +2301,7 @@ internal static string NoInternetConnection { /// /// Looks up a localized string similar to <NONE>. /// - internal static string None { + public static string None { get { return ResourceManager.GetString("None", resourceCulture); } @@ -2310,7 +2310,7 @@ internal static string None { /// /// Looks up a localized string similar to No publish settings files with extension *.publishsettings are found in the directory "{0}".. /// - internal static string NoPublishSettingsFilesFoundMessage { + public static string NoPublishSettingsFilesFoundMessage { get { return ResourceManager.GetString("NoPublishSettingsFilesFoundMessage", resourceCulture); } @@ -2319,7 +2319,7 @@ internal static string NoPublishSettingsFilesFoundMessage { /// /// Looks up a localized string similar to There is no subscription associated with account {0}.. /// - internal static string NoSubscriptionAddedMessage { + public static string NoSubscriptionAddedMessage { get { return ResourceManager.GetString("NoSubscriptionAddedMessage", resourceCulture); } @@ -2328,7 +2328,7 @@ internal static string NoSubscriptionAddedMessage { /// /// 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?. /// - internal static string NoSubscriptionFoundForTenant { + public static string NoSubscriptionFoundForTenant { get { return ResourceManager.GetString("NoSubscriptionFoundForTenant", resourceCulture); } @@ -2337,7 +2337,7 @@ internal static string NoSubscriptionFoundForTenant { /// /// Looks up a localized string similar to '{0}' must be a cache worker role. Verify that it has proper cache worker role configuration.. /// - internal static string NotCacheWorkerRole { + public static string NotCacheWorkerRole { get { return ResourceManager.GetString("NotCacheWorkerRole", resourceCulture); } @@ -2346,7 +2346,7 @@ internal static string NotCacheWorkerRole { /// /// Looks up a localized string similar to Certificate can't be null.. /// - internal static string NullCertificateMessage { + public static string NullCertificateMessage { get { return ResourceManager.GetString("NullCertificateMessage", resourceCulture); } @@ -2355,7 +2355,7 @@ internal static string NullCertificateMessage { /// /// Looks up a localized string similar to {0} could not be null or empty. /// - internal static string NullObjectMessage { + public static string NullObjectMessage { get { return ResourceManager.GetString("NullObjectMessage", resourceCulture); } @@ -2364,7 +2364,7 @@ internal static string NullObjectMessage { /// /// Looks up a localized string similar to Unable to add a null RoleSettings to {0}. /// - internal static string NullRoleSettingsMessage { + public static string NullRoleSettingsMessage { get { return ResourceManager.GetString("NullRoleSettingsMessage", resourceCulture); } @@ -2373,7 +2373,7 @@ internal static string NullRoleSettingsMessage { /// /// Looks up a localized string similar to Unable to add new role to null service definition. /// - internal static string NullServiceDefinitionMessage { + public static string NullServiceDefinitionMessage { get { return ResourceManager.GetString("NullServiceDefinitionMessage", resourceCulture); } @@ -2382,7 +2382,7 @@ internal static string NullServiceDefinitionMessage { /// /// Looks up a localized string similar to The request offer '{0}' is not found.. /// - internal static string OfferNotFoundMessage { + public static string OfferNotFoundMessage { get { return ResourceManager.GetString("OfferNotFoundMessage", resourceCulture); } @@ -2391,7 +2391,7 @@ internal static string OfferNotFoundMessage { /// /// Looks up a localized string similar to Operation "{0}" failed on VM with ID: {1}. /// - internal static string OperationFailedErrorMessage { + public static string OperationFailedErrorMessage { get { return ResourceManager.GetString("OperationFailedErrorMessage", resourceCulture); } @@ -2400,7 +2400,7 @@ internal static string OperationFailedErrorMessage { /// /// Looks up a localized string similar to The REST operation failed with message '{0}' and error code '{1}'. /// - internal static string OperationFailedMessage { + public static string OperationFailedMessage { get { return ResourceManager.GetString("OperationFailedMessage", resourceCulture); } @@ -2409,7 +2409,7 @@ internal static string OperationFailedMessage { /// /// Looks up a localized string similar to Job Id {0} did not complete within expected time or it is in Failed/Canceled/Invalid state.. /// - internal static string OperationTimedOutOrError { + public static string OperationTimedOutOrError { get { return ResourceManager.GetString("OperationTimedOutOrError", resourceCulture); } @@ -2418,7 +2418,7 @@ internal static string OperationTimedOutOrError { /// /// Looks up a localized string similar to package. /// - internal static string Package { + public static string Package { get { return ResourceManager.GetString("Package", resourceCulture); } @@ -2427,7 +2427,7 @@ internal static string Package { /// /// Looks up a localized string similar to Package is created at service root path {0}.. /// - internal static string PackageCreated { + public static string PackageCreated { get { return ResourceManager.GetString("PackageCreated", resourceCulture); } @@ -2450,7 +2450,7 @@ internal static string PackageCreated { ///}} ///. /// - internal static string PackageJsonDefaultFile { + public static string PackageJsonDefaultFile { get { return ResourceManager.GetString("PackageJsonDefaultFile", resourceCulture); } @@ -2459,7 +2459,7 @@ internal static string PackageJsonDefaultFile { /// /// Looks up a localized string similar to package.json. /// - internal static string PackageJsonFileName { + public static string PackageJsonFileName { get { return ResourceManager.GetString("PackageJsonFileName", resourceCulture); } @@ -2468,7 +2468,7 @@ internal static string PackageJsonFileName { /// /// Looks up a localized string similar to Path {0} doesn't exist.. /// - internal static string PathDoesNotExist { + public static string PathDoesNotExist { get { return ResourceManager.GetString("PathDoesNotExist", resourceCulture); } @@ -2477,7 +2477,7 @@ internal static string PathDoesNotExist { /// /// Looks up a localized string similar to Path for {0} doesn't exist in {1}.. /// - internal static string PathDoesNotExistForElement { + public static string PathDoesNotExistForElement { get { return ResourceManager.GetString("PathDoesNotExistForElement", resourceCulture); } @@ -2486,7 +2486,7 @@ internal static string PathDoesNotExistForElement { /// /// Looks up a localized string similar to A value for the Peer Asn has to be provided.. /// - internal static string PeerAsnRequired { + public static string PeerAsnRequired { get { return ResourceManager.GetString("PeerAsnRequired", resourceCulture); } @@ -2495,7 +2495,7 @@ internal static string PeerAsnRequired { /// /// Looks up a localized string similar to 5.4.0. /// - internal static string PHPDefaultRuntimeVersion { + public static string PHPDefaultRuntimeVersion { get { return ResourceManager.GetString("PHPDefaultRuntimeVersion", resourceCulture); } @@ -2504,7 +2504,7 @@ internal static string PHPDefaultRuntimeVersion { /// /// Looks up a localized string similar to php. /// - internal static string PhpRuntimeValue { + public static string PhpRuntimeValue { get { return ResourceManager.GetString("PhpRuntimeValue", resourceCulture); } @@ -2513,7 +2513,7 @@ internal static string PhpRuntimeValue { /// /// Looks up a localized string similar to Resources\Scaffolding\PHP. /// - internal static string PHPScaffolding { + public static string PHPScaffolding { get { return ResourceManager.GetString("PHPScaffolding", resourceCulture); } @@ -2522,7 +2522,7 @@ internal static string PHPScaffolding { /// /// Looks up a localized string similar to Microsoft.WindowsAzure.Commands.CloudService.ScaffoldingResources.PHP. /// - internal static string PHPScaffoldingResources { + public static string PHPScaffoldingResources { get { return ResourceManager.GetString("PHPScaffoldingResources", resourceCulture); } @@ -2531,7 +2531,7 @@ internal static string PHPScaffoldingResources { /// /// Looks up a localized string similar to Installing PHP version {0} for Role '{1}' (the PHP version locally installed is: {2}). /// - internal static string PHPVersionWarningText { + public static string PHPVersionWarningText { get { return ResourceManager.GetString("PHPVersionWarningText", resourceCulture); } @@ -2546,7 +2546,7 @@ internal static string PHPVersionWarningText { ///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.. /// - internal static string PortalInstructions { + public static string PortalInstructions { get { return ResourceManager.GetString("PortalInstructions", resourceCulture); } @@ -2555,7 +2555,7 @@ internal static string PortalInstructions { /// /// Looks up a localized string similar to 6. Back in the console window, rerun this command by typing "New-AzureWebsite <site name> -Git". /// - internal static string PortalInstructionsGit { + public static string PortalInstructionsGit { get { return ResourceManager.GetString("PortalInstructionsGit", resourceCulture); } @@ -2564,7 +2564,7 @@ internal static string PortalInstructionsGit { /// /// Looks up a localized string similar to This cmdlet is in preview. The functionality may not be available in the selected subscription.. /// - internal static string PreviewCmdletMessage { + public static string PreviewCmdletMessage { get { return ResourceManager.GetString("PreviewCmdletMessage", resourceCulture); } @@ -2573,7 +2573,7 @@ internal static string PreviewCmdletMessage { /// /// Looks up a localized string similar to A value for the Primary Peer Subnet has to be provided.. /// - internal static string PrimaryPeerSubnetRequired { + public static string PrimaryPeerSubnetRequired { get { return ResourceManager.GetString("PrimaryPeerSubnetRequired", resourceCulture); } @@ -2582,7 +2582,7 @@ internal static string PrimaryPeerSubnetRequired { /// /// Looks up a localized string similar to Promotion code can be used only when updating to a new plan.. /// - internal static string PromotionCodeWithCurrentPlanMessage { + public static string PromotionCodeWithCurrentPlanMessage { get { return ResourceManager.GetString("PromotionCodeWithCurrentPlanMessage", resourceCulture); } @@ -2591,7 +2591,7 @@ internal static string PromotionCodeWithCurrentPlanMessage { /// /// Looks up a localized string similar to Service not published at user request.. /// - internal static string PublishAbortedAtUserRequest { + public static string PublishAbortedAtUserRequest { get { return ResourceManager.GetString("PublishAbortedAtUserRequest", resourceCulture); } @@ -2600,7 +2600,7 @@ internal static string PublishAbortedAtUserRequest { /// /// Looks up a localized string similar to Complete.. /// - internal static string PublishCompleteMessage { + public static string PublishCompleteMessage { get { return ResourceManager.GetString("PublishCompleteMessage", resourceCulture); } @@ -2609,7 +2609,7 @@ internal static string PublishCompleteMessage { /// /// Looks up a localized string similar to Connecting.... /// - internal static string PublishConnectingMessage { + public static string PublishConnectingMessage { get { return ResourceManager.GetString("PublishConnectingMessage", resourceCulture); } @@ -2618,7 +2618,7 @@ internal static string PublishConnectingMessage { /// /// Looks up a localized string similar to Created Deployment ID: {0}.. /// - internal static string PublishCreatedDeploymentMessage { + public static string PublishCreatedDeploymentMessage { get { return ResourceManager.GetString("PublishCreatedDeploymentMessage", resourceCulture); } @@ -2627,7 +2627,7 @@ internal static string PublishCreatedDeploymentMessage { /// /// Looks up a localized string similar to Created hosted service '{0}'.. /// - internal static string PublishCreatedServiceMessage { + public static string PublishCreatedServiceMessage { get { return ResourceManager.GetString("PublishCreatedServiceMessage", resourceCulture); } @@ -2636,7 +2636,7 @@ internal static string PublishCreatedServiceMessage { /// /// Looks up a localized string similar to Created Website URL: {0}.. /// - internal static string PublishCreatedWebsiteMessage { + public static string PublishCreatedWebsiteMessage { get { return ResourceManager.GetString("PublishCreatedWebsiteMessage", resourceCulture); } @@ -2645,7 +2645,7 @@ internal static string PublishCreatedWebsiteMessage { /// /// Looks up a localized string similar to Creating.... /// - internal static string PublishCreatingServiceMessage { + public static string PublishCreatingServiceMessage { get { return ResourceManager.GetString("PublishCreatingServiceMessage", resourceCulture); } @@ -2654,7 +2654,7 @@ internal static string PublishCreatingServiceMessage { /// /// Looks up a localized string similar to Initializing.... /// - internal static string PublishInitializingMessage { + public static string PublishInitializingMessage { get { return ResourceManager.GetString("PublishInitializingMessage", resourceCulture); } @@ -2663,7 +2663,7 @@ internal static string PublishInitializingMessage { /// /// Looks up a localized string similar to busy. /// - internal static string PublishInstanceStatusBusy { + public static string PublishInstanceStatusBusy { get { return ResourceManager.GetString("PublishInstanceStatusBusy", resourceCulture); } @@ -2672,7 +2672,7 @@ internal static string PublishInstanceStatusBusy { /// /// Looks up a localized string similar to creating the virtual machine. /// - internal static string PublishInstanceStatusCreating { + public static string PublishInstanceStatusCreating { get { return ResourceManager.GetString("PublishInstanceStatusCreating", resourceCulture); } @@ -2681,7 +2681,7 @@ internal static string PublishInstanceStatusCreating { /// /// Looks up a localized string similar to Instance {0} of role {1} is {2}.. /// - internal static string PublishInstanceStatusMessage { + public static string PublishInstanceStatusMessage { get { return ResourceManager.GetString("PublishInstanceStatusMessage", resourceCulture); } @@ -2690,7 +2690,7 @@ internal static string PublishInstanceStatusMessage { /// /// Looks up a localized string similar to ready. /// - internal static string PublishInstanceStatusReady { + public static string PublishInstanceStatusReady { get { return ResourceManager.GetString("PublishInstanceStatusReady", resourceCulture); } @@ -2699,7 +2699,7 @@ internal static string PublishInstanceStatusReady { /// /// Looks up a localized string similar to Preparing deployment for {0} with Subscription ID: {1}.... /// - internal static string PublishPreparingDeploymentMessage { + public static string PublishPreparingDeploymentMessage { get { return ResourceManager.GetString("PublishPreparingDeploymentMessage", resourceCulture); } @@ -2708,7 +2708,7 @@ internal static string PublishPreparingDeploymentMessage { /// /// Looks up a localized string similar to Publishing {0} to Microsoft Azure. This may take several minutes.... /// - internal static string PublishServiceStartMessage { + public static string PublishServiceStartMessage { get { return ResourceManager.GetString("PublishServiceStartMessage", resourceCulture); } @@ -2717,7 +2717,7 @@ internal static string PublishServiceStartMessage { /// /// Looks up a localized string similar to publish settings. /// - internal static string PublishSettings { + public static string PublishSettings { get { return ResourceManager.GetString("PublishSettings", resourceCulture); } @@ -2726,7 +2726,7 @@ internal static string PublishSettings { /// /// Looks up a localized string similar to Azure. /// - internal static string PublishSettingsElementName { + public static string PublishSettingsElementName { get { return ResourceManager.GetString("PublishSettingsElementName", resourceCulture); } @@ -2735,7 +2735,7 @@ internal static string PublishSettingsElementName { /// /// Looks up a localized string similar to .PublishSettings. /// - internal static string PublishSettingsFileExtention { + public static string PublishSettingsFileExtention { get { return ResourceManager.GetString("PublishSettingsFileExtention", resourceCulture); } @@ -2744,7 +2744,7 @@ internal static string PublishSettingsFileExtention { /// /// Looks up a localized string similar to publishSettings.xml. /// - internal static string PublishSettingsFileName { + public static string PublishSettingsFileName { get { return ResourceManager.GetString("PublishSettingsFileName", resourceCulture); } @@ -2753,7 +2753,7 @@ internal static string PublishSettingsFileName { /// /// Looks up a localized string similar to &whr={0}. /// - internal static string PublishSettingsFileRealmFormat { + public static string PublishSettingsFileRealmFormat { get { return ResourceManager.GetString("PublishSettingsFileRealmFormat", resourceCulture); } @@ -2762,7 +2762,7 @@ internal static string PublishSettingsFileRealmFormat { /// /// Looks up a localized string similar to Publish settings imported. /// - internal static string PublishSettingsSetSuccessfully { + public static string PublishSettingsSetSuccessfully { get { return ResourceManager.GetString("PublishSettingsSetSuccessfully", resourceCulture); } @@ -2771,7 +2771,7 @@ internal static string PublishSettingsSetSuccessfully { /// /// Looks up a localized string similar to AZURE_PUBLISHINGPROFILE_URL. /// - internal static string PublishSettingsUrlEnv { + public static string PublishSettingsUrlEnv { get { return ResourceManager.GetString("PublishSettingsUrlEnv", resourceCulture); } @@ -2780,7 +2780,7 @@ internal static string PublishSettingsUrlEnv { /// /// Looks up a localized string similar to Starting.... /// - internal static string PublishStartingMessage { + public static string PublishStartingMessage { get { return ResourceManager.GetString("PublishStartingMessage", resourceCulture); } @@ -2789,7 +2789,7 @@ internal static string PublishStartingMessage { /// /// Looks up a localized string similar to Upgrading.... /// - internal static string PublishUpgradingMessage { + public static string PublishUpgradingMessage { get { return ResourceManager.GetString("PublishUpgradingMessage", resourceCulture); } @@ -2798,7 +2798,7 @@ internal static string PublishUpgradingMessage { /// /// Looks up a localized string similar to Uploading Package to storage service {0}.... /// - internal static string PublishUploadingPackageMessage { + public static string PublishUploadingPackageMessage { get { return ResourceManager.GetString("PublishUploadingPackageMessage", resourceCulture); } @@ -2807,7 +2807,7 @@ internal static string PublishUploadingPackageMessage { /// /// Looks up a localized string similar to Verifying storage account '{0}'.... /// - internal static string PublishVerifyingStorageMessage { + public static string PublishVerifyingStorageMessage { get { return ResourceManager.GetString("PublishVerifyingStorageMessage", resourceCulture); } @@ -2816,7 +2816,7 @@ internal static string PublishVerifyingStorageMessage { /// /// Looks up a localized string similar to Path '{0}' not found.. /// - internal static string PublishVMDscExtensionAdditionalContentPathNotExist { + public static string PublishVMDscExtensionAdditionalContentPathNotExist { get { return ResourceManager.GetString("PublishVMDscExtensionAdditionalContentPathNotExist", resourceCulture); } @@ -2825,7 +2825,7 @@ internal static string PublishVMDscExtensionAdditionalContentPathNotExist { /// /// Looks up a localized string similar to Configuration published to {0}. /// - internal static string PublishVMDscExtensionArchiveUploadedMessage { + public static string PublishVMDscExtensionArchiveUploadedMessage { get { return ResourceManager.GetString("PublishVMDscExtensionArchiveUploadedMessage", resourceCulture); } @@ -2834,7 +2834,7 @@ internal static string PublishVMDscExtensionArchiveUploadedMessage { /// /// Looks up a localized string similar to Copy '{0}' to '{1}'.. /// - internal static string PublishVMDscExtensionCopyFileVerbose { + public static string PublishVMDscExtensionCopyFileVerbose { get { return ResourceManager.GetString("PublishVMDscExtensionCopyFileVerbose", resourceCulture); } @@ -2843,7 +2843,7 @@ internal static string PublishVMDscExtensionCopyFileVerbose { /// /// Looks up a localized string similar to Copy the module '{0}' to '{1}'.. /// - internal static string PublishVMDscExtensionCopyModuleVerbose { + public static string PublishVMDscExtensionCopyModuleVerbose { get { return ResourceManager.GetString("PublishVMDscExtensionCopyModuleVerbose", resourceCulture); } @@ -2853,7 +2853,7 @@ internal static string PublishVMDscExtensionCopyModuleVerbose { /// Looks up a localized string similar to Invalid configuration file: {0}. ///The file needs to be a PowerShell script (.ps1 or .psm1).. /// - internal static string PublishVMDscExtensionCreateArchiveConfigFileInvalidExtension { + public static string PublishVMDscExtensionCreateArchiveConfigFileInvalidExtension { get { return ResourceManager.GetString("PublishVMDscExtensionCreateArchiveConfigFileInvalidExtension", resourceCulture); } @@ -2862,7 +2862,7 @@ internal static string PublishVMDscExtensionCreateArchiveConfigFileInvalidExtens /// /// Looks up a localized string similar to Deleted '{0}'. /// - internal static string PublishVMDscExtensionDeletedFileMessage { + public static string PublishVMDscExtensionDeletedFileMessage { get { return ResourceManager.GetString("PublishVMDscExtensionDeletedFileMessage", resourceCulture); } @@ -2871,7 +2871,7 @@ internal static string PublishVMDscExtensionDeletedFileMessage { /// /// Looks up a localized string similar to Cannot delete '{0}': {1}. /// - internal static string PublishVMDscExtensionDeleteErrorMessage { + public static string PublishVMDscExtensionDeleteErrorMessage { get { return ResourceManager.GetString("PublishVMDscExtensionDeleteErrorMessage", resourceCulture); } @@ -2880,7 +2880,7 @@ internal static string PublishVMDscExtensionDeleteErrorMessage { /// /// Looks up a localized string similar to Path '{0}' not found.. /// - internal static string PublishVMDscExtensionDirectoryNotExist { + public static string PublishVMDscExtensionDirectoryNotExist { get { return ResourceManager.GetString("PublishVMDscExtensionDirectoryNotExist", resourceCulture); } @@ -2893,7 +2893,7 @@ internal static string PublishVMDscExtensionDirectoryNotExist { ///3) Move Import-DscResource inside Node block. ///. /// - internal static string PublishVMDscExtensionGetDscResourceFailed { + public static string PublishVMDscExtensionGetDscResourceFailed { get { return ResourceManager.GetString("PublishVMDscExtensionGetDscResourceFailed", resourceCulture); } @@ -2902,7 +2902,7 @@ internal static string PublishVMDscExtensionGetDscResourceFailed { /// /// Looks up a localized string similar to List of required modules: [{0}].. /// - internal static string PublishVMDscExtensionRequiredModulesVerbose { + public static string PublishVMDscExtensionRequiredModulesVerbose { get { return ResourceManager.GetString("PublishVMDscExtensionRequiredModulesVerbose", resourceCulture); } @@ -2911,7 +2911,7 @@ internal static string PublishVMDscExtensionRequiredModulesVerbose { /// /// 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.. /// - internal static string PublishVMDscExtensionRequiredPsVersion { + public static string PublishVMDscExtensionRequiredPsVersion { get { return ResourceManager.GetString("PublishVMDscExtensionRequiredPsVersion", resourceCulture); } @@ -2921,7 +2921,7 @@ internal static string PublishVMDscExtensionRequiredPsVersion { /// Looks up a localized string similar to Configuration script '{0}' contained parse errors: ///{1}. /// - internal static string PublishVMDscExtensionStorageParserErrors { + public static string PublishVMDscExtensionStorageParserErrors { get { return ResourceManager.GetString("PublishVMDscExtensionStorageParserErrors", resourceCulture); } @@ -2930,7 +2930,7 @@ internal static string PublishVMDscExtensionStorageParserErrors { /// /// Looks up a localized string similar to Temp folder '{0}' created.. /// - internal static string PublishVMDscExtensionTempFolderVerbose { + public static string PublishVMDscExtensionTempFolderVerbose { get { return ResourceManager.GetString("PublishVMDscExtensionTempFolderVerbose", resourceCulture); } @@ -2940,7 +2940,7 @@ internal static string PublishVMDscExtensionTempFolderVerbose { /// 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).. /// - internal static string PublishVMDscExtensionUploadArchiveConfigFileInvalidExtension { + public static string PublishVMDscExtensionUploadArchiveConfigFileInvalidExtension { get { return ResourceManager.GetString("PublishVMDscExtensionUploadArchiveConfigFileInvalidExtension", resourceCulture); } @@ -2949,7 +2949,7 @@ internal static string PublishVMDscExtensionUploadArchiveConfigFileInvalidExtens /// /// Looks up a localized string similar to Configuration file '{0}' not found.. /// - internal static string PublishVMDscExtensionUploadArchiveConfigFileNotExist { + public static string PublishVMDscExtensionUploadArchiveConfigFileNotExist { get { return ResourceManager.GetString("PublishVMDscExtensionUploadArchiveConfigFileNotExist", resourceCulture); } @@ -2963,7 +2963,7 @@ internal static string PublishVMDscExtensionUploadArchiveConfigFileNotExist { ///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]";. /// - internal static string RDFEDataCollectionMessage { + public static string RDFEDataCollectionMessage { get { return ResourceManager.GetString("RDFEDataCollectionMessage", resourceCulture); } @@ -2972,7 +2972,7 @@ internal static string RDFEDataCollectionMessage { /// /// Looks up a localized string similar to Replace current deployment with '{0}' Id ?. /// - internal static string RedeployCommit { + public static string RedeployCommit { get { return ResourceManager.GetString("RedeployCommit", resourceCulture); } @@ -2981,7 +2981,7 @@ internal static string RedeployCommit { /// /// Looks up a localized string similar to Are you sure you want to regenerate key?. /// - internal static string RegenerateKeyWarning { + public static string RegenerateKeyWarning { get { return ResourceManager.GetString("RegenerateKeyWarning", resourceCulture); } @@ -2990,7 +2990,7 @@ internal static string RegenerateKeyWarning { /// /// Looks up a localized string similar to Generate new key.. /// - internal static string RegenerateKeyWhatIfMessage { + public static string RegenerateKeyWhatIfMessage { get { return ResourceManager.GetString("RegenerateKeyWhatIfMessage", resourceCulture); } @@ -2999,7 +2999,7 @@ internal static string RegenerateKeyWhatIfMessage { /// /// Looks up a localized string similar to Are you sure you want to remove account '{0}'?. /// - internal static string RemoveAccountConfirmation { + public static string RemoveAccountConfirmation { get { return ResourceManager.GetString("RemoveAccountConfirmation", resourceCulture); } @@ -3008,7 +3008,7 @@ internal static string RemoveAccountConfirmation { /// /// Looks up a localized string similar to Removing account. /// - internal static string RemoveAccountMessage { + public static string RemoveAccountMessage { get { return ResourceManager.GetString("RemoveAccountMessage", resourceCulture); } @@ -3017,7 +3017,7 @@ internal static string RemoveAccountMessage { /// /// Looks up a localized string similar to Remove Add-On Confirmation. /// - internal static string RemoveAddOnConformation { + public static string RemoveAddOnConformation { get { return ResourceManager.GetString("RemoveAddOnConformation", resourceCulture); } @@ -3026,7 +3026,7 @@ internal static string RemoveAddOnConformation { /// /// 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.. /// - internal static string RemoveAddOnMessage { + public static string RemoveAddOnMessage { get { return ResourceManager.GetString("RemoveAddOnMessage", resourceCulture); } @@ -3035,7 +3035,7 @@ internal static string RemoveAddOnMessage { /// /// Looks up a localized string similar to Remove-AzureBGPPeering Operation failed.. /// - internal static string RemoveAzureBGPPeeringFailed { + public static string RemoveAzureBGPPeeringFailed { get { return ResourceManager.GetString("RemoveAzureBGPPeeringFailed", resourceCulture); } @@ -3044,7 +3044,7 @@ internal static string RemoveAzureBGPPeeringFailed { /// /// Looks up a localized string similar to Removing Bgp Peering. /// - internal static string RemoveAzureBGPPeeringMessage { + public static string RemoveAzureBGPPeeringMessage { get { return ResourceManager.GetString("RemoveAzureBGPPeeringMessage", resourceCulture); } @@ -3053,7 +3053,7 @@ internal static string RemoveAzureBGPPeeringMessage { /// /// Looks up a localized string similar to Successfully removed Azure Bgp Peering with Service Key {0}.. /// - internal static string RemoveAzureBGPPeeringSucceeded { + public static string RemoveAzureBGPPeeringSucceeded { get { return ResourceManager.GetString("RemoveAzureBGPPeeringSucceeded", resourceCulture); } @@ -3062,7 +3062,7 @@ internal static string RemoveAzureBGPPeeringSucceeded { /// /// Looks up a localized string similar to Are you sure you want to remove the Bgp Peering with service key '{0}'?. /// - internal static string RemoveAzureBGPPeeringWarning { + public static string RemoveAzureBGPPeeringWarning { get { return ResourceManager.GetString("RemoveAzureBGPPeeringWarning", resourceCulture); } @@ -3071,7 +3071,7 @@ internal static string RemoveAzureBGPPeeringWarning { /// /// Looks up a localized string similar to Are you sure you want to remove the Dedicated Circuit with service key '{0}'?. /// - internal static string RemoveAzureDedicatdCircuitWarning { + public static string RemoveAzureDedicatdCircuitWarning { get { return ResourceManager.GetString("RemoveAzureDedicatdCircuitWarning", resourceCulture); } @@ -3080,7 +3080,7 @@ internal static string RemoveAzureDedicatdCircuitWarning { /// /// Looks up a localized string similar to Remove-AzureDedicatedCircuit Operation failed.. /// - internal static string RemoveAzureDedicatedCircuitFailed { + public static string RemoveAzureDedicatedCircuitFailed { get { return ResourceManager.GetString("RemoveAzureDedicatedCircuitFailed", resourceCulture); } @@ -3089,7 +3089,7 @@ internal static string RemoveAzureDedicatedCircuitFailed { /// /// Looks up a localized string similar to Remove-AzureDedicatedCircuitLink Operation failed.. /// - internal static string RemoveAzureDedicatedCircuitLinkFailed { + public static string RemoveAzureDedicatedCircuitLinkFailed { get { return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkFailed", resourceCulture); } @@ -3098,7 +3098,7 @@ internal static string RemoveAzureDedicatedCircuitLinkFailed { /// /// Looks up a localized string similar to Removing Dedicated Circui Link. /// - internal static string RemoveAzureDedicatedCircuitLinkMessage { + public static string RemoveAzureDedicatedCircuitLinkMessage { get { return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkMessage", resourceCulture); } @@ -3107,7 +3107,7 @@ internal static string RemoveAzureDedicatedCircuitLinkMessage { /// /// Looks up a localized string similar to Successfully removed Azure Dedicated Circuit Link with Service Key {0} and Vnet Name {1}. /// - internal static string RemoveAzureDedicatedCircuitLinkSucceeded { + public static string RemoveAzureDedicatedCircuitLinkSucceeded { get { return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkSucceeded", resourceCulture); } @@ -3116,7 +3116,7 @@ internal static string RemoveAzureDedicatedCircuitLinkSucceeded { /// /// 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}'?. /// - internal static string RemoveAzureDedicatedCircuitLinkWarning { + public static string RemoveAzureDedicatedCircuitLinkWarning { get { return ResourceManager.GetString("RemoveAzureDedicatedCircuitLinkWarning", resourceCulture); } @@ -3125,7 +3125,7 @@ internal static string RemoveAzureDedicatedCircuitLinkWarning { /// /// Looks up a localized string similar to Removing Dedicated Circuit. /// - internal static string RemoveAzureDedicatedCircuitMessage { + public static string RemoveAzureDedicatedCircuitMessage { get { return ResourceManager.GetString("RemoveAzureDedicatedCircuitMessage", resourceCulture); } @@ -3134,7 +3134,7 @@ internal static string RemoveAzureDedicatedCircuitMessage { /// /// Looks up a localized string similar to Successfully removed Azure Dedicated Circuit with Service Key {0}.. /// - internal static string RemoveAzureDedicatedCircuitSucceeded { + public static string RemoveAzureDedicatedCircuitSucceeded { get { return ResourceManager.GetString("RemoveAzureDedicatedCircuitSucceeded", resourceCulture); } @@ -3143,7 +3143,7 @@ internal static string RemoveAzureDedicatedCircuitSucceeded { /// /// Looks up a localized string similar to Removing cloud service {0}.... /// - internal static string RemoveAzureServiceWaitMessage { + public static string RemoveAzureServiceWaitMessage { get { return ResourceManager.GetString("RemoveAzureServiceWaitMessage", resourceCulture); } @@ -3152,7 +3152,7 @@ internal static string RemoveAzureServiceWaitMessage { /// /// Looks up a localized string similar to The default subscription is being removed. Use Select-AzureSubscription -Default <subscriptionName> to select a new default subscription.. /// - internal static string RemoveDefaultSubscription { + public static string RemoveDefaultSubscription { get { return ResourceManager.GetString("RemoveDefaultSubscription", resourceCulture); } @@ -3161,7 +3161,7 @@ internal static string RemoveDefaultSubscription { /// /// Looks up a localized string similar to Removing {0} deployment for {1} service. /// - internal static string RemoveDeploymentWaitMessage { + public static string RemoveDeploymentWaitMessage { get { return ResourceManager.GetString("RemoveDeploymentWaitMessage", resourceCulture); } @@ -3170,7 +3170,7 @@ internal static string RemoveDeploymentWaitMessage { /// /// 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}'?. /// - internal static string RemoveEnvironmentConfirmation { + public static string RemoveEnvironmentConfirmation { get { return ResourceManager.GetString("RemoveEnvironmentConfirmation", resourceCulture); } @@ -3179,7 +3179,7 @@ internal static string RemoveEnvironmentConfirmation { /// /// Looks up a localized string similar to Removing environment. /// - internal static string RemoveEnvironmentMessage { + public static string RemoveEnvironmentMessage { get { return ResourceManager.GetString("RemoveEnvironmentMessage", resourceCulture); } @@ -3188,7 +3188,7 @@ internal static string RemoveEnvironmentMessage { /// /// Looks up a localized string similar to Removing job collection. /// - internal static string RemoveJobCollectionMessage { + public static string RemoveJobCollectionMessage { get { return ResourceManager.GetString("RemoveJobCollectionMessage", resourceCulture); } @@ -3197,7 +3197,7 @@ internal static string RemoveJobCollectionMessage { /// /// Looks up a localized string similar to Are you sure you want to remove the job collection "{0}". /// - internal static string RemoveJobCollectionWarning { + public static string RemoveJobCollectionWarning { get { return ResourceManager.GetString("RemoveJobCollectionWarning", resourceCulture); } @@ -3206,7 +3206,7 @@ internal static string RemoveJobCollectionWarning { /// /// Looks up a localized string similar to Removing job. /// - internal static string RemoveJobMessage { + public static string RemoveJobMessage { get { return ResourceManager.GetString("RemoveJobMessage", resourceCulture); } @@ -3215,7 +3215,7 @@ internal static string RemoveJobMessage { /// /// Looks up a localized string similar to Are you sure you want to remove the job "{0}". /// - internal static string RemoveJobWarning { + public static string RemoveJobWarning { get { return ResourceManager.GetString("RemoveJobWarning", resourceCulture); } @@ -3224,7 +3224,7 @@ internal static string RemoveJobWarning { /// /// Looks up a localized string similar to Are you sure you want to remove the account?. /// - internal static string RemoveMediaAccountWarning { + public static string RemoveMediaAccountWarning { get { return ResourceManager.GetString("RemoveMediaAccountWarning", resourceCulture); } @@ -3233,7 +3233,7 @@ internal static string RemoveMediaAccountWarning { /// /// Looks up a localized string similar to Account removed.. /// - internal static string RemoveMediaAccountWhatIfMessage { + public static string RemoveMediaAccountWhatIfMessage { get { return ResourceManager.GetString("RemoveMediaAccountWhatIfMessage", resourceCulture); } @@ -3242,7 +3242,7 @@ internal static string RemoveMediaAccountWhatIfMessage { /// /// 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.. /// - internal static string RemoveNamespaceErrorMessage { + public static string RemoveNamespaceErrorMessage { get { return ResourceManager.GetString("RemoveNamespaceErrorMessage", resourceCulture); } @@ -3251,7 +3251,7 @@ internal static string RemoveNamespaceErrorMessage { /// /// Looks up a localized string similar to Removing old package {0}.... /// - internal static string RemovePackage { + public static string RemovePackage { get { return ResourceManager.GetString("RemovePackage", resourceCulture); } @@ -3260,7 +3260,7 @@ internal static string RemovePackage { /// /// 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?. /// - internal static string RemoveProfileConfirmation { + public static string RemoveProfileConfirmation { get { return ResourceManager.GetString("RemoveProfileConfirmation", resourceCulture); } @@ -3269,7 +3269,7 @@ internal static string RemoveProfileConfirmation { /// /// Looks up a localized string similar to Removing the Azure profile. /// - internal static string RemoveProfileMessage { + public static string RemoveProfileMessage { get { return ResourceManager.GetString("RemoveProfileMessage", resourceCulture); } @@ -3278,7 +3278,7 @@ internal static string RemoveProfileMessage { /// /// Looks up a localized string similar to Are you sure you want to delete the namespace '{0}'?. /// - internal static string RemoveServiceBusNamespaceConfirmation { + public static string RemoveServiceBusNamespaceConfirmation { get { return ResourceManager.GetString("RemoveServiceBusNamespaceConfirmation", resourceCulture); } @@ -3287,7 +3287,7 @@ internal static string RemoveServiceBusNamespaceConfirmation { /// /// Looks up a localized string similar to Are you sure you want to remove cloud service?. /// - internal static string RemoveServiceWarning { + public static string RemoveServiceWarning { get { return ResourceManager.GetString("RemoveServiceWarning", resourceCulture); } @@ -3296,7 +3296,7 @@ internal static string RemoveServiceWarning { /// /// Looks up a localized string similar to Remove cloud service and all it's deployments. /// - internal static string RemoveServiceWhatIfMessage { + public static string RemoveServiceWhatIfMessage { get { return ResourceManager.GetString("RemoveServiceWhatIfMessage", resourceCulture); } @@ -3305,7 +3305,7 @@ internal static string RemoveServiceWhatIfMessage { /// /// Looks up a localized string similar to Are you sure you want to remove subscription '{0}'?. /// - internal static string RemoveSubscriptionConfirmation { + public static string RemoveSubscriptionConfirmation { get { return ResourceManager.GetString("RemoveSubscriptionConfirmation", resourceCulture); } @@ -3314,7 +3314,7 @@ internal static string RemoveSubscriptionConfirmation { /// /// Looks up a localized string similar to Removing subscription. /// - internal static string RemoveSubscriptionMessage { + public static string RemoveSubscriptionMessage { get { return ResourceManager.GetString("RemoveSubscriptionMessage", resourceCulture); } @@ -3323,7 +3323,7 @@ internal static string RemoveSubscriptionMessage { /// /// Looks up a localized string similar to The endpoint {0} cannot be removed from profile {1} because it's not in the profile.. /// - internal static string RemoveTrafficManagerEndpointMissing { + public static string RemoveTrafficManagerEndpointMissing { get { return ResourceManager.GetString("RemoveTrafficManagerEndpointMissing", resourceCulture); } @@ -3332,7 +3332,7 @@ internal static string RemoveTrafficManagerEndpointMissing { /// /// Looks up a localized string similar to Remove-AzureTrafficManagerProfile Operation failed.. /// - internal static string RemoveTrafficManagerProfileFailed { + public static string RemoveTrafficManagerProfileFailed { get { return ResourceManager.GetString("RemoveTrafficManagerProfileFailed", resourceCulture); } @@ -3341,7 +3341,7 @@ internal static string RemoveTrafficManagerProfileFailed { /// /// Looks up a localized string similar to Successfully removed Traffic Manager profile with name {0}.. /// - internal static string RemoveTrafficManagerProfileSucceeded { + public static string RemoveTrafficManagerProfileSucceeded { get { return ResourceManager.GetString("RemoveTrafficManagerProfileSucceeded", resourceCulture); } @@ -3350,7 +3350,7 @@ internal static string RemoveTrafficManagerProfileSucceeded { /// /// Looks up a localized string similar to Are you sure you want to remove the Traffic Manager profile "{0}"?. /// - internal static string RemoveTrafficManagerProfileWarning { + public static string RemoveTrafficManagerProfileWarning { get { return ResourceManager.GetString("RemoveTrafficManagerProfileWarning", resourceCulture); } @@ -3359,7 +3359,7 @@ internal static string RemoveTrafficManagerProfileWarning { /// /// Looks up a localized string similar to Are you sure you want to delete the VM '{0}'?. /// - internal static string RemoveVMConfirmationMessage { + public static string RemoveVMConfirmationMessage { get { return ResourceManager.GetString("RemoveVMConfirmationMessage", resourceCulture); } @@ -3368,7 +3368,7 @@ internal static string RemoveVMConfirmationMessage { /// /// Looks up a localized string similar to Deleting VM.. /// - internal static string RemoveVMMessage { + public static string RemoveVMMessage { get { return ResourceManager.GetString("RemoveVMMessage", resourceCulture); } @@ -3377,7 +3377,7 @@ internal static string RemoveVMMessage { /// /// Looks up a localized string similar to Removing WebJob.... /// - internal static string RemoveWebJobMessage { + public static string RemoveWebJobMessage { get { return ResourceManager.GetString("RemoveWebJobMessage", resourceCulture); } @@ -3386,7 +3386,7 @@ internal static string RemoveWebJobMessage { /// /// Looks up a localized string similar to Are you sure you want to remove job '{0}'?. /// - internal static string RemoveWebJobWarning { + public static string RemoveWebJobWarning { get { return ResourceManager.GetString("RemoveWebJobWarning", resourceCulture); } @@ -3395,7 +3395,7 @@ internal static string RemoveWebJobWarning { /// /// Looks up a localized string similar to Removing website. /// - internal static string RemoveWebsiteMessage { + public static string RemoveWebsiteMessage { get { return ResourceManager.GetString("RemoveWebsiteMessage", resourceCulture); } @@ -3404,7 +3404,7 @@ internal static string RemoveWebsiteMessage { /// /// Looks up a localized string similar to Are you sure you want to remove the website "{0}". /// - internal static string RemoveWebsiteWarning { + public static string RemoveWebsiteWarning { get { return ResourceManager.GetString("RemoveWebsiteWarning", resourceCulture); } @@ -3413,7 +3413,7 @@ internal static string RemoveWebsiteWarning { /// /// Looks up a localized string similar to Removing public environment is not supported.. /// - internal static string RemovingDefaultEnvironmentsNotSupported { + public static string RemovingDefaultEnvironmentsNotSupported { get { return ResourceManager.GetString("RemovingDefaultEnvironmentsNotSupported", resourceCulture); } @@ -3422,7 +3422,7 @@ internal static string RemovingDefaultEnvironmentsNotSupported { /// /// Looks up a localized string similar to Deleting namespace. /// - internal static string RemovingNamespaceMessage { + public static string RemovingNamespaceMessage { get { return ResourceManager.GetString("RemovingNamespaceMessage", resourceCulture); } @@ -3431,7 +3431,7 @@ internal static string RemovingNamespaceMessage { /// /// Looks up a localized string similar to Repository is not setup. You need to pass a valid site name.. /// - internal static string RepositoryNotSetup { + public static string RepositoryNotSetup { get { return ResourceManager.GetString("RepositoryNotSetup", resourceCulture); } @@ -3440,7 +3440,7 @@ internal static string RepositoryNotSetup { /// /// 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.. /// - internal static string ReservedIPNameNoLongerInUseButStillBeingReserved { + public static string ReservedIPNameNoLongerInUseButStillBeingReserved { get { return ResourceManager.GetString("ReservedIPNameNoLongerInUseButStillBeingReserved", resourceCulture); } @@ -3449,7 +3449,7 @@ internal static string ReservedIPNameNoLongerInUseButStillBeingReserved { /// /// Looks up a localized string similar to Resource with ID : {0} does not exist.. /// - internal static string ResourceNotFound { + public static string ResourceNotFound { get { return ResourceManager.GetString("ResourceNotFound", resourceCulture); } @@ -3458,7 +3458,7 @@ internal static string ResourceNotFound { /// /// Looks up a localized string similar to Restart. /// - internal static string Restart { + public static string Restart { get { return ResourceManager.GetString("Restart", resourceCulture); } @@ -3467,7 +3467,7 @@ internal static string Restart { /// /// Looks up a localized string similar to Resume. /// - internal static string Resume { + public static string Resume { get { return ResourceManager.GetString("Resume", resourceCulture); } @@ -3476,7 +3476,7 @@ internal static string Resume { /// /// Looks up a localized string similar to /role:{0};"{1}/{0}" . /// - internal static string RoleArgTemplate { + public static string RoleArgTemplate { get { return ResourceManager.GetString("RoleArgTemplate", resourceCulture); } @@ -3485,7 +3485,7 @@ internal static string RoleArgTemplate { /// /// Looks up a localized string similar to bin. /// - internal static string RoleBinFolderName { + public static string RoleBinFolderName { get { return ResourceManager.GetString("RoleBinFolderName", resourceCulture); } @@ -3494,7 +3494,7 @@ internal static string RoleBinFolderName { /// /// Looks up a localized string similar to Role {0} is {1}. /// - internal static string RoleInstanceWaitMsg { + public static string RoleInstanceWaitMsg { get { return ResourceManager.GetString("RoleInstanceWaitMsg", resourceCulture); } @@ -3503,7 +3503,7 @@ internal static string RoleInstanceWaitMsg { /// /// Looks up a localized string similar to 20. /// - internal static string RoleMaxInstances { + public static string RoleMaxInstances { get { return ResourceManager.GetString("RoleMaxInstances", resourceCulture); } @@ -3512,7 +3512,7 @@ internal static string RoleMaxInstances { /// /// Looks up a localized string similar to role name. /// - internal static string RoleName { + public static string RoleName { get { return ResourceManager.GetString("RoleName", resourceCulture); } @@ -3521,7 +3521,7 @@ internal static string RoleName { /// /// Looks up a localized string similar to The provided role name {0} doesn't exist. /// - internal static string RoleNotFoundMessage { + public static string RoleNotFoundMessage { get { return ResourceManager.GetString("RoleNotFoundMessage", resourceCulture); } @@ -3530,7 +3530,7 @@ internal static string RoleNotFoundMessage { /// /// Looks up a localized string similar to RoleSettings.xml. /// - internal static string RoleSettingsTemplateFileName { + public static string RoleSettingsTemplateFileName { get { return ResourceManager.GetString("RoleSettingsTemplateFileName", resourceCulture); } @@ -3539,7 +3539,7 @@ internal static string RoleSettingsTemplateFileName { /// /// Looks up a localized string similar to Role type {0} doesn't exist. /// - internal static string RoleTypeDoesNotExist { + public static string RoleTypeDoesNotExist { get { return ResourceManager.GetString("RoleTypeDoesNotExist", resourceCulture); } @@ -3548,7 +3548,7 @@ internal static string RoleTypeDoesNotExist { /// /// Looks up a localized string similar to public static Dictionary<string, Location> ReverseLocations { get; private set; }. /// - internal static string RuntimeDeploymentLocationError { + public static string RuntimeDeploymentLocationError { get { return ResourceManager.GetString("RuntimeDeploymentLocationError", resourceCulture); } @@ -3557,7 +3557,7 @@ internal static string RuntimeDeploymentLocationError { /// /// Looks up a localized string similar to Preparing runtime deployment for service '{0}'. /// - internal static string RuntimeDeploymentStart { + public static string RuntimeDeploymentStart { get { return ResourceManager.GetString("RuntimeDeploymentStart", resourceCulture); } @@ -3566,7 +3566,7 @@ internal static string RuntimeDeploymentStart { /// /// 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?. /// - internal static string RuntimeMismatchWarning { + public static string RuntimeMismatchWarning { get { return ResourceManager.GetString("RuntimeMismatchWarning", resourceCulture); } @@ -3575,7 +3575,7 @@ internal static string RuntimeMismatchWarning { /// /// Looks up a localized string similar to RUNTIMEOVERRIDEURL. /// - internal static string RuntimeOverrideKey { + public static string RuntimeOverrideKey { get { return ResourceManager.GetString("RuntimeOverrideKey", resourceCulture); } @@ -3584,7 +3584,7 @@ internal static string RuntimeOverrideKey { /// /// Looks up a localized string similar to /runtimemanifest/runtimes/runtime. /// - internal static string RuntimeQuery { + public static string RuntimeQuery { get { return ResourceManager.GetString("RuntimeQuery", resourceCulture); } @@ -3593,7 +3593,7 @@ internal static string RuntimeQuery { /// /// Looks up a localized string similar to RUNTIMEID. /// - internal static string RuntimeTypeKey { + public static string RuntimeTypeKey { get { return ResourceManager.GetString("RuntimeTypeKey", resourceCulture); } @@ -3602,7 +3602,7 @@ internal static string RuntimeTypeKey { /// /// Looks up a localized string similar to RUNTIMEURL. /// - internal static string RuntimeUrlKey { + public static string RuntimeUrlKey { get { return ResourceManager.GetString("RuntimeUrlKey", resourceCulture); } @@ -3611,7 +3611,7 @@ internal static string RuntimeUrlKey { /// /// Looks up a localized string similar to RUNTIMEVERSIONPRIMARYKEY. /// - internal static string RuntimeVersionPrimaryKey { + public static string RuntimeVersionPrimaryKey { get { return ResourceManager.GetString("RuntimeVersionPrimaryKey", resourceCulture); } @@ -3620,7 +3620,7 @@ internal static string RuntimeVersionPrimaryKey { /// /// Looks up a localized string similar to scaffold.xml. /// - internal static string ScaffoldXml { + public static string ScaffoldXml { get { return ResourceManager.GetString("ScaffoldXml", resourceCulture); } @@ -3629,7 +3629,7 @@ internal static string ScaffoldXml { /// /// Looks up a localized string similar to Invalid location entered. Pick one of the locations from Get-AzureSchedulerLocation. /// - internal static string SchedulerInvalidLocation { + public static string SchedulerInvalidLocation { get { return ResourceManager.GetString("SchedulerInvalidLocation", resourceCulture); } @@ -3638,7 +3638,7 @@ internal static string SchedulerInvalidLocation { /// /// Looks up a localized string similar to A value for the Secondary Peer Subnet has to be provided.. /// - internal static string SecondaryPeerSubnetRequired { + public static string SecondaryPeerSubnetRequired { get { return ResourceManager.GetString("SecondaryPeerSubnetRequired", resourceCulture); } @@ -3647,7 +3647,7 @@ internal static string SecondaryPeerSubnetRequired { /// /// Looks up a localized string similar to Service {0} already exists on disk in location {1}. /// - internal static string ServiceAlreadyExistsOnDisk { + public static string ServiceAlreadyExistsOnDisk { get { return ResourceManager.GetString("ServiceAlreadyExistsOnDisk", resourceCulture); } @@ -3656,7 +3656,7 @@ internal static string ServiceAlreadyExistsOnDisk { /// /// Looks up a localized string similar to No ServiceBus authorization rule with the given characteristics was found. /// - internal static string ServiceBusAuthorizationRuleNotFound { + public static string ServiceBusAuthorizationRuleNotFound { get { return ResourceManager.GetString("ServiceBusAuthorizationRuleNotFound", resourceCulture); } @@ -3665,7 +3665,7 @@ internal static string ServiceBusAuthorizationRuleNotFound { /// /// Looks up a localized string similar to The service bus entity '{0}' is not found.. /// - internal static string ServiceBusEntityTypeNotFound { + public static string ServiceBusEntityTypeNotFound { get { return ResourceManager.GetString("ServiceBusEntityTypeNotFound", resourceCulture); } @@ -3674,7 +3674,7 @@ internal static string ServiceBusEntityTypeNotFound { /// /// Looks up a localized string similar to Internal Server Error. This could happen due to an incorrect/missing namespace. /// - internal static string ServiceBusNamespaceMissingMessage { + public static string ServiceBusNamespaceMissingMessage { get { return ResourceManager.GetString("ServiceBusNamespaceMissingMessage", resourceCulture); } @@ -3683,7 +3683,7 @@ internal static string ServiceBusNamespaceMissingMessage { /// /// Looks up a localized string similar to service configuration. /// - internal static string ServiceConfiguration { + public static string ServiceConfiguration { get { return ResourceManager.GetString("ServiceConfiguration", resourceCulture); } @@ -3692,7 +3692,7 @@ internal static string ServiceConfiguration { /// /// Looks up a localized string similar to service definition. /// - internal static string ServiceDefinition { + public static string ServiceDefinition { get { return ResourceManager.GetString("ServiceDefinition", resourceCulture); } @@ -3701,7 +3701,7 @@ internal static string ServiceDefinition { /// /// Looks up a localized string similar to ServiceDefinition.csdef. /// - internal static string ServiceDefinitionFileName { + public static string ServiceDefinitionFileName { get { return ResourceManager.GetString("ServiceDefinitionFileName", resourceCulture); } @@ -3710,7 +3710,7 @@ internal static string ServiceDefinitionFileName { /// /// Looks up a localized string similar to {0}Deploy. /// - internal static string ServiceDeploymentName { + public static string ServiceDeploymentName { get { return ResourceManager.GetString("ServiceDeploymentName", resourceCulture); } @@ -3719,7 +3719,7 @@ internal static string ServiceDeploymentName { /// /// Looks up a localized string similar to The specified cloud service "{0}" does not exist.. /// - internal static string ServiceDoesNotExist { + public static string ServiceDoesNotExist { get { return ResourceManager.GetString("ServiceDoesNotExist", resourceCulture); } @@ -3728,7 +3728,7 @@ internal static string ServiceDoesNotExist { /// /// 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. /// - internal static string ServiceIsInTransitionState { + public static string ServiceIsInTransitionState { get { return ResourceManager.GetString("ServiceIsInTransitionState", resourceCulture); } @@ -3737,7 +3737,7 @@ internal static string ServiceIsInTransitionState { /// /// 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}.". /// - internal static string ServiceManagementClientExceptionStringFormat { + public static string ServiceManagementClientExceptionStringFormat { get { return ResourceManager.GetString("ServiceManagementClientExceptionStringFormat", resourceCulture); } @@ -3746,7 +3746,7 @@ internal static string ServiceManagementClientExceptionStringFormat { /// /// Looks up a localized string similar to Begin Operation: {0}. /// - internal static string ServiceManagementExecuteClientActionBeginOperation { + public static string ServiceManagementExecuteClientActionBeginOperation { get { return ResourceManager.GetString("ServiceManagementExecuteClientActionBeginOperation", resourceCulture); } @@ -3755,7 +3755,7 @@ internal static string ServiceManagementExecuteClientActionBeginOperation { /// /// Looks up a localized string similar to Completed Operation: {0}. /// - internal static string ServiceManagementExecuteClientActionCompletedOperation { + public static string ServiceManagementExecuteClientActionCompletedOperation { get { return ResourceManager.GetString("ServiceManagementExecuteClientActionCompletedOperation", resourceCulture); } @@ -3764,7 +3764,7 @@ internal static string ServiceManagementExecuteClientActionCompletedOperation { /// /// Looks up a localized string similar to Begin Operation: {0}. /// - internal static string ServiceManagementExecuteClientActionInOCSBeginOperation { + public static string ServiceManagementExecuteClientActionInOCSBeginOperation { get { return ResourceManager.GetString("ServiceManagementExecuteClientActionInOCSBeginOperation", resourceCulture); } @@ -3773,7 +3773,7 @@ internal static string ServiceManagementExecuteClientActionInOCSBeginOperation { /// /// Looks up a localized string similar to Completed Operation: {0}. /// - internal static string ServiceManagementExecuteClientActionInOCSCompletedOperation { + public static string ServiceManagementExecuteClientActionInOCSCompletedOperation { get { return ResourceManager.GetString("ServiceManagementExecuteClientActionInOCSCompletedOperation", resourceCulture); } @@ -3782,7 +3782,7 @@ internal static string ServiceManagementExecuteClientActionInOCSCompletedOperati /// /// Looks up a localized string similar to service name. /// - internal static string ServiceName { + public static string ServiceName { get { return ResourceManager.GetString("ServiceName", resourceCulture); } @@ -3791,7 +3791,7 @@ internal static string ServiceName { /// /// Looks up a localized string similar to The provided service name {0} already exists, please pick another name. /// - internal static string ServiceNameExists { + public static string ServiceNameExists { get { return ResourceManager.GetString("ServiceNameExists", resourceCulture); } @@ -3800,7 +3800,7 @@ internal static string ServiceNameExists { /// /// Looks up a localized string similar to Please provide name for the hosted service. /// - internal static string ServiceNameMissingMessage { + public static string ServiceNameMissingMessage { get { return ResourceManager.GetString("ServiceNameMissingMessage", resourceCulture); } @@ -3809,7 +3809,7 @@ internal static string ServiceNameMissingMessage { /// /// Looks up a localized string similar to service parent directory. /// - internal static string ServiceParentDirectory { + public static string ServiceParentDirectory { get { return ResourceManager.GetString("ServiceParentDirectory", resourceCulture); } @@ -3818,7 +3818,7 @@ internal static string ServiceParentDirectory { /// /// Looks up a localized string similar to Service {0} removed successfully. /// - internal static string ServiceRemovedMessage { + public static string ServiceRemovedMessage { get { return ResourceManager.GetString("ServiceRemovedMessage", resourceCulture); } @@ -3827,7 +3827,7 @@ internal static string ServiceRemovedMessage { /// /// Looks up a localized string similar to service directory. /// - internal static string ServiceRoot { + public static string ServiceRoot { get { return ResourceManager.GetString("ServiceRoot", resourceCulture); } @@ -3836,7 +3836,7 @@ internal static string ServiceRoot { /// /// Looks up a localized string similar to service settings. /// - internal static string ServiceSettings { + public static string ServiceSettings { get { return ResourceManager.GetString("ServiceSettings", resourceCulture); } @@ -3845,7 +3845,7 @@ internal static string ServiceSettings { /// /// 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.. /// - internal static string ServiceSettings_ValidateStorageAccountName_InvalidName { + public static string ServiceSettings_ValidateStorageAccountName_InvalidName { get { return ResourceManager.GetString("ServiceSettings_ValidateStorageAccountName_InvalidName", resourceCulture); } @@ -3854,7 +3854,7 @@ internal static string ServiceSettings_ValidateStorageAccountName_InvalidName { /// /// Looks up a localized string similar to The {0} slot for cloud service {1} doesn't exist.. /// - internal static string ServiceSlotDoesNotExist { + public static string ServiceSlotDoesNotExist { get { return ResourceManager.GetString("ServiceSlotDoesNotExist", resourceCulture); } @@ -3863,7 +3863,7 @@ internal static string ServiceSlotDoesNotExist { /// /// Looks up a localized string similar to {0} slot for service {1} is {2}. /// - internal static string ServiceStatusChanged { + public static string ServiceStatusChanged { get { return ResourceManager.GetString("ServiceStatusChanged", resourceCulture); } @@ -3872,7 +3872,7 @@ internal static string ServiceStatusChanged { /// /// Looks up a localized string similar to Set Add-On Confirmation. /// - internal static string SetAddOnConformation { + public static string SetAddOnConformation { get { return ResourceManager.GetString("SetAddOnConformation", resourceCulture); } @@ -3881,7 +3881,7 @@ internal static string SetAddOnConformation { /// /// Looks up a localized string similar to Profile {0} does not contain endpoint {1}. Adding it.. /// - internal static string SetInexistentTrafficManagerEndpointMessage { + public static string SetInexistentTrafficManagerEndpointMessage { get { return ResourceManager.GetString("SetInexistentTrafficManagerEndpointMessage", resourceCulture); } @@ -3895,7 +3895,7 @@ internal static string SetInexistentTrafficManagerEndpointMessage { ///agree to the {2}'s terms of user and privacy statement at {0} and (c) agree to sharing my ///contact information with {2}.. /// - internal static string SetMicrosoftAddOnMessage { + public static string SetMicrosoftAddOnMessage { get { return ResourceManager.GetString("SetMicrosoftAddOnMessage", resourceCulture); } @@ -3909,7 +3909,7 @@ internal static string SetMicrosoftAddOnMessage { ///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}.. /// - internal static string SetNonMicrosoftAddOnMessage { + public static string SetNonMicrosoftAddOnMessage { get { return ResourceManager.GetString("SetNonMicrosoftAddOnMessage", resourceCulture); } @@ -3918,7 +3918,7 @@ internal static string SetNonMicrosoftAddOnMessage { /// /// Looks up a localized string similar to Role {0} instances are set to {1}. /// - internal static string SetRoleInstancesMessage { + public static string SetRoleInstancesMessage { get { return ResourceManager.GetString("SetRoleInstancesMessage", resourceCulture); } @@ -3927,7 +3927,7 @@ internal static string SetRoleInstancesMessage { /// /// Looks up a localized string similar to {"Slot":"","Location":"","Subscription":"","StorageAccountName":""}. /// - internal static string SettingsFileEmptyContent { + public static string SettingsFileEmptyContent { get { return ResourceManager.GetString("SettingsFileEmptyContent", resourceCulture); } @@ -3936,7 +3936,7 @@ internal static string SettingsFileEmptyContent { /// /// Looks up a localized string similar to deploymentSettings.json. /// - internal static string SettingsFileName { + public static string SettingsFileName { get { return ResourceManager.GetString("SettingsFileName", resourceCulture); } @@ -3945,7 +3945,7 @@ internal static string SettingsFileName { /// /// Looks up a localized string similar to Insufficient parameters passed to create a new endpoint.. /// - internal static string SetTrafficManagerEndpointNeedsParameters { + public static string SetTrafficManagerEndpointNeedsParameters { get { return ResourceManager.GetString("SetTrafficManagerEndpointNeedsParameters", resourceCulture); } @@ -3954,7 +3954,7 @@ internal static string SetTrafficManagerEndpointNeedsParameters { /// /// Looks up a localized string similar to Ambiguous operation: the profile name specified doesn't match the name of the profile object.. /// - internal static string SetTrafficManagerProfileAmbiguous { + public static string SetTrafficManagerProfileAmbiguous { get { return ResourceManager.GetString("SetTrafficManagerProfileAmbiguous", resourceCulture); } @@ -3963,7 +3963,7 @@ internal static string SetTrafficManagerProfileAmbiguous { /// /// Looks up a localized string similar to Please execute the cmdlet again and include the 'Force' parameter, if available, to avoid unnecessary prompts.. /// - internal static string ShouldContinueFail { + public static string ShouldContinueFail { get { return ResourceManager.GetString("ShouldContinueFail", resourceCulture); } @@ -3972,7 +3972,7 @@ internal static string ShouldContinueFail { /// /// Looks up a localized string similar to Confirm. /// - internal static string ShouldProcessCaption { + public static string ShouldProcessCaption { get { return ResourceManager.GetString("ShouldProcessCaption", resourceCulture); } @@ -3981,7 +3981,7 @@ internal static string ShouldProcessCaption { /// /// Looks up a localized string similar to Please execute the cmdlet again and omit the 'Confirm' parameter when using the 'AsJob' parameter.. /// - internal static string ShouldProcessFailConfirm { + public static string ShouldProcessFailConfirm { get { return ResourceManager.GetString("ShouldProcessFailConfirm", resourceCulture); } @@ -3990,7 +3990,7 @@ internal static string ShouldProcessFailConfirm { /// /// 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.. /// - internal static string ShouldProcessFailImpact { + public static string ShouldProcessFailImpact { get { return ResourceManager.GetString("ShouldProcessFailImpact", resourceCulture); } @@ -3999,7 +3999,7 @@ internal static string ShouldProcessFailImpact { /// /// Looks up a localized string similar to Please execute the cmdlet again and omit the 'WhatIf' parameter when using the 'AsJob' parameter.. /// - internal static string ShouldProcessFailWhatIf { + public static string ShouldProcessFailWhatIf { get { return ResourceManager.GetString("ShouldProcessFailWhatIf", resourceCulture); } @@ -4008,7 +4008,7 @@ internal static string ShouldProcessFailWhatIf { /// /// Looks up a localized string similar to Shutdown. /// - internal static string Shutdown { + public static string Shutdown { get { return ResourceManager.GetString("Shutdown", resourceCulture); } @@ -4017,7 +4017,7 @@ internal static string Shutdown { /// /// Looks up a localized string similar to /sites:{0};{1};"{2}/{0}" . /// - internal static string SitesArgTemplate { + public static string SitesArgTemplate { get { return ResourceManager.GetString("SitesArgTemplate", resourceCulture); } @@ -4026,7 +4026,7 @@ internal static string SitesArgTemplate { /// /// Looks up a localized string similar to 1000. /// - internal static string StandardRetryDelayInMs { + public static string StandardRetryDelayInMs { get { return ResourceManager.GetString("StandardRetryDelayInMs", resourceCulture); } @@ -4035,7 +4035,7 @@ internal static string StandardRetryDelayInMs { /// /// Looks up a localized string similar to Start. /// - internal static string Start { + public static string Start { get { return ResourceManager.GetString("Start", resourceCulture); } @@ -4044,7 +4044,7 @@ internal static string Start { /// /// Looks up a localized string similar to Started. /// - internal static string StartedEmulator { + public static string StartedEmulator { get { return ResourceManager.GetString("StartedEmulator", resourceCulture); } @@ -4053,7 +4053,7 @@ internal static string StartedEmulator { /// /// Looks up a localized string similar to Starting Emulator.... /// - internal static string StartingEmulator { + public static string StartingEmulator { get { return ResourceManager.GetString("StartingEmulator", resourceCulture); } @@ -4062,7 +4062,7 @@ internal static string StartingEmulator { /// /// Looks up a localized string similar to start. /// - internal static string StartStorageEmulatorCommandArgument { + public static string StartStorageEmulatorCommandArgument { get { return ResourceManager.GetString("StartStorageEmulatorCommandArgument", resourceCulture); } @@ -4071,7 +4071,7 @@ internal static string StartStorageEmulatorCommandArgument { /// /// Looks up a localized string similar to Stop. /// - internal static string Stop { + public static string Stop { get { return ResourceManager.GetString("Stop", resourceCulture); } @@ -4080,7 +4080,7 @@ internal static string Stop { /// /// Looks up a localized string similar to Stopping emulator.... /// - internal static string StopEmulatorMessage { + public static string StopEmulatorMessage { get { return ResourceManager.GetString("StopEmulatorMessage", resourceCulture); } @@ -4089,7 +4089,7 @@ internal static string StopEmulatorMessage { /// /// Looks up a localized string similar to Stopped. /// - internal static string StoppedEmulatorMessage { + public static string StoppedEmulatorMessage { get { return ResourceManager.GetString("StoppedEmulatorMessage", resourceCulture); } @@ -4098,7 +4098,7 @@ internal static string StoppedEmulatorMessage { /// /// Looks up a localized string similar to stop. /// - internal static string StopStorageEmulatorCommandArgument { + public static string StopStorageEmulatorCommandArgument { get { return ResourceManager.GetString("StopStorageEmulatorCommandArgument", resourceCulture); } @@ -4107,7 +4107,7 @@ internal static string StopStorageEmulatorCommandArgument { /// /// Looks up a localized string similar to Account Name:. /// - internal static string StorageAccountName { + public static string StorageAccountName { get { return ResourceManager.GetString("StorageAccountName", resourceCulture); } @@ -4116,7 +4116,7 @@ internal static string StorageAccountName { /// /// Looks up a localized string similar to Cannot find storage account '{0}' please type the name of an existing storage account.. /// - internal static string StorageAccountNotFound { + public static string StorageAccountNotFound { get { return ResourceManager.GetString("StorageAccountNotFound", resourceCulture); } @@ -4125,7 +4125,7 @@ internal static string StorageAccountNotFound { /// /// Looks up a localized string similar to AzureStorageEmulator.exe. /// - internal static string StorageEmulatorExe { + public static string StorageEmulatorExe { get { return ResourceManager.GetString("StorageEmulatorExe", resourceCulture); } @@ -4134,7 +4134,7 @@ internal static string StorageEmulatorExe { /// /// Looks up a localized string similar to InstallPath. /// - internal static string StorageEmulatorInstallPathRegistryKeyValue { + public static string StorageEmulatorInstallPathRegistryKeyValue { get { return ResourceManager.GetString("StorageEmulatorInstallPathRegistryKeyValue", resourceCulture); } @@ -4143,7 +4143,7 @@ internal static string StorageEmulatorInstallPathRegistryKeyValue { /// /// Looks up a localized string similar to SOFTWARE\Microsoft\Windows Azure Storage Emulator. /// - internal static string StorageEmulatorRegistryKey { + public static string StorageEmulatorRegistryKey { get { return ResourceManager.GetString("StorageEmulatorRegistryKey", resourceCulture); } @@ -4152,7 +4152,7 @@ internal static string StorageEmulatorRegistryKey { /// /// Looks up a localized string similar to Primary Key:. /// - internal static string StoragePrimaryKey { + public static string StoragePrimaryKey { get { return ResourceManager.GetString("StoragePrimaryKey", resourceCulture); } @@ -4161,7 +4161,7 @@ internal static string StoragePrimaryKey { /// /// Looks up a localized string similar to Secondary Key:. /// - internal static string StorageSecondaryKey { + public static string StorageSecondaryKey { get { return ResourceManager.GetString("StorageSecondaryKey", resourceCulture); } @@ -4170,7 +4170,7 @@ internal static string StorageSecondaryKey { /// /// Looks up a localized string similar to The subscription named {0} already exists.. /// - internal static string SubscriptionAlreadyExists { + public static string SubscriptionAlreadyExists { get { return ResourceManager.GetString("SubscriptionAlreadyExists", resourceCulture); } @@ -4179,7 +4179,7 @@ internal static string SubscriptionAlreadyExists { /// /// 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.. /// - internal static string SubscriptionDataFileDeprecated { + public static string SubscriptionDataFileDeprecated { get { return ResourceManager.GetString("SubscriptionDataFileDeprecated", resourceCulture); } @@ -4188,7 +4188,7 @@ internal static string SubscriptionDataFileDeprecated { /// /// Looks up a localized string similar to DefaultSubscriptionData.xml. /// - internal static string SubscriptionDataFileName { + public static string SubscriptionDataFileName { get { return ResourceManager.GetString("SubscriptionDataFileName", resourceCulture); } @@ -4197,7 +4197,7 @@ internal static string SubscriptionDataFileName { /// /// Looks up a localized string similar to The subscription data file {0} does not exist.. /// - internal static string SubscriptionDataFileNotFound { + public static string SubscriptionDataFileNotFound { get { return ResourceManager.GetString("SubscriptionDataFileNotFound", resourceCulture); } @@ -4206,7 +4206,7 @@ internal static string SubscriptionDataFileNotFound { /// /// Looks up a localized string similar to The subscription id {0} doesn't exist.. /// - internal static string SubscriptionIdNotFoundMessage { + public static string SubscriptionIdNotFoundMessage { get { return ResourceManager.GetString("SubscriptionIdNotFoundMessage", resourceCulture); } @@ -4215,7 +4215,7 @@ internal static string SubscriptionIdNotFoundMessage { /// /// Looks up a localized string similar to Subscription must not be null. /// - internal static string SubscriptionMustNotBeNull { + public static string SubscriptionMustNotBeNull { get { return ResourceManager.GetString("SubscriptionMustNotBeNull", resourceCulture); } @@ -4224,7 +4224,7 @@ internal static string SubscriptionMustNotBeNull { /// /// Looks up a localized string similar to Subscription name needs to be specified.. /// - internal static string SubscriptionNameNeedsToBeSpecified { + public static string SubscriptionNameNeedsToBeSpecified { get { return ResourceManager.GetString("SubscriptionNameNeedsToBeSpecified", resourceCulture); } @@ -4233,7 +4233,7 @@ internal static string SubscriptionNameNeedsToBeSpecified { /// /// Looks up a localized string similar to The subscription name {0} doesn't exist.. /// - internal static string SubscriptionNameNotFoundMessage { + public static string SubscriptionNameNotFoundMessage { get { return ResourceManager.GetString("SubscriptionNameNotFoundMessage", resourceCulture); } @@ -4242,7 +4242,7 @@ internal static string SubscriptionNameNotFoundMessage { /// /// Looks up a localized string similar to Subscription needs to be specified.. /// - internal static string SubscriptionNeedsToBeSpecified { + public static string SubscriptionNeedsToBeSpecified { get { return ResourceManager.GetString("SubscriptionNeedsToBeSpecified", resourceCulture); } @@ -4251,7 +4251,7 @@ internal static string SubscriptionNeedsToBeSpecified { /// /// Looks up a localized string similar to Suspend. /// - internal static string Suspend { + public static string Suspend { get { return ResourceManager.GetString("Suspend", resourceCulture); } @@ -4260,7 +4260,7 @@ internal static string Suspend { /// /// Looks up a localized string similar to Swapping website production slot .... /// - internal static string SwappingWebsite { + public static string SwappingWebsite { get { return ResourceManager.GetString("SwappingWebsite", resourceCulture); } @@ -4269,7 +4269,7 @@ internal static string SwappingWebsite { /// /// Looks up a localized string similar to Are you sure you want to swap the website '{0}' production slot with slot '{1}'?. /// - internal static string SwapWebsiteSlotWarning { + public static string SwapWebsiteSlotWarning { get { return ResourceManager.GetString("SwapWebsiteSlotWarning", resourceCulture); } @@ -4278,7 +4278,7 @@ internal static string SwapWebsiteSlotWarning { /// /// Looks up a localized string similar to The Switch-AzureMode cmdlet is deprecated and will be removed in a future release.. /// - internal static string SwitchAzureModeDeprecated { + public static string SwitchAzureModeDeprecated { get { return ResourceManager.GetString("SwitchAzureModeDeprecated", resourceCulture); } @@ -4287,7 +4287,7 @@ internal static string SwitchAzureModeDeprecated { /// /// Looks up a localized string similar to [AzureLongRunningJob]: Starting cmdlet execution, setting for cmdlet confirmation required: '{0}'. /// - internal static string TraceBeginLROJob { + public static string TraceBeginLROJob { get { return ResourceManager.GetString("TraceBeginLROJob", resourceCulture); } @@ -4296,7 +4296,7 @@ internal static string TraceBeginLROJob { /// /// Looks up a localized string similar to [AzureLongRunningJob]: Blocking job for ShouldMethod '{0}'. /// - internal static string TraceBlockLROThread { + public static string TraceBlockLROThread { get { return ResourceManager.GetString("TraceBlockLROThread", resourceCulture); } @@ -4305,7 +4305,7 @@ internal static string TraceBlockLROThread { /// /// Looks up a localized string similar to [AzureLongRunningJob]: Completing cmdlet execution in RunJob. /// - internal static string TraceEndLROJob { + public static string TraceEndLROJob { get { return ResourceManager.GetString("TraceEndLROJob", resourceCulture); } @@ -4314,7 +4314,7 @@ internal static string TraceEndLROJob { /// /// Looks up a localized string similar to [AzureLongRunningJob]: State change from '{0}' to '{1}' because '{2}'. /// - internal static string TraceHandleLROStateChange { + public static string TraceHandleLROStateChange { get { return ResourceManager.GetString("TraceHandleLROStateChange", resourceCulture); } @@ -4323,7 +4323,7 @@ internal static string TraceHandleLROStateChange { /// /// Looks up a localized string similar to [AzureLongRunningJob]: Unblocking job due to stoppage or failure. /// - internal static string TraceHandlerCancelJob { + public static string TraceHandlerCancelJob { get { return ResourceManager.GetString("TraceHandlerCancelJob", resourceCulture); } @@ -4332,7 +4332,7 @@ internal static string TraceHandlerCancelJob { /// /// Looks up a localized string similar to [AzureLongRunningJob]: Unblocking job that was previously blocked.. /// - internal static string TraceHandlerUnblockJob { + public static string TraceHandlerUnblockJob { get { return ResourceManager.GetString("TraceHandlerUnblockJob", resourceCulture); } @@ -4341,7 +4341,7 @@ internal static string TraceHandlerUnblockJob { /// /// Looks up a localized string similar to [AzureLongRunningJob]: Error in cmdlet execution. /// - internal static string TraceLROJobException { + public static string TraceLROJobException { get { return ResourceManager.GetString("TraceLROJobException", resourceCulture); } @@ -4350,7 +4350,7 @@ internal static string TraceLROJobException { /// /// Looks up a localized string similar to [AzureLongRunningJob]: Removing state changed event handler, exception '{0}'. /// - internal static string TraceRemoveLROEventHandler { + public static string TraceRemoveLROEventHandler { get { return ResourceManager.GetString("TraceRemoveLROEventHandler", resourceCulture); } @@ -4359,7 +4359,7 @@ internal static string TraceRemoveLROEventHandler { /// /// Looks up a localized string similar to [AzureLongRunningJob]: ShouldMethod '{0}' unblocked.. /// - internal static string TraceUnblockLROThread { + public static string TraceUnblockLROThread { get { return ResourceManager.GetString("TraceUnblockLROThread", resourceCulture); } @@ -4368,7 +4368,7 @@ internal static string TraceUnblockLROThread { /// /// Looks up a localized string similar to Unable to decode string from base 64. Please make sure the string is correctly encoded: {0}.. /// - internal static string UnableToDecodeBase64String { + public static string UnableToDecodeBase64String { get { return ResourceManager.GetString("UnableToDecodeBase64String", resourceCulture); } @@ -4377,7 +4377,7 @@ internal static string UnableToDecodeBase64String { /// /// Looks up a localized string similar to Unable to update mismatching Json structured: {0} {1}.. /// - internal static string UnableToPatchJson { + public static string UnableToPatchJson { get { return ResourceManager.GetString("UnableToPatchJson", resourceCulture); } @@ -4386,7 +4386,7 @@ internal static string UnableToPatchJson { /// /// Looks up a localized string similar to The provider {0} is unknown.. /// - internal static string UnknownProviderMessage { + public static string UnknownProviderMessage { get { return ResourceManager.GetString("UnknownProviderMessage", resourceCulture); } @@ -4395,7 +4395,7 @@ internal static string UnknownProviderMessage { /// /// Looks up a localized string similar to Update. /// - internal static string Update { + public static string Update { get { return ResourceManager.GetString("Update", resourceCulture); } @@ -4404,7 +4404,7 @@ internal static string Update { /// /// Looks up a localized string similar to Updated settings for subscription '{0}'. Current subscription is '{1}'.. /// - internal static string UpdatedSettings { + public static string UpdatedSettings { get { return ResourceManager.GetString("UpdatedSettings", resourceCulture); } @@ -4413,7 +4413,7 @@ internal static string UpdatedSettings { /// /// Looks up a localized string similar to User name is not valid.. /// - internal static string UserNameIsNotValid { + public static string UserNameIsNotValid { get { return ResourceManager.GetString("UserNameIsNotValid", resourceCulture); } @@ -4422,7 +4422,7 @@ internal static string UserNameIsNotValid { /// /// Looks up a localized string similar to User name needs to be specified.. /// - internal static string UserNameNeedsToBeSpecified { + public static string UserNameNeedsToBeSpecified { get { return ResourceManager.GetString("UserNameNeedsToBeSpecified", resourceCulture); } @@ -4431,7 +4431,7 @@ internal static string UserNameNeedsToBeSpecified { /// /// Looks up a localized string similar to A value for the VLan Id has to be provided.. /// - internal static string VlanIdRequired { + public static string VlanIdRequired { get { return ResourceManager.GetString("VlanIdRequired", resourceCulture); } @@ -4440,7 +4440,7 @@ internal static string VlanIdRequired { /// /// Looks up a localized string similar to Please wait.... /// - internal static string WaitMessage { + public static string WaitMessage { get { return ResourceManager.GetString("WaitMessage", resourceCulture); } @@ -4449,7 +4449,7 @@ internal static string WaitMessage { /// /// Looks up a localized string similar to The azure storage emulator is not installed, skip launching.... /// - internal static string WarningWhenStorageEmulatorIsMissing { + public static string WarningWhenStorageEmulatorIsMissing { get { return ResourceManager.GetString("WarningWhenStorageEmulatorIsMissing", resourceCulture); } @@ -4458,7 +4458,7 @@ internal static string WarningWhenStorageEmulatorIsMissing { /// /// Looks up a localized string similar to Web.cloud.config. /// - internal static string WebCloudConfig { + public static string WebCloudConfig { get { return ResourceManager.GetString("WebCloudConfig", resourceCulture); } @@ -4467,7 +4467,7 @@ internal static string WebCloudConfig { /// /// Looks up a localized string similar to web.config. /// - internal static string WebConfigTemplateFileName { + public static string WebConfigTemplateFileName { get { return ResourceManager.GetString("WebConfigTemplateFileName", resourceCulture); } @@ -4476,7 +4476,7 @@ internal static string WebConfigTemplateFileName { /// /// Looks up a localized string similar to MSDeploy. /// - internal static string WebDeployKeywordInWebSitePublishProfile { + public static string WebDeployKeywordInWebSitePublishProfile { get { return ResourceManager.GetString("WebDeployKeywordInWebSitePublishProfile", resourceCulture); } @@ -4485,7 +4485,7 @@ internal static string WebDeployKeywordInWebSitePublishProfile { /// /// Looks up a localized string similar to Cannot build the project successfully. Please see logs in {0}.. /// - internal static string WebProjectBuildFailTemplate { + public static string WebProjectBuildFailTemplate { get { return ResourceManager.GetString("WebProjectBuildFailTemplate", resourceCulture); } @@ -4494,7 +4494,7 @@ internal static string WebProjectBuildFailTemplate { /// /// Looks up a localized string similar to WebRole. /// - internal static string WebRole { + public static string WebRole { get { return ResourceManager.GetString("WebRole", resourceCulture); } @@ -4503,7 +4503,7 @@ internal static string WebRole { /// /// Looks up a localized string similar to setup_web.cmd > log.txt. /// - internal static string WebRoleStartupTaskCommandLine { + public static string WebRoleStartupTaskCommandLine { get { return ResourceManager.GetString("WebRoleStartupTaskCommandLine", resourceCulture); } @@ -4512,7 +4512,7 @@ internal static string WebRoleStartupTaskCommandLine { /// /// Looks up a localized string similar to WebRole.xml. /// - internal static string WebRoleTemplateFileName { + public static string WebRoleTemplateFileName { get { return ResourceManager.GetString("WebRoleTemplateFileName", resourceCulture); } @@ -4521,7 +4521,7 @@ internal static string WebRoleTemplateFileName { /// /// Looks up a localized string similar to WebSite with given name {0} already exists in the specified Subscription and Webspace.. /// - internal static string WebsiteAlreadyExists { + public static string WebsiteAlreadyExists { get { return ResourceManager.GetString("WebsiteAlreadyExists", resourceCulture); } @@ -4530,7 +4530,7 @@ internal static string WebsiteAlreadyExists { /// /// Looks up a localized string similar to WebSite with given name {0} already exists in the specified Subscription and Location.. /// - internal static string WebsiteAlreadyExistsReplacement { + public static string WebsiteAlreadyExistsReplacement { get { return ResourceManager.GetString("WebsiteAlreadyExistsReplacement", resourceCulture); } @@ -4539,7 +4539,7 @@ internal static string WebsiteAlreadyExistsReplacement { /// /// Looks up a localized string similar to Site {0} already has repository created for it.. /// - internal static string WebsiteRepositoryAlreadyExists { + public static string WebsiteRepositoryAlreadyExists { get { return ResourceManager.GetString("WebsiteRepositoryAlreadyExists", resourceCulture); } @@ -4548,7 +4548,7 @@ internal static string WebsiteRepositoryAlreadyExists { /// /// Looks up a localized string similar to Workspaces/WebsiteExtension/Website/{0}/dashboard/. /// - internal static string WebsiteSufixUrl { + public static string WebsiteSufixUrl { get { return ResourceManager.GetString("WebsiteSufixUrl", resourceCulture); } @@ -4557,7 +4557,7 @@ internal static string WebsiteSufixUrl { /// /// Looks up a localized string similar to https://{0}/msdeploy.axd?site={1}. /// - internal static string WebSiteWebDeployUriTemplate { + public static string WebSiteWebDeployUriTemplate { get { return ResourceManager.GetString("WebSiteWebDeployUriTemplate", resourceCulture); } @@ -4566,7 +4566,7 @@ internal static string WebSiteWebDeployUriTemplate { /// /// Looks up a localized string similar to WorkerRole. /// - internal static string WorkerRole { + public static string WorkerRole { get { return ResourceManager.GetString("WorkerRole", resourceCulture); } @@ -4575,7 +4575,7 @@ internal static string WorkerRole { /// /// Looks up a localized string similar to setup_worker.cmd > log.txt. /// - internal static string WorkerRoleStartupTaskCommandLine { + public static string WorkerRoleStartupTaskCommandLine { get { return ResourceManager.GetString("WorkerRoleStartupTaskCommandLine", resourceCulture); } @@ -4584,7 +4584,7 @@ internal static string WorkerRoleStartupTaskCommandLine { /// /// Looks up a localized string similar to WorkerRole.xml. /// - internal static string WorkerRoleTemplateFileName { + public static string WorkerRoleTemplateFileName { get { return ResourceManager.GetString("WorkerRoleTemplateFileName", resourceCulture); } @@ -4593,7 +4593,7 @@ internal static string WorkerRoleTemplateFileName { /// /// Looks up a localized string similar to (x86). /// - internal static string x86InProgramFiles { + public static string x86InProgramFiles { get { return ResourceManager.GetString("x86InProgramFiles", resourceCulture); } @@ -4602,7 +4602,7 @@ internal static string x86InProgramFiles { /// /// Looks up a localized string similar to Yes. /// - internal static string Yes { + public static string Yes { get { return ResourceManager.GetString("Yes", resourceCulture); } @@ -4611,7 +4611,7 @@ internal static string Yes { /// /// Looks up a localized string similar to Yes, I agree. /// - internal static string YesHint { + public static string YesHint { get { return ResourceManager.GetString("YesHint", resourceCulture); }