Skip to content

Commit c2e6b75

Browse files
committed
merge markdig migration
merge markdig migration for conceptual and docfx.json
1 parent 5bcc188 commit c2e6b75

File tree

12 files changed

+40
-38
lines changed

12 files changed

+40
-38
lines changed

docs-conceptual/azurermps-1.2.9/install-azurerm-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ still want to install this module 'Azure.Storage', use -AllowClobber parameter.
142142
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1772 char:21
143143
+ ...          $null = PackageManagement\Install-Package @PSBoundParameters
144144
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145-
    + CategoryInfo          : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
146-
    + FullyQualifiedErrorId : CommandAlreadyAvailable,Validate-ModuleCommandAlreadyAvailable,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
145+
+ CategoryInfo          : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
146+
+ FullyQualifiedErrorId : CommandAlreadyAvailable,Validate-ModuleCommandAlreadyAvailable,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
147147
```
148148

149149
As the error message states, you need to use the -AllowClobber parameter to install the module. Use

docs-conceptual/azurermps-2.3.0/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use-AzureRmProfile -Profile 2018-03-01-hybrid -Force
3636
3737
```
3838

39-
##Release Notes
39+
## Release Notes
4040
* The release 2.3.0 comes with a list of breaking changes. To upgrade from the 1.2.11 version, we have created a migration guide at https://aka.ms/azspowershellmigration
4141
* This release corresponds to the azurestack specific api profile 2018-03-01-hybrid
4242
* All the modules are taking greater than or equal to dependency on the AzureRm.Profile module.

docs-conceptual/azurermps-4.4.1/install-azurerm-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ still want to install this module 'Azure.Storage', use -AllowClobber parameter.
157157
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1772 char:21
158158
+ ...          $null = PackageManagement\Install-Package @PSBoundParameters
159159
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160-
    + CategoryInfo          : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
161-
    + FullyQualifiedErrorId : CommandAlreadyAvailable,Validate-ModuleCommandAlreadyAvailable,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
