Skip to content

Adjust format #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions src/Common/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1645,23 +1645,23 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can
</data>
<data name="BreakingChangeAttributeParameterChanging" xml:space="preserve">
<value>
- The parameter : '{0}' is changing.</value>
- The parameter : '{0}' is changing.</value>
</data>
<data name="BreakingChangeAttributeParameterMandatoryNow" xml:space="preserve">
<value>
- The parameter : '{0}' is becoming mandatory.</value>
- The parameter : '{0}' is becoming mandatory.</value>
</data>
<data name="BreakingChangeAttributeParameterReplaced" xml:space="preserve">
<value>
- The parameter : '{0}' is being replaced by parameter : '{1}'.</value>
</data>
<data name="BreakingChangeAttributeParameterReplacedMandatory" xml:space="preserve">
<value>
- The parameter : '{0}' is being replaced by mandatory parameter : '{1}'.</value>
- The parameter : '{0}' is being replaced by mandatory parameter : '{1}'.</value>
</data>
<data name="BreakingChangesAttributesChangeDescriptionMessage" xml:space="preserve">
<value>
- Change description : {0} </value>
- Change description : {0} </value>
</data>
<data name="BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement" xml:space="preserve">
<value>The cmdlet is being deprecated. There will be no replacement for it.</value>
Expand All @@ -1671,38 +1671,40 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can
</data>
<data name="BreakingChangesAttributesCmdLetOutputChange1" xml:space="preserve">
<value>
- The output type is changing from the existing type :'{0}' to the new type :'{1}'</value>
- The output type is changing from the existing type :'{0}' to the new type :'{1}'</value>
</data>
<data name="BreakingChangesAttributesCmdLetOutputChange2" xml:space="preserve">
<value>
- "The output type '{0}' is changing"</value>
- "The output type '{0}' is changing"</value>
</data>
<data name="BreakingChangesAttributesCmdLetOutputPropertiesAdded" xml:space="preserve">
<value>
- The following properties are being added to the output type : </value>
- The following properties are being added to the output type :</value>
</data>
<data name="BreakingChangesAttributesCmdLetOutputPropertiesRemoved" xml:space="preserve">
<value>
- The following properties in the output type are being deprecated : </value>
- The following properties in the output type are being deprecated :</value>
</data>
<data name="BreakingChangesAttributesDeclarationMessage" xml:space="preserve">
<value>
- {0}</value>
{0}</value>
</data>
<data name="BreakingChangesAttributesDeclarationMessageWithCmdletName" xml:space="preserve">
<value>
- Cmdlet : '{0}'
- {1}</value>
- Cmdlet : '{0}'
- {1}</value>
</data>
<data name="BreakingChangesAttributesHeaderMessage" xml:space="preserve">
<value>
Breaking changes in the cmdlet '{0}' :</value>
</data>
<data name="BreakingChangesAttributesInEffectByDateMessage" xml:space="preserve">
<value>Note : This change will take effect on '{0}'</value>
<value>
Note : This change will take effect on '{0}'</value>
</data>
<data name="BreakingChangesAttributesInEffectByVersion" xml:space="preserve">
<value>Note : The change is expected to take effect from the version : '{0}'</value>
<value>
Note : The change is expected to take effect from the version : '{0}'</value>
</data>
<data name="BreakingChangesAttributesUsageChangeMessage" xml:space="preserve">
<value>```powershell
Expand All @@ -1726,7 +1728,8 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can
<value>The type of the parameter is changing from '{0}' to '{1}'.</value>
</data>
<data name="BreakingChangesAttributesFooterMessage" xml:space="preserve">
<value>Note : Go to {0} for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.</value>
<value>
Note : Go to {0} for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.</value>
</data>
<data name="PreviewCmdletMessage" xml:space="preserve">
<value>This cmdlet is in preview. The functionality may not be available in the selected subscription.</value>
Expand Down