Skip to content

Commit

Permalink
Fix Module Help - Fixes #409 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO authored Oct 27, 2020
1 parent 17f0c2b commit ff2162c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix missing module help - Fixes [Issue #401](https://github.com/PlagueHO/CosmosDB/issues/401).

## [4.4.0] - 2020-08-30

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ branches:
tag: useBranchName
increment: Minor
regex: f(eature(s)?)?[\/-]
source-branches: ['main']
source-branches: ['master']
hotfix:
tag: fix
increment: Patch
regex: (hot)?fix(es)?[\/-]
source-branches: ['main']
source-branches: ['master']
merge-message-formats: {}
2 changes: 1 addition & 1 deletion source/Private/utils/Convert-CosmosDbRequestBody.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Convert-CosmosDbRequestBody

<#
On PowerShell Core 6.0.x, ConvertTo-Json does not correctly escape this
string. See https://github.com/PowerShell/PowerShell/issues/7693
string. See https://github.com/PowerShell/PowerShell/issues/7693.
This means that on PowerShell Core, certain strings when passed as
Stored Procedure or Function bodies will not be accepted.
Expand Down

0 comments on commit ff2162c

Please sign in to comment.