Skip to content

Commit 035ec6a

Browse files
author
Stephen Tramer
committed
Fix MD formatting; add data/mgmt plane info
1 parent 3d33866 commit 035ec6a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs-conceptual/azps-2.0.0/new-azureps-module-az.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ We're committed to bringing Azure support to all platforms, which means that the
3030
needed to be updated to use .NET Standard and be compatible with PowerShell Core. Rather than taking the
3131
existing AzureRM module and introduce complex changes to add this support, the Az module was created.
3232

33-
<!-- NOTE: nbsp used here to avoid markdown parsing error-->
3433
Creating a new module also gave our engineers the opportunity to make the design and naming of cmdlets
35-
and modules consistent. All modules now start with the `Az.` prefix and use the _`Verb`_-Az&nbsp;_`Noun`_
36-
form. Previously, cmdlet names were not only longer, there were inconsistencies in cmdlet names.
34+
and modules consistent. All modules now start with the `Az.` prefix and cmdlets all use the
35+
_Verb_-`Az`_Noun_ form. Previously, cmdlet names were not only longer, there were inconsistencies
36+
in cmdlet names.
37+
38+
The number of modules was also reduced: Some modules which worked with the same services have been rolled
39+
together, and magement plane and data plane cmdlets are now contained all within single modules for their
40+
services. For those of you who manually manage dependencies and imports, this makes things much simpler.
3741

3842
By making these important changes that required building a Azure PowerShell module, the team has
3943
committed to making it easier than ever, and on more platforms than previously possible, to use

0 commit comments

Comments
 (0)