You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# Release Notes
2
2
All notable changes and release history of the "cosmos-db" module will be documented in this file.
3
3
4
+
## 1.14
5
+
* Fixes a bug where record ids were not encoded in the API calls which broke Get-, Remove-, and Update- for records with ids that contained characters such as `'/'`
6
+
7
+
## 1.13
8
+
* Consistent handling of request errors in PS7 vs. PS5
9
+
* Gives a better error message if the database doesn't exist
10
+
11
+
## 1.10
12
+
* Fixes a bug that caused 401s with ids that contained uppercase characters
13
+
4
14
## 1.9
5
15
* Add support for pipelined objects in `Remove-CosmosDbRecord`
6
16
* Add optional `GetPartitionKeyBlock` argument to `Remove-CosmosDbRecord`
# Returns an object with the properties ApiUrl and ResourceUrl.
26
+
# - ApiUrl uses an escaped version of the RecordId to support having characters such as '/' in the record Id and should be used as the API url (e.g. Invoke-WebRequest)
27
+
# - ResourceUrl uses the raw RecordId and should be used in the auth header (e.g. Get-AuthorizationHeader)
0 commit comments