160+
+ CategoryInfo          : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
161+
+ FullyQualifiedErrorId : CommandAlreadyAvailable,Validate-ModuleCommandAlreadyAvailable,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
162162
```
163163

164164
As the error message states, you need to use the -AllowClobber parameter to install the module. Use

docs-conceptual/azurermps-4.4.1/migration-guide.4.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document serves as both a breaking change notification and migration guide
1212
- [Breaking changes to Sql cmdlets](#breaking-changes-to-sql-cmdlets)
1313
- [Breaking changes to Storage cmdlets](#breaking-changes-to-storage-cmdlets)
1414
- [Breaking Changes to Profile Cmdlets](#breaking-changes-to-profile-cmdlets)
15-
## Breaking changes to Compute cmdlets
15+
## Breaking changes to Compute cmdlets
1616

1717
The following output types were affected this release:
1818

docs-conceptual/azurermps-4.4.1/release-notes-azureps.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This is a list of changes made to Azure PowerShell in this release.
116116
- Updated New-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
117117
- Updated Set-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
118118
- Updated Add-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
119-
- Updated New-AzureRmNetworkSecurityGroup : Updated SecurityRules parameter to accept SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters which are list of strings in PSSecurityRule object
119+
- Updated New-AzureRmNetworkSecurityGroup : Updated SecurityRules parameter to accept SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters which are list of strings in PSSecurityRule object
120120
- Updated Get-AzureRmEffectiveNetworkSecurityGroup: Added parameter TagMap
121121
- Updated Get-AzureRmEffectiveNetworkSecurityGroup: Updated returned PSEffectiveSecurityRule object with SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters which are list of strings.
122122
* Added support for DDoS protection for virtual networks
@@ -257,14 +257,15 @@ This is a list of changes made to Azure PowerShell in this release.
257257
- Remove-AzureRMRoleDefinition
258258
- Set-AzureRMRoleDefinition
259259
* ServiceBus
260-
* Added below new commandlets for AuthorizationRules for NameSpace, Queue and Topic. according to parameter set the authorization rule orperations are perfomed.
261-
- New-AzureRmServiceBusAuthorizationRule - Adds a new AuthorizationRule to the existing ServiceBus NameSpace/Queue/Topic.
262-
- Get-AzureRmServiceBusAuthorizationRule - Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace/Queue/Topic.
263-
- Set-AzureRmServiceBusAuthorizationRule - Updates properties of existing AuthorizationRule of Servicebus NameSpace/Queue/Topic.
264-
- New-AzureRmServiceBusKey - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
265-
- Get-AzureRmServiceBusKey - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
266-
- Remove-AzureRmServiceBusNamespaceAuthorizationRule - Deletes the existing AuthorizationRule of ServiceBus NameSpace/Queue/Topic.
267-
* Added Resource Group property to NamespceAttributes
260+
* Added below new commandlets for AuthorizationRules for NameSpace, Queue and Topic. according to parameter set the authorization rule orperations are perfomed.
261+
- New-AzureRmServiceBusAuthorizationRule - Adds a new AuthorizationRule to the existing ServiceBus NameSpace/Queue/Topic.
262+
- Get-AzureRmServiceBusAuthorizationRule - Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace/Queue/Topic.
263+
- Set-AzureRmServiceBusAuthorizationRule - Updates properties of existing AuthorizationRule of Servicebus NameSpace/Queue/Topic.
264+
- New-AzureRmServiceBusKey - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
265+
- Get-AzureRmServiceBusKey - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
266+
- Remove-AzureRmServiceBusNamespaceAuthorizationRule - Deletes the existing AuthorizationRule of ServiceBus NameSpace/Queue/Topic.
267+
* Added Resource Group property to NamespceAttributes
268+
268269
* Sql
269270
* Updating Set-AzureRmSqlServerTransparentDataEncryptionProtector to display a warning and require confirmation if the Encryption Protector Type is being set to AzureKeyVault
270271
* Adding new updated cmdlets for Auditing settings
@@ -292,15 +293,16 @@ This is a list of changes made to Azure PowerShell in this release.
292293

293294
## 2017.07.17 - Version 4.2.1
294295
* Compute
295-
- Fix issue with VM DIsk and VM Disk snapshot create and update cmdlets, (link)[https://github.com/azure/azure-powershell/issues/4309]
296-
- New-AzureRmDisk
297-
- New-AzureRmSnapshot
298-
- Update-AzureRmDisk
299-
- Update-AzureRmSnapshot
296+
- Fix issue with VM DIsk and VM Disk snapshot create and update cmdlets, (link)[<https://github.com/azure/azure-powershell/issues/4309>]
297+
- New-AzureRmDisk
298+
- New-AzureRmSnapshot
299+
- Update-AzureRmDisk
300+
- Update-AzureRmSnapshot
300301
* Profile
301-
- Fix issue with non-interactive user authentication in RDFE (link)[https://github.com/Azure/azure-powershell/issues/4299]
302+
- Fix issue with non-interactive user authentication in RDFE (link)[<https://github.com/Azure/azure-powershell/issues/4299>]
303+
302304
* ServiceManagement
303-
- Fix issue with non-interactive user authentication (link)[https://github.com/Azure/azure-powershell/issues/4299]
305+
- Fix issue with non-interactive user authentication (link)[<https://github.com/Azure/azure-powershell/issues/4299>]
304306

305307
## 2017.7.11 - Version 4.2.0
306308
* AnalysisServices
@@ -385,8 +387,8 @@ This is a list of changes made to Azure PowerShell in this release.
385387
- Both Cmdlets now have an -EmailAddress parameter that can be used instead of the -UserPrincipalName parameter when querying for email address is appropriate. If there are more than one matching email addresses in the directory then the Cmdlet will fail.
386388
* Network
387389
* New-AzureRmIpsecPolicy: SALifeTimeSeconds and SADataSizeKilobytes are no longer mandatory parameters
388-
   - SALifeTimeSeconds defaults to 27000 seconds
389-
   - SADataSizeKilobytes defaults to 102400000 KB
390+
- SALifeTimeSeconds defaults to 27000 seconds
391+
- SADataSizeKilobytes defaults to 102400000 KB
390392
* Added support for custom cipher suite configuration using ssl policy and listing all ssl options api in Application Gateway
391393
- Added optional parameter -PolicyType, -PolicyName, -MinProtocolVersion, -Ciphersuite
392394
- Add-AzureRmApplicationGatewaySslPolicy
@@ -433,14 +435,14 @@ This is a list of changes made to Azure PowerShell in this release.
433435
- More information can be found in this issue: https://github.com/Azure/azure-powershell/issues/3954
434436
* RecoveryServices.SiteRecovery
435437
* Introducing a new module for Azure Site Recovery operations.
436-
- All cmdlets begin with AzureRmRecoveryServicesAsr*
438+
- All cmdlets begin with AzureRmRecoveryServicesAsr*
437439
* Sql
438440
* Add Data Sync PowerShell Cmdlets to AzureRM.Sql
439441
* Updated AzureRmSqlServer cmdlets to use new REST API version that avoids timeouts when creating server.
440442
* Deprecated server upgrade cmdlets because the old server version (2.0) no longer exists.
441443
* Add new optional switch paramter "AssignIdentity" to New-AzureRmSqlServer and Set-AzureRmSqlServer cmdlets to support provisioning of a resource identity for the SQL server resource
442444
* The parameter ResourceGroupName is now optional for Get-AzureRmSqlServer
443-
- More information can be found in the following issue: https://github.com/Azure/azure-powershell/issues/635
445+
- More information can be found in the following issue: https://github.com/Azure/azure-powershell/issues/635
444446
* ServiceManagement
445447
For ExpressRoute:
446448
* Updated New-AzureBgpPeering cmdlet to add following new options :
@@ -656,7 +658,7 @@ This is a list of changes made to Azure PowerShell in this release.
656658
* ServiceBus
657659

658660
- Bug Fix: ServiceBus Queue object property values were set to null, the object is used as input parameter in Set-AzureRmServiceBusQueue cmdlet to update Queue.
659-
- Properties affected are LockDuration, EntityAvailabilityStatus, DuplicateDetectionHistoryTimeWindow, MaxDeliveryCount and MessageCount
661+
- Properties affected are LockDuration, EntityAvailabilityStatus, DuplicateDetectionHistoryTimeWindow, MaxDeliveryCount and MessageCount
660662
* ServiceFabric
661663

662664
- Added cmdlets for service fabric

docs-conceptual/azurermps-4.4.1/using-experimental-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ users.
7575
The core improvements are regarded as "common sense", and little experimentation is needed to move
7676
forward in implementing these updates.
7777

78-
- Scenario-based Cmdlets - **All*- cmdlets should be designed around scenarios, not the Azure REST
78+
- Scenario-based Cmdlets - <em>*All</em>- cmdlets should be designed around scenarios, not the Azure REST
7979
service.
8080

8181
- Shorter Names - Includes the names of cmdlets (for example, `New-AzureRmVM` => `New-AzVm`) and the

docs-conceptual/azurermps-5.7.0/migration-guide.5.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ $namespace.Enabled
340340
# New
341341
# The call remains the same, but the returned values NameSpace object will not have the Status and Enabled property
342342
$namespace = Set-AzureRmEventHubNamespace <parameters>
343-
```
343+
```
344344

345345
### **New-AzureRmEventHubConsumerGroup**
346346
- The property 'EventHubPath' from the ConsumerGroupAttributes will be removed.

docs-conceptual/azurermps-5.7.0/using-experimental-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ users.
7575
The core improvements are regarded as "common sense", and little experimentation is needed to move
7676
forward in implementing these updates.
7777

78-
- Scenario-based Cmdlets - **All*- cmdlets should be designed around scenarios, not the Azure REST
78+
- Scenario-based Cmdlets - <em>*All</em>- cmdlets should be designed around scenarios, not the Azure REST
7979
service.
8080

8181
- Shorter Names - Includes the names of cmdlets (for example, `New-AzureRmVM` => `New-AzVm`) and the

docs-conceptual/azurermps-6.12.0/migration-guide.6.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ Remove-AzureRmDataLakeStoreItem -Account "ContosoADL" -path /myFolder -Recurse
249249
- The cmdlet no longer accepts individual parameters that compose the access token; instead, the cmdlet replaces explicit token parameters, such as `Service` or `Permissions`, with a generic `TemplateUri` parameter, corresponding to a sample access token defined elsewhere (presumably using Storage PowerShell cmdlets, or composed manually according to the Storage documentation.) The cmdlet retains the `ValidityPeriod` parameter.
250250

251251
For more information on composing shared access tokens for Azure Storage, please refer to the documentation pages, respectively:
252-
- [Constructing a Service SAS] (https://docs.microsoft.com/rest/api/storageservices/Constructing-a-Service-SAS)
253-
- [Constructing an Account SAS] (https://docs.microsoft.com/rest/api/storageservices/constructing-an-account-sas)
252+
- [Constructing a Service SAS](https://docs.microsoft.com/rest/api/storageservices/Constructing-a-Service-SAS)
253+
- [Constructing an Account SAS](https://docs.microsoft.com/rest/api/storageservices/constructing-an-account-sas)
254254

255255
```powershell-interactive
256256
# Old

