[new-doc] how to generate and use format.ps1xml file (iss #865)#6059
Merged
markcowl merged 5 commits intoAzure:previewfrom May 3, 2018
Merged
[new-doc] how to generate and use format.ps1xml file (iss #865)#6059markcowl merged 5 commits intoAzure:previewfrom
markcowl merged 5 commits intoAzure:previewfrom
Conversation
Contributor
Author
|
issue #865 |
markcowl
requested changes
May 1, 2018
| ``` | ||
|
|
||
| The default table output reveals some issues: | ||
| 1. **SubscriptionId** property values duplicates the **Id** property values, |
Member
There was a problem hiding this comment.
I think it's important to call out these
- The selected fields don't feit in a standard window
- The columns are not displayed in oirder of importance to the customer for doign their work
| 2. Run the New-FormatPs1Xml cmdlet to generate the format.ps1xml file. | ||
|
|
||
| --- | ||
| We presume that for the [output type](https://github.com/Azure/azure-powershell/blob/preview/documentation/development-docs/azure-powershell-design-guidelines.md#output-type) you created a new class that, for example, wraps a returning .NET SDK type, rather to use PSObject. |
markcowl
requested changes
May 1, 2018
Member
markcowl
left a comment
There was a problem hiding this comment.
One minor change, otherwise LGTM.
By the way, how does a user specify the ordering of fields in the output display? This is especially important for tabel formats. If we don't have a facility, we should consider adding one.
Contributor
Author
|
@markcowl |
markcowl
approved these changes
May 3, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist
CONTRIBUTING.mdplatyPSmodule