Enhancements to PowerShell pipeline and Azure resource management instructions #38
+28
−4
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.
This pull request includes updates to the instructions for working with PowerShell pipelines and Azure resource management. The most important changes include clarifying task descriptions, adding commands to check pipeline binding, and updating instructions for creating storage accounts and switching shells.
Improvements to PowerShell pipeline instructions:
Instructions/Labs/LAB_AK_03A_Working_with_Windows_PowerShell_Pipeline.md
: Updated the title of Exercise 1 to "Selecting, sorting, and displaying data using Powershell Binding" to provide more clarity.Instructions/Labs/LAB_AK_03A_Working_with_Windows_PowerShell_Pipeline.md
: Added commands to check the type of Pipeline Binding accepted by theGet-Date
andGet-Hotfix
cmdlets, along with notes to highlight the "Accept pipeline input" and "Parameter set name" values. [1] [2]Instructions/Labs/LAB_AK_03A_Working_with_Windows_PowerShell_Pipeline.md
: Enhanced the note to explain how the pipeline operator(|)
allows the output of one cmdlet to be passed as input to another.Updates to Azure resource management instructions:
Instructions/Labs/LAB_AK_09_Azure_resource_management_with_PowerShell.md
: Updated the instructions for creating storage accounts to select the "No storage account required" option and clarified the steps for switching from PowerShell to Bash.