docs-conceptual/azurermps-6.12.0/release-notes-azureps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This is a list of changes made to Azure PowerShell in this release.
159159
#### AzureRM.Profile
160160
* Minor changes to the storage common code
161161
* Updated help files to include full parameter types.
162-
- Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set
162+
* Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set
163163

164164
#### Azure.Storage
165165
* Support create Storage Context with OAuth.
@@ -399,7 +399,7 @@ This is a list of changes made to Azure PowerShell in this release.
399399

400400
#### Azure.Storage
401401
* Remove the 5TB limitation for Azure File Share quota
402-
- Set-AzureStorageShareQuota
402+
* Set-AzureStorageShareQuota
403403

404404
#### AzureRM.AnalysisServices
405405
* Updated to the latest version of the Azure ClientRuntime.
@@ -676,8 +676,8 @@ This is a list of changes made to Azure PowerShell in this release.
676676

677677
#### Azure.Storage
678678
* Support Upload Blob or File with write only Sas token
679-
- Set-AzureStorageBlobContent
680-
- Set-AzureStorageFileContent
679+
* Set-AzureStorageBlobContent
680+
* Set-AzureStorageFileContent
681681

682682
#### AzureRM.AnalysisServices
683683
* Add required property ResourceGroupName to AS.

docs-conceptual/azurermps-6.12.0/using-experimental-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ users.
7575
The core improvements are regarded as "common sense", and little experimentation is needed to move
7676
forward in implementing these updates.
7777

78-
- Scenario-based Cmdlets - **All*- cmdlets should be designed around scenarios, not the Azure REST
78+
- Scenario-based Cmdlets - <em>*All</em>- cmdlets should be designed around scenarios, not the Azure REST
7979
service.
8080

8181
- Shorter Names - Includes the names of cmdlets (for example, `New-AzureRmVM` => `New-AzVm`) and the

docs-conceptual/azurestackps-1.5.0/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use-AzureRmProfile -Profile 2018-03-01-hybrid -Force
4040
Install-Module -Name AzureStack -RequiredVersion 1.5.0
4141
```
4242

43-
##Release Notes
43+
## Release Notes
4444
* All the Azure Stack Admin modules are updated for greater than or equal to dependency on the AzureRm.Profile module
4545
* Support for handling nested resource names in all the modules
4646
* Bug fix in all the modules where ErrorActionPreference is being overridden to be Stop

0 commit comments

Comments
 (0)