diff --git a/xml/Azure.Core.GeoJson/GeoArray`1+Enumerator.xml b/xml/Azure.Core.GeoJson/GeoArray`1+Enumerator.xml
new file mode 100644
index 000000000000..143515dcee4c
--- /dev/null
+++ b/xml/Azure.Core.GeoJson/GeoArray`1+Enumerator.xml
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+
+ System.ValueType
+
+
+
+ System.Collections.Generic.IEnumerator<T>
+
+
+ System.Collections.IEnumerator
+
+
+ System.IDisposable
+
+
+
+
+ Enumerates the elements of a
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ P:System.Collections.Generic.IEnumerator`1.Current
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ T
+
+
+ Gets the element in the collection at the current position of the enumerator.
+ The element in the collection at the current position of the enumerator.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.IDisposable.Dispose
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.Collections.IEnumerator.MoveNext
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+ if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.
+ To be added.
+ The collection was modified after the enumerator was created.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.Collections.IEnumerator.Reset
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+ To be added.
+ The collection was modified after the enumerator was created.
+
+
+
+
+
+
+
+
+ Property
+
+ P:System.Collections.IEnumerator.Current
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Object
+
+
+ Gets the element in the collection at the current position of the enumerator.
+ The element in the collection at the current position of the enumerator.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoArray`1.xml b/xml/Azure.Core.GeoJson/GeoArray`1.xml
new file mode 100644
index 000000000000..792d7949066d
--- /dev/null
+++ b/xml/Azure.Core.GeoJson/GeoArray`1.xml
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+
+ System.ValueType
+
+
+
+ System.Collections.Generic.IEnumerable<T>
+
+
+ System.Collections.IEnumerable
+
+
+
+ The type of the value.
+
+ Represents a geometry coordinates array
+
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Int32
+
+
+
+ Returns the size of the array.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoArray<T>+Enumerator
+
+
+
+
+ Returns an enumerator that iterates through the collection.
+
+ An enumerator that can be used to iterate through the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ T
+
+
+
+
+
+ The index to retrieve the value from.
+
+ Returns a value at the provided index.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.Collections.Generic.IEnumerable`1.GetEnumerator
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Collections.Generic.IEnumerator<T>
+
+
+
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.Collections.IEnumerable.GetEnumerator
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Collections.IEnumerator
+
+
+
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoBoundingBox.xml b/xml/Azure.Core.GeoJson/GeoBoundingBox.xml
index 3a0a37b3c47b..ed04a0bd8a42 100644
--- a/xml/Azure.Core.GeoJson/GeoBoundingBox.xml
+++ b/xml/Azure.Core.GeoJson/GeoBoundingBox.xml
@@ -126,9 +126,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -151,9 +152,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current object.
+ Determines whether the specified object is equal to the current object.
+
+ if the specified object is equal to the current object; otherwise, .
To be added.
@@ -174,12 +176,36 @@
- To be added.
- To be added.
+ Serves as the default hash function.
+ A hash code for the current object.
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Double
+
+
+
+
+
+
+
+ To be added.
+ To be added.
+
+
@@ -268,6 +294,27 @@
To be added.
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.String
+
+
+
+ Returns a string that represents the current object.
+ A string that represents the current object.
+ To be added.
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoCollection.xml b/xml/Azure.Core.GeoJson/GeoCollection.xml
index 38cd054d4e62..4c6ff157f297 100644
--- a/xml/Azure.Core.GeoJson/GeoCollection.xml
+++ b/xml/Azure.Core.GeoJson/GeoCollection.xml
@@ -61,11 +61,11 @@
-
-
+
+
-
-
+
+
Constructor
Azure.Core.Experimental
@@ -74,12 +74,12 @@
-
+
The collection of inner geometries.
The to use.
- The set of additional properties associated with the .
+ The set of custom properties associated with the .
Initializes new instance of .
@@ -104,8 +104,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the number of elements in the collection.
+ The number of elements in the collection.
To be added.
@@ -129,8 +129,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
To be added.
@@ -156,9 +156,9 @@
- To be added.
- To be added.
- To be added.
+ The zero-based index of the element to get.
+ Gets the element at the specified index in the read-only list.
+ The element at the specified index in the read-only list.
To be added.
@@ -182,8 +182,30 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
+
+ To be added.
To be added.
diff --git a/xml/Azure.Core.GeoJson/GeoJsonConverter.xml b/xml/Azure.Core.GeoJson/GeoJsonConverter.xml
index b71ac8d2564f..d45f31139bb9 100644
--- a/xml/Azure.Core.GeoJson/GeoJsonConverter.xml
+++ b/xml/Azure.Core.GeoJson/GeoJsonConverter.xml
@@ -56,9 +56,10 @@
- To be added.
- To be added.
- To be added.
+ The type to compare against.
+ Determines whether the specified type can be converted.
+
+ if the type can be converted; otherwise, .
To be added.
@@ -83,11 +84,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The reader.
+ The type to convert.
+ An object that specifies serialization options to use.
+ Reads and converts the JSON to type .
+ The converted value.
To be added.
@@ -112,10 +113,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The writer to write to.
+ The value to convert to JSON.
+ An object that specifies serialization options to use.
+ Writes a specified value as JSON.
To be added.
diff --git a/xml/Azure.Core.GeoJson/GeoLineCollection.xml b/xml/Azure.Core.GeoJson/GeoLineCollection.xml
deleted file mode 100644
index fc12758f63d0..000000000000
--- a/xml/Azure.Core.GeoJson/GeoLineCollection.xml
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
-
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.Core.GeoJson.GeoObject
-
-
-
- System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoLine>
-
-
- System.Collections.Generic.IEnumerable<T>
-
-
- System.Collections.Generic.IReadOnlyCollection<Azure.Core.GeoJson.GeoLine>
-
-
- System.Collections.Generic.IReadOnlyCollection<T>
-
-
- System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoLine>
-
-
- System.Collections.IEnumerable
-
-
-
-
- Represents a geometry that is composed of multiple .
-
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
- The collection of inner lines.
-
- Initializes new instance of .
-
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
-
-
- The collection of inner lines.
- The to use.
- The set of additional properties associated with the .
-
- Initializes new instance of .
-
- To be added.
-
-
-
-
-
-
-
-
- Property
-
- P:System.Collections.Generic.IReadOnlyCollection`1.Count
-
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Int32
-
-
- To be added.
- To be added.
- To be added.
-
-
-
-
-
-
-
-
-
- Method
-
- M:System.Collections.Generic.IEnumerable`1.GetEnumerator
-
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Collections.Generic.IEnumerator<Azure.Core.GeoJson.GeoLine>
-
-
-
- To be added.
- To be added.
- To be added.
-
-
-
-
-
-
-
-
-
- Property
-
- P:System.Collections.Generic.IReadOnlyList`1.Item(System.Int32)
-
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.Core.GeoJson.GeoLine
-
-
-
-
-
- To be added.
- To be added.
- To be added.
- To be added.
-
-
-
-
-
-
-
-
-
- Method
-
- M:System.Collections.IEnumerable.GetEnumerator
-
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Collections.IEnumerator
-
-
-
- To be added.
- To be added.
- To be added.
-
-
-
-
diff --git a/xml/Azure.Core.GeoJson/GeoLine.xml b/xml/Azure.Core.GeoJson/GeoLineString.xml
similarity index 50%
rename from xml/Azure.Core.GeoJson/GeoLine.xml
rename to xml/Azure.Core.GeoJson/GeoLineString.xml
index 6cbf959de2e5..42f190e9c4f8 100644
--- a/xml/Azure.Core.GeoJson/GeoLine.xml
+++ b/xml/Azure.Core.GeoJson/GeoLineString.xml
@@ -1,9 +1,9 @@
-
-
-
-
-
-
+
+
+
+
+
+
Azure.Core.Experimental
0.1.0.0
@@ -20,11 +20,11 @@
-
+
-
+
-
+
Constructor
Azure.Core.Experimental
@@ -36,17 +36,17 @@
The collection of that make up the line.
- Initializes new instance of .
+ Initializes new instance of .
To be added.
-
-
-
-
-
+
+
+
+
+
Constructor
Azure.Core.Experimental
@@ -55,35 +55,57 @@
-
+
The collection of that make up the line.
The to use.
- The set of additional properties associated with the .
+ The set of custom properties associated with the .
- Initializes new instance of .
+ Initializes new instance of .
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Core.Experimental
0.1.0.0
- System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoPosition>
+ Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>
- Gets the list of that compose this line.
+ Returns a view over the coordinates array that forms this geometry.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
To be added.
To be added.
diff --git a/xml/Azure.Core.GeoJson/GeoLineStringCollection.xml b/xml/Azure.Core.GeoJson/GeoLineStringCollection.xml
new file mode 100644
index 000000000000..a7283aa86ddd
--- /dev/null
+++ b/xml/Azure.Core.GeoJson/GeoLineStringCollection.xml
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObject
+
+
+
+ System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoLineString>
+
+
+ System.Collections.Generic.IEnumerable<T>
+
+
+ System.Collections.Generic.IReadOnlyCollection<Azure.Core.GeoJson.GeoLineString>
+
+
+ System.Collections.Generic.IReadOnlyCollection<T>
+
+
+ System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoLineString>
+
+
+ System.Collections.IEnumerable
+
+
+
+
+ Represents a geometry that is composed of multiple .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+
+ The collection of inner lines.
+
+ Initializes new instance of .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+
+
+
+ The collection of inner lines.
+ The to use.
+ The set of custom properties associated with the .
+
+ Initializes new instance of .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>>
+
+
+
+ Returns a view over the coordinates array that forms this geometry.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ P:System.Collections.Generic.IReadOnlyCollection`1.Count
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Int32
+
+
+ Gets the number of elements in the collection.
+ The number of elements in the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.Collections.Generic.IEnumerable`1.GetEnumerator
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Collections.Generic.IEnumerator<Azure.Core.GeoJson.GeoLineString>
+
+
+
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ P:System.Collections.Generic.IReadOnlyList`1.Item(System.Int32)
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoLineString
+
+
+
+
+
+ The zero-based index of the element to get.
+ Gets the element at the specified index in the read-only list.
+ The element at the specified index in the read-only list.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.Collections.IEnumerable.GetEnumerator
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Collections.IEnumerator
+
+
+
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
+
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoLinearRing.xml b/xml/Azure.Core.GeoJson/GeoLinearRing.xml
new file mode 100644
index 000000000000..33806c21e4a9
--- /dev/null
+++ b/xml/Azure.Core.GeoJson/GeoLinearRing.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Object
+
+
+
+
+ Represents a linear ring that's a part of a polygon
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+
+
+
+ Initializes new instance of .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>
+
+
+
+ Returns a view over the coordinates array that forms this linear ring.
+
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoObject.xml b/xml/Azure.Core.GeoJson/GeoObject.xml
index de8fa01f422b..94bbdc565770 100644
--- a/xml/Azure.Core.GeoJson/GeoObject.xml
+++ b/xml/Azure.Core.GeoJson/GeoObject.xml
@@ -43,28 +43,6 @@
To be added.
-
-
-
-
-
-
- Property
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>
-
-
-
- Gets a dictionary of additional properties associated with the .
-
- To be added.
- To be added.
-
-
@@ -136,5 +114,80 @@
To be added.
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ To be added.
+ To be added.
+
+ Tries to get a value of a custom property associated with the .
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+
+ The to write to.
+
+ Serializes this instance using the provided .
+
+ To be added.
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoObjectType.xml b/xml/Azure.Core.GeoJson/GeoObjectType.xml
new file mode 100644
index 000000000000..fd8698d634fa
--- /dev/null
+++ b/xml/Azure.Core.GeoJson/GeoObjectType.xml
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Enum
+
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Field
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+ 6
+
+ To be added.
+
+
+
+
+
+
+
+
+ Field
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+ 4
+
+ To be added.
+
+
+
+
+
+
+
+
+ Field
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+ 5
+
+ To be added.
+
+
+
+
+
+
+
+
+ Field
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+ 1
+
+ To be added.
+
+
+
+
+
+
+
+
+ Field
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+ 3
+
+ To be added.
+
+
+
+
+
+
+
+
+ Field
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+ 0
+
+ To be added.
+
+
+
+
+
+
+
+
+ Field
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+ 2
+
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoPoint.xml b/xml/Azure.Core.GeoJson/GeoPoint.xml
index f9a79a4dfec4..92a659f4b789 100644
--- a/xml/Azure.Core.GeoJson/GeoPoint.xml
+++ b/xml/Azure.Core.GeoJson/GeoPoint.xml
@@ -66,11 +66,11 @@
-
-
+
+
-
-
+
+
Constructor
Azure.Core.Experimental
@@ -79,12 +79,12 @@
-
+
The position of the point.
The to use.
- The set of additional properties associated with the .
+ The set of custom properties associated with the .
Initializes new instance of .
@@ -117,12 +117,12 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Core.Experimental
@@ -139,5 +139,27 @@
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
+
+ To be added.
+ To be added.
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoPointCollection.xml b/xml/Azure.Core.GeoJson/GeoPointCollection.xml
index c34a81408d66..d3ad974f98f8 100644
--- a/xml/Azure.Core.GeoJson/GeoPointCollection.xml
+++ b/xml/Azure.Core.GeoJson/GeoPointCollection.xml
@@ -61,11 +61,11 @@
-
-
+
+
-
-
+
+
Constructor
Azure.Core.Experimental
@@ -74,18 +74,40 @@
-
+
The collection of inner points.
The to use.
- The set of additional properties associated with the .
+ The set of custom properties associated with the .
Initializes new instance of .
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>
+
+
+
+ Returns a view over the coordinates array that forms this geometry.
+
+ To be added.
+ To be added.
+
+
@@ -104,8 +126,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the number of elements in the collection.
+ The number of elements in the collection.
To be added.
@@ -129,8 +151,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
To be added.
@@ -156,9 +178,9 @@
- To be added.
- To be added.
- To be added.
+ The zero-based index of the element to get.
+ Gets the element at the specified index in the read-only list.
+ The element at the specified index in the read-only list.
To be added.
@@ -182,8 +204,30 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
+
+ To be added.
To be added.
diff --git a/xml/Azure.Core.GeoJson/GeoPolygon.xml b/xml/Azure.Core.GeoJson/GeoPolygon.xml
index cff92b7038ce..7558f6bea304 100644
--- a/xml/Azure.Core.GeoJson/GeoPolygon.xml
+++ b/xml/Azure.Core.GeoJson/GeoPolygon.xml
@@ -20,18 +20,18 @@
-
-
-
-
-
+
+
+
+
+
Constructor
Azure.Core.Experimental
0.1.0.0
-
+
The collection of rings that make up the polygon, first ring is the outer ring others are inner rings.
@@ -42,44 +42,110 @@
-
-
-
-
-
+
+
+
+
+
Constructor
Azure.Core.Experimental
0.1.0.0
-
+
+
+
+ The positions that make up the outer ring of the polygon.
+
+ Initializes new instance of .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
-
+
The collection of rings that make up the polygon, first ring is the outer ring others are inner rings.
The to use.
- The set of additional properties associated with the .
+ The set of custom properties associated with the .
Initializes new instance of .
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>>
+
+
+
+ Returns a view over the coordinates array that forms this geometry.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoLinearRing
+
+
+
+ Returns the outer right of the polygon
+
+ To be added.
+ To be added.
+
+
-
-
+
+
-
-
+
+
Property
Azure.Core.Experimental
0.1.0.0
- System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoLine>
+ System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoLinearRing>
@@ -89,5 +155,27 @@
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
+
+ To be added.
+ To be added.
+
+
diff --git a/xml/Azure.Core.GeoJson/GeoPolygonCollection.xml b/xml/Azure.Core.GeoJson/GeoPolygonCollection.xml
index e9d6161a4948..fb70630be0f3 100644
--- a/xml/Azure.Core.GeoJson/GeoPolygonCollection.xml
+++ b/xml/Azure.Core.GeoJson/GeoPolygonCollection.xml
@@ -61,11 +61,11 @@
-
-
+
+
-
-
+
+
Constructor
Azure.Core.Experimental
@@ -74,18 +74,40 @@
-
+
The collection of inner geometries.
The to use.
- The set of additional properties associated with the .
+ The set of custom properties associated with the .
Initializes new instance of .
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoArray<Azure.Core.GeoJson.GeoPosition>>>
+
+
+
+ Returns a view over the coordinates array that forms this geometry.
+
+ To be added.
+ To be added.
+
+
@@ -104,8 +126,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the number of elements in the collection.
+ The number of elements in the collection.
To be added.
@@ -129,8 +151,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
To be added.
@@ -156,9 +178,9 @@
- To be added.
- To be added.
- To be added.
+ The zero-based index of the element to get.
+ Gets the element at the specified index in the read-only list.
+ The element at the specified index in the read-only list.
To be added.
@@ -182,8 +204,30 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.GeoJson.GeoObjectType
+
+
+
+ Gets the GeoJSON type of this object.
+
+ To be added.
To be added.
diff --git a/xml/Azure.Core.GeoJson/GeoPosition.xml b/xml/Azure.Core.GeoJson/GeoPosition.xml
index ebadad84460c..a79f058a235b 100644
--- a/xml/Azure.Core.GeoJson/GeoPosition.xml
+++ b/xml/Azure.Core.GeoJson/GeoPosition.xml
@@ -93,6 +93,26 @@
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Int32
+
+
+
+ To be added.
+ To be added.
+
+
@@ -114,9 +134,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -139,9 +160,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -162,12 +184,36 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Double
+
+
+
+
+
+
+
+ To be added.
+ To be added.
+
+
@@ -286,8 +332,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Core/DynamicContent.xml b/xml/Azure.Core/DynamicContent.xml
new file mode 100644
index 000000000000..01baeeb03bf0
--- /dev/null
+++ b/xml/Azure.Core/DynamicContent.xml
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.RequestContent
+
+
+
+
+ [System.Diagnostics.DebuggerDisplay("Content: {_body}")]
+ [<System.Diagnostics.DebuggerDisplay("Content: {_body}")>]
+
+
+
+
+ Represents the sent as part of the Azure.Core.Request.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+ Frees resources held by the object.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ The length of the underlying data.
+
+ Attempts to compute the length of the underlying content, if available.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+
+
+ The stream to write to.
+ To cancellation token to use.
+
+ Writes contents of this object to an instance of .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Threading.Tasks.Task
+
+
+
+
+
+
+ The stream to write to.
+ To cancellation token to use.
+
+ Writes contents of this object to an instance of .
+
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core/DynamicJson.xml b/xml/Azure.Core/DynamicJson.xml
index 273cc41f7366..6d9db26fce7e 100644
--- a/xml/Azure.Core/DynamicJson.xml
+++ b/xml/Azure.Core/DynamicJson.xml
@@ -21,6 +21,24 @@
To be added.
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+ Construcs a new DynamicJson which represents an empty JSON object.
+
+ To be added.
+
+
@@ -190,7 +208,7 @@
-
+
@@ -220,7 +238,7 @@
-
+
@@ -1222,9 +1240,9 @@
- To be added.
- To be added.
- To be added.
+ The expression tree representation of the runtime value.
+ Returns the responsible for binding operations performed on this object.
+ The to bind this object.
To be added.
@@ -1266,8 +1284,8 @@
- To be added.
- To be added.
+ Returns a string that represents the current object.
+ A string that represents the current object.
To be added.
diff --git a/xml/Azure.Core/DynamicRequest.xml b/xml/Azure.Core/DynamicRequest.xml
new file mode 100644
index 000000000000..bad5b96b1f87
--- /dev/null
+++ b/xml/Azure.Core/DynamicRequest.xml
@@ -0,0 +1,379 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.Request
+
+
+
+
+ [System.Diagnostics.DebuggerDisplay("Body: {Body}")]
+ [<System.Diagnostics.DebuggerDisplay("Body: {Body}")>]
+
+
+
+
+ Represents an HTTP request with content.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+
+
+ The to send.
+ The HTTP pipeline for sending and receiving REST requests and responses.
+
+ Creates an instance of that wraps content.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+
+
+ The header name.
+ The header value.
+
+ Adds a header value to the header collection.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.DynamicJson
+
+
+
+ The JSON body of request.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.String
+
+
+
+ Gets or sets the client request id that was sent to the server as x-ms-client-request-id headers.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ The header name.
+
+ Returns true if the header is stored in the collection.
+
+
+ true if the specified header is stored in the collection, otherwise false.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.RequestContent
+
+
+
+ Gets or sets the request content.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+ Frees resources held by the object.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+
+ true if we should dispose, otherwise false
+
+ Frees resources held by the object.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Collections.Generic.IEnumerable<Azure.Core.HttpHeader>
+
+
+
+
+ Returns an iterator enumerating in the request.
+
+ The enumerating in the response.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ The header name.
+
+ Removes the header from the collection.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.DynamicResponse
+
+
+
+
+
+ The cancellation token.
+
+ Send the request synchronously.
+
+ The response dynamically typed in a .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Threading.Tasks.Task<Azure.Core.DynamicResponse>
+
+
+
+
+
+ The cancellation token.
+
+ Send the request asynchronously.
+
+ The response dynamically typed in a .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ The header name.
+ The reference to populate with value.
+
+ Returns header value if the header is stored in the collection. If the header has multiple values they are going to be joined with a comma.
+
+
+ true if the specified header is stored in the collection, otherwise false.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ The header name.
+ The reference to populate with values.
+
+ Returns header values if the header is stored in the collection.
+
+
+ true if the specified header is stored in the collection, otherwise false.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core/DynamicResponse.xml b/xml/Azure.Core/DynamicResponse.xml
new file mode 100644
index 000000000000..9ae16112bc32
--- /dev/null
+++ b/xml/Azure.Core/DynamicResponse.xml
@@ -0,0 +1,318 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Response
+
+
+
+
+ [System.Diagnostics.DebuggerDisplay("Status: {Response.Status}, Value: {Value}")]
+ [<System.Diagnostics.DebuggerDisplay("Status: {Response.Status}, Value: {Value}")>]
+
+
+
+
+ Represents a result of Azure operation with a response.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+
+
+
+ The response returned by the service.
+ The body returned by the service.
+
+ Represents a result of Azure operation with a response.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.DynamicJson
+
+
+
+ The JSON body of the response.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.String
+
+
+
+ Gets the client request id that was sent to the server as x-ms-client-request-id headers.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ The header name.
+
+ Returns true if the header is stored in the collection.
+
+
+ true if the specified header is stored in the collection, otherwise false.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.IO.Stream
+
+
+
+ Gets the contents of HTTP response. Returns null for responses without content.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+ Frees resources held by the object.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Void
+
+
+
+
+
+ true if we should dispose, otherwise false
+
+ Frees resources held by the object.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Collections.Generic.IEnumerable<Azure.Core.HttpHeader>
+
+
+
+
+ Returns an iterator for enumerating in the response.
+
+ The enumerating in the response.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.String
+
+
+
+ Gets the HTTP reason phrase.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Int32
+
+
+
+ Gets the HTTP status code.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ The header name.
+ The reference to populate with value.
+
+ Returns header value if the header is stored in the collection. If header has multiple values they are going to be joined with a comma.
+
+
+ true if the specified header is stored in the collection, otherwise false.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ The header name.
+ The reference to populate with values.
+
+ Returns header values if the header is stored in the collection.
+
+
+ true if the specified header is stored in the collection, otherwise false.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Core/ProtocolClientOptions.xml b/xml/Azure.Core/ProtocolClientOptions.xml
new file mode 100644
index 000000000000..7bc70d7f7423
--- /dev/null
+++ b/xml/Azure.Core/ProtocolClientOptions.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+ Azure.Core.ClientOptions
+
+
+
+
+ A concrete ClientOptions for use by client with no additonal options other than the common ones.
+
+ To be added.
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Core.Experimental
+ 0.1.0.0
+
+
+
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Cosmos.Fluent/CosmosClientBuilder.xml b/xml/Azure.Cosmos.Fluent/CosmosClientBuilder.xml
index 739cc5d78761..da3a6b4c44ed 100644
--- a/xml/Azure.Cosmos.Fluent/CosmosClientBuilder.xml
+++ b/xml/Azure.Cosmos.Fluent/CosmosClientBuilder.xml
@@ -226,8 +226,8 @@
For more information, see Connection policy: Use direct connection mode.
-
+
@@ -281,8 +281,8 @@
The object
To be added.
-
+
@@ -375,8 +375,8 @@
The object
To be added.
-
+
@@ -405,7 +405,7 @@
The current .
To be added.
-
+
When a request fails due to a rate limiting error, the service sends back a response that
contains a value indicating the client should not retry before the time period has
@@ -415,7 +415,7 @@
For more information, see Handle rate limiting/request rate too large.
-
+
diff --git a/xml/Azure.Cosmos.Scripts/CosmosScripts.xml b/xml/Azure.Cosmos.Scripts/CosmosScripts.xml
index ea995c2436dc..c8f0ca790f2c 100644
--- a/xml/Azure.Cosmos.Scripts/CosmosScripts.xml
+++ b/xml/Azure.Cosmos.Scripts/CosmosScripts.xml
@@ -17,9 +17,9 @@
Represents script operations on an Azure Cosmos container.
To be added.
-
+
diff --git a/xml/Azure.Cosmos/ContainerProperties.xml b/xml/Azure.Cosmos/ContainerProperties.xml
index 77b5871c36c8..538882369373 100644
--- a/xml/Azure.Cosmos/ContainerProperties.xml
+++ b/xml/Azure.Cosmos/ContainerProperties.xml
@@ -28,7 +28,7 @@
they can be authorized using either the master key or resource keys.
Refer to http://azure.microsoft.com/documentation/articles/documentdb-resources/#collections for more details on containers.
-
+
The example below creates a new partitioned container with 50000 Request-per-Unit throughput.
The partition key is the first level 'country' property in all the documents within this container.
@@ -52,7 +52,7 @@
Container container = client.GetDatabase("dbName"].Containers["MyCollection"];
await container.DeleteAsync();
]]>
-
+
diff --git a/xml/Azure.Cosmos/CosmosClientOptions.xml b/xml/Azure.Cosmos/CosmosClientOptions.xml
index cd0fa4151c49..699a099d9422 100644
--- a/xml/Azure.Cosmos/CosmosClientOptions.xml
+++ b/xml/Azure.Cosmos/CosmosClientOptions.xml
@@ -129,8 +129,8 @@
For more information, see Connection policy: Use direct connection mode.
-
+
diff --git a/xml/Azure.Cosmos/ItemRequestOptions.xml b/xml/Azure.Cosmos/ItemRequestOptions.xml
index 541e9457c73c..1e6d305a9f39 100644
--- a/xml/Azure.Cosmos/ItemRequestOptions.xml
+++ b/xml/Azure.Cosmos/ItemRequestOptions.xml
@@ -85,8 +85,8 @@
The indexing directive to use with a request.
To be added.
-
+
diff --git a/xml/Azure.Messaging.EventHubs.Producer/EventHubProducerClient.xml b/xml/Azure.Messaging.EventHubs.Producer/EventHubProducerClient.xml
index 17c1b64515d3..ce43231d5b78 100644
--- a/xml/Azure.Messaging.EventHubs.Producer/EventHubProducerClient.xml
+++ b/xml/Azure.Messaging.EventHubs.Producer/EventHubProducerClient.xml
@@ -730,13 +730,13 @@
When published, the result is atomic; either all events that belong to the set were successful or all
have failed. Partial success is not possible.
+
-
Occurs when the set of events exceeds the maximum size allowed in a single batch, as determined by the Event Hubs service. The will be set to
in this case.
-
+
@@ -779,13 +779,13 @@
When published, the result is atomic; either all events that belong to the set were successful or all
have failed. Partial success is not possible.
+
-
Occurs when the set of events exceeds the maximum size allowed in a single batch, as determined by the Event Hubs service. The will be set to
in this case.
-
+
diff --git a/xml/Azure.Messaging.ServiceBus.Administration/RuleFilter.xml b/xml/Azure.Messaging.ServiceBus.Administration/RuleFilter.xml
index 05e0af22f4a2..73ab66041108 100644
--- a/xml/Azure.Messaging.ServiceBus.Administration/RuleFilter.xml
+++ b/xml/Azure.Messaging.ServiceBus.Administration/RuleFilter.xml
@@ -25,10 +25,10 @@
Filter is an abstract class with the following concrete implementations:
- SqlRuleFilter that represents a filter using SQL syntax.
- CorrelationRuleFilter that provides an optimization for correlation equality expressions.
-
+
diff --git a/xml/Azure.Messaging.ServiceBus/ServiceBusReceiver.xml b/xml/Azure.Messaging.ServiceBus/ServiceBusReceiver.xml
index a03cde6b3d57..c90bf2644344 100644
--- a/xml/Azure.Messaging.ServiceBus/ServiceBusReceiver.xml
+++ b/xml/Azure.Messaging.ServiceBus/ServiceBusReceiver.xml
@@ -561,8 +561,8 @@
The deferred message identified by the specified sequence number. Returns null if no message is found.
Throws if the message has not been deferred.
To be added.
-
+
@@ -594,8 +594,8 @@
Messages identified by sequence number are returned. Returns null if no messages are found.
Throws if the messages have not been deferred.
To be added.
-
+
diff --git a/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultDataAction.xml b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultDataAction.xml
new file mode 100644
index 000000000000..c330ba3c3b4f
--- /dev/null
+++ b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultDataAction.xml
@@ -0,0 +1,810 @@
+
+
+
+
+
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.ValueType
+
+
+
+ System.IEquatable<Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction>
+
+
+
+ Supported permissions for data actions.
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+
+
+ To be added.
+ Determines if two values are the same.
+ To be added.
+
+ is null.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Backup HSM keys.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Create an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Decrypt using an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Delete an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Delete role assignment.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Download an HSM security domain.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Encrypt using an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.IEquatable`1.Equals(`0)
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+ [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
+ [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
+
+
+
+ System.Boolean
+
+
+
+
+
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Export an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+ [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
+ [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
+
+
+
+ System.Int32
+
+
+
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Get role assignment.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Import an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ To be added.
+ To be added.
+ Determines if two values are the same.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+
+
+
+ To be added.
+ Converts a string to a .
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ To be added.
+ To be added.
+ Determines if two values are not the same.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Purge a deleted HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Read deleted HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Read an HSM backup status.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Read HSM key metadata.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Read an HSM restore status.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Check the status of the HSM security domain exchange file.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Download an HSM security domain transfer key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Get role definition.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Recover deleted HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Restore HSM keys.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Sign using an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Start an HSM backup.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Start an HSM restore.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.String
+
+
+
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Unwrap using an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Upload an HSM security domain.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Verify using an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Wrap using an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Update an HSM key.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction
+
+
+ Create or update role assignment.
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleDefinitionType.xml b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleDefinitionType.xml
new file mode 100644
index 000000000000..a724ca82a744
--- /dev/null
+++ b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleDefinitionType.xml
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.ValueType
+
+
+
+ System.IEquatable<Azure.Security.KeyVault.Administration.Models.KeyVaultRoleDefinitionType>
+
+
+
+ The role definition type.
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+
+
+ To be added.
+ Determines if two values are the same.
+ To be added.
+
+ is null.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.IEquatable`1.Equals(`0)
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+ [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
+ [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
+
+
+
+ System.Boolean
+
+
+
+
+
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+ [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
+ [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
+
+
+
+ System.Int32
+
+
+
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleDefinitionType
+
+
+ Microsoft.Authorization/roleDefinitions.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ To be added.
+ To be added.
+ Determines if two values are the same.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleDefinitionType
+
+
+
+
+
+ To be added.
+ Converts a string to a .
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ To be added.
+ To be added.
+ Determines if two values are not the same.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.String
+
+
+
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleScope.xml b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleScope.xml
similarity index 64%
rename from xml/Azure.Security.KeyVault.Administration/KeyVaultRoleScope.xml
rename to xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleScope.xml
index 77a3f7c083f0..dd61a9315f94 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleScope.xml
+++ b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleScope.xml
@@ -1,7 +1,7 @@
-
-
-
-
+
+
+
+
@@ -13,22 +13,20 @@
- System.IEquatable<Azure.Security.KeyVault.Administration.KeyVaultRoleScope>
+ System.IEquatable<Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope>
-
- A scope of the role assignment.
-
+ The role scope.
To be added.
-
+
-
+
Constructor
Azure.Security.KeyVault.Administration
@@ -38,19 +36,19 @@
- The string value of the instance.
-
- Initializes a new instance of the structure.
-
+ To be added.
+ Determines if two values are the same.
To be added.
+
+ is null.
-
+
-
+
Constructor
Azure.Security.KeyVault.Administration
@@ -62,17 +60,17 @@
The Resource Id for the given Resource.
- Initializes a new instance of the structure.
+ Initializes a new instance of the structure.
To be added.
-
-
-
+
+
+
-
+
Method
M:System.IEquatable`1.Equals(`0)
@@ -85,20 +83,20 @@
System.Boolean
-
+
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
-
-
+
Method
@@ -119,17 +117,17 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
-
-
+
Method
@@ -148,62 +146,57 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
-
-
-
-
+
+
+
-
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- Azure.Security.KeyVault.Administration.KeyVaultRoleScope
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope
-
- Role assignments apply to everything on the resource.
-
+ Global scope.
To be added.
To be added.
-
-
-
+
+
+
-
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- Azure.Security.KeyVault.Administration.KeyVaultRoleScope
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope
-
- Role assignments apply to all Keys.
-
+ Keys scope.
To be added.
To be added.
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -213,51 +206,47 @@
System.Boolean
-
-
+
+
- The first to compare.
- The second to compare.
-
- Determines if two values are the same.
-
- True if and are the same; otherwise, false.
+ To be added.
+ To be added.
+ Determines if two values are the same.
+ To be added.
To be added.
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
4.0.0.0
- Azure.Security.KeyVault.Administration.KeyVaultRoleScope
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope
- The string value to convert.
-
- Converts a string to a .
-
+ To be added.
+ Converts a string to a .
To be added.
To be added.
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -267,23 +256,21 @@
System.Boolean
-
-
+
+
- The first to compare.
- The second to compare.
-
- Determines if two values are different.
-
- True if and are different; otherwise, false.
+ To be added.
+ To be added.
+ Determines if two values are not the same.
+ To be added.
To be added.
-
+
Method
@@ -296,10 +283,9 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
-
diff --git a/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleType.xml b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleType.xml
new file mode 100644
index 000000000000..2562c9c47464
--- /dev/null
+++ b/xml/Azure.Security.KeyVault.Administration.Models/KeyVaultRoleType.xml
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.ValueType
+
+
+
+ System.IEquatable<Azure.Security.KeyVault.Administration.Models.KeyVaultRoleType>
+
+
+
+ The role type.
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+
+
+ To be added.
+ Determines if two values are the same.
+ To be added.
+
+ is null.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleType
+
+
+ Built in role.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleType
+
+
+ Custom role.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ M:System.IEquatable`1.Equals(`0)
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+ [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
+ [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
+
+
+
+ System.Boolean
+
+
+
+
+
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+ [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
+ [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
+
+
+
+ System.Int32
+
+
+
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ To be added.
+ To be added.
+ Determines if two values are the same.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.Models.KeyVaultRoleType
+
+
+
+
+
+ To be added.
+ Converts a string to a .
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+
+
+
+ To be added.
+ To be added.
+ Determines if two values are not the same.
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.String
+
+
+
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Administration/BackupOperation.xml b/xml/Azure.Security.KeyVault.Administration/BackupOperation.xml
index b90024bc1283..b2ffaac8c60d 100644
--- a/xml/Azure.Security.KeyVault.Administration/BackupOperation.xml
+++ b/xml/Azure.Security.KeyVault.Administration/BackupOperation.xml
@@ -88,9 +88,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -109,7 +115,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -130,7 +138,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -151,7 +161,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -197,10 +210,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -222,10 +239,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -270,10 +291,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -296,11 +321,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Administration/BackupResult.xml b/xml/Azure.Security.KeyVault.Administration/BackupResult.xml
index cf7e57e9df3f..fb073a73427a 100644
--- a/xml/Azure.Security.KeyVault.Administration/BackupResult.xml
+++ b/xml/Azure.Security.KeyVault.Administration/BackupResult.xml
@@ -19,45 +19,45 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.Uri
+ System.DateTimeOffset
- Gets the location of the full backup.
+ Gets the end time of the backup operation.
To be added.
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.DateTimeOffset
+ System.Uri
- Gets the end time of the backup operation.
+ Gets the location of the full backup.
To be added.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultAccessControlClient.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultAccessControlClient.xml
index 9bd1319de81a..f26f1a38b81e 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultAccessControlClient.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultAccessControlClient.xml
@@ -94,12 +94,80 @@
or is null.
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>
+
+
+
+
+
+
+
+
+
+ The description for the role definition.
+ The permissions granted by the role definition when assigned to a principal.
+ The scope of the to create. The default value is .
+ Optional name used to create the role definition. A new will be generated if not specified.
+ A controlling the request lifetime.
+
+ Creates or updates a role definition.
+
+ A containing the result of the operation.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>>
+
+
+
+
+
+
+
+
+
+ The description for the role definition.
+ The permissions granted by the role definition when assigned to a principal.
+ The scope of the to create. The default value is .
+ Optional name used to create the role definition. A new will be generated if not specified.
+ A controlling the request lifetime.
+
+ Creates or updates a role definition.
+
+ A representing the result of the asynchronous operation.
+ To be added.
+
+
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Administration
@@ -109,22 +177,22 @@
Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>
-
+
-
+
The scope of the role assignment to create.
The role definition ID used in the role assignment.
The principal ID assigned to the role. This maps to the ID inside the Active Directory. It can point to a user, service principal, or security group.
- Optional name used to create the role assignment. A new will be generated if not specified.
- The cancellation token to use.
+ Optional name used to create the role assignment. A new will be generated if not specified.
+ A controlling the request lifetime.
Creates a .
- To be added.
+ A containing the result of the operation.
To be added.
The server returned an error. See for details returned from the server.
@@ -134,11 +202,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Administration
@@ -148,22 +216,22 @@
System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>>
-
+
-
+
The scope of the role assignment to create.
The role definition ID used in the role assignment.
The principal ID assigned to the role. This maps to the ID inside the Active Directory. It can point to a user, service principal, or security group.
- Optional name used to create the role assignment. A new will be generated if not specified.
- The cancellation token to use.
+ Optional name used to create the role assignment. A new will be generated if not specified.
+ A controlling the request lifetime.
Creates a .
- To be added.
+ A containing the result of the asynchronous operation.
To be added.
The server returned an error. See for details returned from the server.
@@ -173,11 +241,11 @@
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -187,30 +255,32 @@
Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>
-
+
The scope of the role assignment.
The name of the role assignment to get.
- The cancellation token to use.
+ A controlling the request lifetime.
Delete the specified role assignment.
- To be added.
+ A containing the result of the operation.
To be added.
The server returned an error. See for details returned from the server.
- or is null.
+ is null.
+
+ is empty.
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -220,30 +290,92 @@
System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>>
-
+
The scope of the role assignment.
The name of the role assignment to get.
- The cancellation token to use.
+ A controlling the request lifetime.
Delete the specified role assignment.
- To be added.
+ A containing the result of the asynchronous operation.
To be added.
The server returned an error. See for details returned from the server.
- or is null.
+ is null.
+
+ is empty.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>
+
+
+
+
+
+
+
+
+
+ A controlling the request lifetime.
+
+ Deletes a role definition.
+
+ A containing the result of the operation.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>>
+
+
+
+
+
+
+
+ The name used of the role definition to delete.
+ The scope of the role to delete.
+ A controlling the request lifetime.
+
+ Deletes a role definition.
+
+ A representing the result of the asynchronous operation.
+ To be added.
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -253,30 +385,32 @@
Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>
-
+
The scope of the role assignment.
The name of the role assignment to get.
- The cancellation token to use.
+ A controlling the request lifetime.
Get the specified role assignment.
- To be added.
+ A containing the result of the operation.
To be added.
The server returned an error. See for details returned from the server.
- or is null.
+ is null.
+
+ is empty.
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -286,30 +420,32 @@
System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>>
-
+
The scope of the role assignment.
The name of the role assignment to get.
- The cancellation token to use.
+ A controlling the request lifetime.
Get the specified role assignment.
- To be added.
+ A containing the result of the asynchronous operation.
To be added.
The server returned an error. See for details returned from the server.
- or is null.
+ is null.
+
+ is empty.
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -319,12 +455,12 @@
Azure.Pageable<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>
-
+
The scope of the role assignments.
- The cancellation token to use.
+ A controlling the request lifetime.
Gets the s for a scope.
@@ -336,11 +472,11 @@
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -350,12 +486,12 @@
Azure.AsyncPageable<Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment>
-
+
The scope of the role assignments.
- The cancellation token to use.
+ A controlling the request lifetime.
0
Gets the s for a scope.
@@ -366,12 +502,78 @@
is null.
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>
+
+
+
+
+
+
+
+ The role definition name.
+ The scope of the role assignments.
+ A controlling the request lifetime.
+
+ Get a specific role definition.
+
+ To be added.
+ To be added.
+ The server returned an error. See for details returned from the server.
+
+ is null.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>>
+
+
+
+
+
+
+
+ The role definition name.
+ The scope of the role definition.
+ A controlling the request lifetime.
+
+ Get a specific role definition.
+
+ To be added.
+ To be added.
+ The server returned an error. See for details returned from the server.
+
+ is null.
+
+
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -381,12 +583,12 @@
Azure.Pageable<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>
-
+
The scope of the role assignments.
- The cancellation token to use.
+ A controlling the request lifetime.
Get all role definitions that are applicable at scope and above.
@@ -398,11 +600,11 @@
-
-
-
+
+
+
-
+
Method
Azure.Security.KeyVault.Administration
@@ -412,12 +614,12 @@
Azure.AsyncPageable<Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition>
-
+
The scope of the role definition.
- The cancellation token to use.
+ A controlling the request lifetime.
Get all role definitions that are applicable at scope and above.
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions+ServiceVersion.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions+ServiceVersion.xml
index b7181f96357d..fd6a066069d6 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions+ServiceVersion.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions+ServiceVersion.xml
@@ -19,12 +19,12 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Field
Azure.Security.KeyVault.Administration
@@ -36,7 +36,7 @@
1
- The Key Vault API version 7.2-preview.
+ The Key Vault API version 7.2.
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions.xml
index c51674787926..b572ddd20179 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationClientOptions.xml
@@ -20,10 +20,10 @@
-
+
-
+
Constructor
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationModelFactory.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationModelFactory.xml
index 8b6530f53eca..360d44d0e045 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationModelFactory.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultAdministrationModelFactory.xml
@@ -58,11 +58,11 @@
-
-
+
+
-
-
+
+
Method
Azure.Security.KeyVault.Administration
@@ -72,12 +72,12 @@
Azure.Security.KeyVault.Administration.BackupResult
-
+
- The location of the backup.
+ The location of the backup.
The start time of the backup operation.
The end time of the backup operation.
@@ -184,11 +184,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Administration
@@ -205,7 +205,7 @@
-
+
The role definition ID.
@@ -223,5 +223,33 @@
To be added.
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.RestoreResult
+
+
+
+
+
+
+ The start time of the restore operation.
+ The end time of the restore operation.
+
+ Initializes a new instance of a for mocking purposes.
+
+ A new instance.
+ To be added.
+
+
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultBackupClient.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultBackupClient.xml
index f1c2e1f08633..46f046694fb3 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultBackupClient.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultBackupClient.xml
@@ -159,11 +159,11 @@
-
-
+
+
-
-
+
+
Method
Azure.Security.KeyVault.Administration
@@ -173,12 +173,12 @@
Azure.Security.KeyVault.Administration.RestoreOperation
-
+
-
+
The for the blob storage resource, including the path to the blob container where the backup resides.
This would be the exact value that is returned as the result of a .
An example Uri path may look like the following: https://contoso.blob.core.windows.net/backup/mhsm-contoso-2020090117323313.
@@ -191,16 +191,16 @@
A to wait on this long-running operation.
To be added.
- or is null.
+ or is null.
The server returned an error. See for details returned from the server.
-
-
+
+
-
-
+
+
Method
Azure.Security.KeyVault.Administration
@@ -210,12 +210,12 @@
System.Threading.Tasks.Task<Azure.Security.KeyVault.Administration.RestoreOperation>
-
+
-
+
The for the blob storage resource, including the path to the blob container where the backup resides.
This would be the exact value that is returned as the result of a .
An example Uri may look like the following: https://contoso.blob.core.windows.net/backup/mhsm-contoso-2020090117323313.
@@ -228,33 +228,33 @@
A to wait on this long-running operation.
To be added.
- or is null.
+ or is null.
The server returned an error. See for details returned from the server.
-
-
+
+
-
-
+
+
Method
Azure.Security.KeyVault.Administration
4.0.0.0
- Azure.Security.KeyVault.Administration.RestoreOperation
+ Azure.Security.KeyVault.Administration.SelectiveKeyRestoreOperation
-
+
The name of the key to be restored from the supplied backup.
-
+
The for the blob storage resource, including the path to the blob container where the backup resides.
This would be the exact value that is returned as the result of a .
An example Uri path may look like the following: https://contoso.blob.core.windows.net/backup/mhsm-contoso-2020090117323313.
@@ -267,33 +267,33 @@
A to wait on this long-running operation.
To be added.
- or is null.
+ or is null.
The server returned an error. See for details returned from the server.
-
-
+
+
-
-
+
+
Method
Azure.Security.KeyVault.Administration
4.0.0.0
- System.Threading.Tasks.Task<Azure.Security.KeyVault.Administration.RestoreOperation>
+ System.Threading.Tasks.Task<Azure.Security.KeyVault.Administration.SelectiveKeyRestoreOperation>
-
+
The name of the key to be restored from the supplied backup.
-
+
The for the blob storage resource, including the path to the blob container where the backup resides.
This would be the exact value that is returned as the result of a .
An example Uri path may look like the following: https://contoso.blob.core.windows.net/backup/mhsm-contoso-2020090117323313.
@@ -306,7 +306,7 @@
A to wait on this long-running operation.
To be added.
- or is null.
+ or is null.
The server returned an error. See for details returned from the server.
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultPermission.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultPermission.xml
index 9dad506fbbb8..22af940ed323 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultPermission.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultPermission.xml
@@ -34,12 +34,12 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Administration
@@ -49,37 +49,37 @@
System.Collections.Generic.IList<System.String>
- Allowed actions.
+ Action permissions that are granted.
To be added.
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.Collections.Generic.IList<System.String>
+ System.Collections.Generic.IList<Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction>
- Allowed Data actions.
+ Data action permissions that are granted.
To be added.
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Administration
@@ -89,27 +89,27 @@
System.Collections.Generic.IList<System.String>
- Denied actions.
+ Action permissions that are excluded but not denied. They may be granted by other role definitions assigned to a principal.
To be added.
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.Collections.Generic.IList<System.String>
+ System.Collections.Generic.IList<Azure.Security.KeyVault.Administration.Models.KeyVaultDataAction>
- Denied Data actions.
+ Data action permissions that are excluded but not denied. They may be granted by other role definitions assigned to a principal.
To be added.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignment.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignment.xml
index 9ae3805c95cc..192c032bbd7b 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignment.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignment.xml
@@ -78,12 +78,12 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Administration
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignmentPropertiesWithScope.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignmentPropertiesWithScope.xml
index 4566d1a55bf8..768cd7cde845 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignmentPropertiesWithScope.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleAssignmentPropertiesWithScope.xml
@@ -59,21 +59,21 @@
-
-
+
+
-
-
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.String
+ System.Nullable<Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope>
- The role assignment scope.
+ The role scope.
To be added.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleDefinition.xml b/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleDefinition.xml
index b92341b31e56..65a660a3ebb3 100644
--- a/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleDefinition.xml
+++ b/xml/Azure.Security.KeyVault.Administration/KeyVaultRoleDefinition.xml
@@ -35,18 +35,18 @@
-
-
+
+
-
-
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.Collections.Generic.IList<System.String>
+ System.Collections.Generic.IList<Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope>
Role definition assignable scopes.
@@ -155,18 +155,18 @@
-
-
+
+
-
-
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.String
+ System.Nullable<Azure.Security.KeyVault.Administration.Models.KeyVaultRoleType>
The role type.
@@ -175,18 +175,18 @@
-
-
+
+
-
-
+
+
Property
Azure.Security.KeyVault.Administration
4.0.0.0
- System.String
+ System.Nullable<Azure.Security.KeyVault.Administration.Models.KeyVaultRoleDefinitionType>
The role definition type.
diff --git a/xml/Azure.Security.KeyVault.Administration/RestoreOperation.xml b/xml/Azure.Security.KeyVault.Administration/RestoreOperation.xml
index c6d4e4c14f98..40bf2cc1ac77 100644
--- a/xml/Azure.Security.KeyVault.Administration/RestoreOperation.xml
+++ b/xml/Azure.Security.KeyVault.Administration/RestoreOperation.xml
@@ -88,9 +88,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -109,7 +115,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -130,7 +138,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -151,7 +161,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -197,10 +210,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -222,10 +239,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -244,9 +265,13 @@
Azure.Security.KeyVault.Administration.RestoreResult
- To be added.
+
+ Final result of the long-running operation.
+
To be added.
- To be added.
+
+ This property can be accessed only after the operation completes successfully (HasValue is true).
+
@@ -268,10 +293,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -294,11 +323,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Administration/SelectiveKeyRestoreOperation.xml b/xml/Azure.Security.KeyVault.Administration/SelectiveKeyRestoreOperation.xml
new file mode 100644
index 000000000000..afa974376ce4
--- /dev/null
+++ b/xml/Azure.Security.KeyVault.Administration/SelectiveKeyRestoreOperation.xml
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Operation<Azure.Security.KeyVault.Administration.SelectiveKeyRestoreResult>
+
+ Azure.Security.KeyVault.Administration.SelectiveKeyRestoreResult
+
+
+
+
+
+ A long-running operation for or .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+
+
+
+
+ An instance of .
+ The from a previous .
+
+ Creates an instance of a SelectiveKeyRestoreOperation from a previously started operation. , ,
+ , or must be called
+ to re-populate the details of this operation.
+
+ To be added.
+
+ or is null.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Nullable<System.DateTimeOffset>
+
+
+
+ The end time of the restore operation.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Response
+
+
+
+
+ The last HTTP response received from the server.
+
+ To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+ Returns true if the long-running operation completed.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Boolean
+
+
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.String
+
+
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Nullable<System.DateTimeOffset>
+
+
+
+ The start time of the restore operation.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Response
+
+
+
+
+
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Threading.Tasks.ValueTask<Azure.Response>
+
+
+
+
+
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ Azure.Security.KeyVault.Administration.SelectiveKeyRestoreResult
+
+
+
+ Final result of the long-running operation.
+
+ To be added.
+
+ This property can be accessed only after the operation completes successfully (HasValue is true).
+
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Threading.Tasks.ValueTask<Azure.Response<Azure.Security.KeyVault.Administration.SelectiveKeyRestoreResult>>
+
+
+
+
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Threading.Tasks.ValueTask<Azure.Response<Azure.Security.KeyVault.Administration.SelectiveKeyRestoreResult>>
+
+
+
+
+
+
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
+
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Administration/SelectiveKeyRestoreResult.xml b/xml/Azure.Security.KeyVault.Administration/SelectiveKeyRestoreResult.xml
new file mode 100644
index 000000000000..612ea8092c04
--- /dev/null
+++ b/xml/Azure.Security.KeyVault.Administration/SelectiveKeyRestoreResult.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.Object
+
+
+
+
+ The result of a selective key restore operation.
+
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.DateTimeOffset
+
+
+
+ Gets the end time of the selective key restore operation.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Administration
+ 4.0.0.0
+
+
+ System.DateTimeOffset
+
+
+
+ Gets the start time of the selective key restore operation.
+
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions+ServiceVersion.xml b/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions+ServiceVersion.xml
index 77643bf0ad6a..40cb53681cad 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions+ServiceVersion.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions+ServiceVersion.xml
@@ -72,5 +72,26 @@
+
+
+
+
+
+
+ Field
+
+ Azure.Security.KeyVault.Certificates
+ 4.2.0.0
+
+
+ Azure.Security.KeyVault.Certificates.CertificateClientOptions+ServiceVersion
+
+ 2
+
+
+ The Key Vault API version 7.2.
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions.xml b/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions.xml
index 74f1145fec60..721a7913a64c 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificateClientOptions.xml
@@ -25,11 +25,13 @@
-
+
-
+
+
+
Constructor
Azure.Security.KeyVault.Certificates
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificateContentType.xml b/xml/Azure.Security.KeyVault.Certificates/CertificateContentType.xml
index 2d9902c777f5..726d6465baf2 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificateContentType.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificateContentType.xml
@@ -81,9 +81,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -117,9 +118,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -151,8 +153,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -329,8 +331,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificateKeyCurveName.xml b/xml/Azure.Security.KeyVault.Certificates/CertificateKeyCurveName.xml
index 98b748931746..16144469049f 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificateKeyCurveName.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificateKeyCurveName.xml
@@ -81,9 +81,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -117,9 +118,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -151,8 +153,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -387,8 +389,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificateKeyType.xml b/xml/Azure.Security.KeyVault.Certificates/CertificateKeyType.xml
index 495e68baeac9..eae275539744 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificateKeyType.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificateKeyType.xml
@@ -135,9 +135,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -171,9 +172,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -205,8 +207,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -383,8 +385,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificateKeyUsage.xml b/xml/Azure.Security.KeyVault.Certificates/CertificateKeyUsage.xml
index 5db79a79927d..610900c6ba43 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificateKeyUsage.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificateKeyUsage.xml
@@ -216,9 +216,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -252,9 +253,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -286,8 +288,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -518,8 +520,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificateOperation.xml b/xml/Azure.Security.KeyVault.Certificates/CertificateOperation.xml
index e0b3dc5354ed..66adfc72dcec 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificateOperation.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificateOperation.xml
@@ -208,9 +208,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -288,7 +294,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -408,9 +417,13 @@
Azure.Security.KeyVault.Certificates.KeyVaultCertificateWithPolicy
- To be added.
+
+ Final result of the long-running operation.
+
To be added.
- To be added.
+
+ This property can be accessed only after the operation completes successfully (HasValue is true).
+
@@ -437,10 +450,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -468,11 +485,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificatePolicy.xml b/xml/Azure.Security.KeyVault.Certificates/CertificatePolicy.xml
index 2f46b671760e..3bb7b1b85d33 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificatePolicy.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificatePolicy.xml
@@ -24,6 +24,48 @@
To be added.
+
+
+
+
+
+ Constructor
+
+ Azure.Security.KeyVault.Certificates
+ 4.2.0.0
+
+
+
+
+ Initializes a new instance of the class to pass to
+ or
+ .
+
+
+
+ Use this constructor if, for example, you want to import a PEM-encoded certificate. The will be
+ and the and will
+ be parsed from the imported certificate.
+
+ byte[] certificateBytes = File.ReadAllBytes("certificate.pem");
+
+ ImportCertificateOptions options = new ImportCertificateOptions(certificateName, certificateBytes)
+ {
+ Policy = new CertificatePolicy
+ {
+ ContentType = CertificateContentType.Pem
+ }
+ };
+
+
+ You must use one of the other constructors to pass an instance to
+ or
+
+ because and one of or are required.
+
+
+
+
@@ -258,8 +300,9 @@
- Gets a new suitable for self-signed certificate requests.
- You should change the before passing this policy to create a certificate.
+ Gets a new suitable for self-signed certificate requests
+ with the "CN=DefaultPolicy". To change the Subject, create a new instance
+ using one of the constructors.
To be added.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Certificates/CertificatePolicyAction.xml b/xml/Azure.Security.KeyVault.Certificates/CertificatePolicyAction.xml
index 0048351ec743..443b357a989b 100644
--- a/xml/Azure.Security.KeyVault.Certificates/CertificatePolicyAction.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/CertificatePolicyAction.xml
@@ -135,9 +135,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -171,9 +172,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -205,8 +207,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -329,8 +331,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Certificates/DeleteCertificateOperation.xml b/xml/Azure.Security.KeyVault.Certificates/DeleteCertificateOperation.xml
index a3c2a596a921..08ce58dbacf5 100644
--- a/xml/Azure.Security.KeyVault.Certificates/DeleteCertificateOperation.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/DeleteCertificateOperation.xml
@@ -48,9 +48,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -74,7 +80,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -100,7 +108,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -126,7 +136,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -155,10 +168,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -185,10 +202,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -245,10 +266,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -276,11 +301,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Certificates/KeyVaultCertificateIdentifier.xml b/xml/Azure.Security.KeyVault.Certificates/KeyVaultCertificateIdentifier.xml
index fe3d5f3580cc..60dae563846c 100644
--- a/xml/Azure.Security.KeyVault.Certificates/KeyVaultCertificateIdentifier.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/KeyVaultCertificateIdentifier.xml
@@ -1,8 +1,8 @@
-
-
+
+
-
+
Azure.Security.KeyVault.Certificates
@@ -11,7 +11,11 @@
System.ValueType
-
+
+
+ System.IEquatable<Azure.Security.KeyVault.Certificates.KeyVaultCertificateIdentifier>
+
+
Information about a parsed from a .
@@ -20,102 +24,147 @@
To be added.
-
-
-
-
-
-
- Property
+
+
+
+
+
+
+ Constructor
Azure.Security.KeyVault.Certificates
4.2.0.0
-
- System.String
-
+
+
+
+ The to a certificate or deleted certificate.
- Gets the name of the certificate.
+ Creates a new instance of the class.
- To be added.
To be added.
+
+ is not a valid Key Vault certificate ID.
+
+ is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
+
+ M:System.IEquatable`1.Equals(`0)
+
Azure.Security.KeyVault.Certificates
4.2.0.0
- Azure.Security.KeyVault.Certificates.KeyVaultCertificateIdentifier
+ System.Boolean
-
+
- The to a certificate or deleted certificate.
-
- Parses a to a certificate or deleted certificate.
-
- A containing information about the certificate or deleted certificate.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
- The is not a valid Key Vault certificate ID.
-
-
-
-
-
-
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Certificates
+ 4.2.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Certificates
+ 4.2.0.0
+
+
+ System.Int32
+
+
+
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
+ To be added.
+
+
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Certificates
4.2.0.0
- System.Uri
+ System.String
- Gets the source passed to or .
+ Gets the name of the certificate.
To be added.
To be added.
-
-
-
-
-
-
- Method
+
+
+
+
+
+
+ Property
Azure.Security.KeyVault.Certificates
4.2.0.0
- System.Boolean
+ System.Uri
-
-
-
-
- The to a certificate or deleted certificate.
- A containing information about the certificate or deleted certificate.
- Tries to parse a to a certificate or deleted certificate.
+ Gets the source passed to .
- True if the could be parsed successfully; otherwise, false.
+ To be added.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Certificates/RecoverDeletedCertificateOperation.xml b/xml/Azure.Security.KeyVault.Certificates/RecoverDeletedCertificateOperation.xml
index 1190dc2f304d..e4e79d6b8cf8 100644
--- a/xml/Azure.Security.KeyVault.Certificates/RecoverDeletedCertificateOperation.xml
+++ b/xml/Azure.Security.KeyVault.Certificates/RecoverDeletedCertificateOperation.xml
@@ -48,9 +48,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -74,7 +80,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -100,7 +108,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -126,7 +136,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -155,10 +168,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -185,10 +202,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -245,10 +266,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -276,11 +301,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClient.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClient.xml
index 806efe9387e2..3db2a782e21a 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClient.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClient.xml
@@ -156,11 +156,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm which was used to encrypt the specified encrypted key.
+ The encrypted key to be decrypted.
+ A controlling the request lifetime.
+
+ Decrypts the specified encrypted key using the specified algorithm.
+
+ The decrypted key bytes.
To be added.
@@ -194,11 +196,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm which was used to encrypt the specified encrypted key.
+ The encrypted key to be decrypted.
+ A controlling the request lifetime.
+
+ Decrypts the specified encrypted key using the specified algorithm.
+
+ The decrypted key bytes.
To be added.
@@ -232,11 +236,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm used to encrypt the specified key.
+ The key to be encrypted.
+ A controlling the request lifetime.
+
+ Encrypts the specified key using the specified algorithm.
+
+ The encrypted key bytes.
To be added.
@@ -270,21 +276,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm used to encrypt the specified key.
+ The key to be encrypted.
+ A controlling the request lifetime.
+
+ Encrypts the specified key using the specified algorithm.
+
+ The encrypted key bytes.
To be added.
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -294,11 +302,11 @@
Azure.Security.KeyVault.Keys.Cryptography.DecryptResult
-
+
- A containing the data to decrypt and other options for algorithm-dependent decryption.
+ A containing the data to decrypt and other parameters for algorithm-dependent decryption.
A to cancel the operation.
Decrypts the specified ciphertext.
@@ -310,7 +318,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
@@ -361,11 +369,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -375,11 +383,11 @@
System.Threading.Tasks.Task<Azure.Security.KeyVault.Keys.Cryptography.DecryptResult>
-
+
- A containing the data to decrypt and other options for algorithm-dependent decryption.
+ A containing the data to decrypt and other parameters for algorithm-dependent decryption.
A to cancel the operation.
Decrypts ciphertext.
@@ -391,7 +399,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
@@ -442,11 +450,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -456,11 +464,11 @@
Azure.Security.KeyVault.Keys.Cryptography.EncryptResult
-
+
- An containing the data to encrypt and other options for algorithm-dependent encryption.
+ An containing the data to encrypt and other parameters for algorithm-dependent encryption.
A to cancel the operation.
Encrypts plaintext.
@@ -472,7 +480,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
@@ -523,11 +531,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -537,11 +545,11 @@
System.Threading.Tasks.Task<Azure.Security.KeyVault.Keys.Cryptography.EncryptResult>
-
+
- An containing the data to encrypt and other options for algorithm-dependent encryption.
+ An containing the data to encrypt and other parameters for algorithm-dependent encryption.
A to cancel the operation.
Encrypts plaintext.
@@ -553,7 +561,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions+ServiceVersion.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions+ServiceVersion.xml
index 09be9beaaa51..3afae2b9b123 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions+ServiceVersion.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions+ServiceVersion.xml
@@ -74,5 +74,26 @@
+
+
+
+
+
+
+ Field
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion
+
+ 2
+
+
+ The Key Vault API version 7.2.
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions.xml
index dfe5a8208e9f..8c984de21ead 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/CryptographyClientOptions.xml
@@ -26,11 +26,13 @@
-
+
-
+
+
+
Constructor
Azure.Security.KeyVault.Keys
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/DecryptOptions.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/DecryptParameters.xml
similarity index 62%
rename from xml/Azure.Security.KeyVault.Keys.Cryptography/DecryptOptions.xml
rename to xml/Azure.Security.KeyVault.Keys.Cryptography/DecryptParameters.xml
index d62b562ce371..e97ec2350644 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/DecryptOptions.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/DecryptParameters.xml
@@ -1,9 +1,9 @@
-
-
-
-
-
-
+
+
+
+
+
+
Azure.Security.KeyVault.Keys
4.2.0.0
@@ -14,24 +14,24 @@
- Options for decrypting ciphertext.
+ Parameters for decrypting ciphertext.
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -41,27 +41,27 @@
The ciphertext to decrypt.
The initialization vector used during encryption.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -71,27 +71,27 @@
The ciphertext to decrypt.
The initialization vector used during encryption.
- Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -105,27 +105,27 @@
The authentication tag generated during encryption.
Optional data that is authenticated but not encrypted.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
, , or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -135,27 +135,27 @@
The ciphertext to decrypt.
The initialization vector used during encryption.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -165,27 +165,27 @@
The ciphertext to decrypt.
The initialization vector used during encryption.
- Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -199,27 +199,27 @@
The authentication tag generated during encryption.
Optional data that is authenticated but not encrypted.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
, , or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -229,27 +229,27 @@
The ciphertext to decrypt.
The initialization vector used during encryption.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -259,27 +259,27 @@
The ciphertext to decrypt.
The initialization vector used during encryption.
- Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
or is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -293,20 +293,20 @@
The authentication tag generated during encryption.
Optional data that is authenticated but not encrypted.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
, , or is null.
-
+
-
-
-
+
+
+
Property
Azure.Security.KeyVault.Keys
@@ -317,7 +317,7 @@
- Gets or sets additional data that is authenticated during decryption but not encrypted.
+ Gets additional data that is authenticated during decryption but not encrypted.
To be added.
To be added.
@@ -326,9 +326,9 @@
-
+
-
+
Property
Azure.Security.KeyVault.Keys
@@ -348,9 +348,9 @@
-
+
-
+
Property
Azure.Security.KeyVault.Keys
@@ -370,9 +370,9 @@
-
+
-
+
Property
Azure.Security.KeyVault.Keys
@@ -392,9 +392,9 @@
-
+
-
+
Property
Azure.Security.KeyVault.Keys
@@ -411,19 +411,19 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -431,27 +431,27 @@
The ciphertext to decrypt.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -459,27 +459,27 @@
The ciphertext to decrypt.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
@@ -487,9 +487,9 @@
The ciphertext to decrypt.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptOptions.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptParameters.xml
similarity index 62%
rename from xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptOptions.xml
rename to xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptParameters.xml
index dc0241d6697d..b20d3714e043 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptOptions.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptParameters.xml
@@ -1,9 +1,9 @@
-
-
-
-
-
-
+
+
+
+
+
+
Azure.Security.KeyVault.Keys
4.2.0.0
@@ -14,24 +14,24 @@
- Options for encrypting plaintext.
+ Parameters for encrypting plaintext.
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -41,27 +41,27 @@
The plaintext to encrypt.
Optional initialization vector. If null, a cryptographically random initialization vector will be generated using .
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -71,27 +71,27 @@
The plaintext to encrypt.
Optional initialization vector. If null, a cryptographically random initialization vector will be generated using .
- Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -101,28 +101,28 @@
The plaintext to encrypt.
Optional data that is authenticated but not encrypted.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
The nonce will be generated automatically and returned in the after encryption.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -132,27 +132,27 @@
The plaintext to encrypt.
Optional initialization vector. If null, a cryptographically random initialization vector will be generated using .
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -162,27 +162,27 @@
The plaintext to encrypt.
Optional initialization vector. If null, a cryptographically random initialization vector will be generated using .
- Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -192,28 +192,28 @@
The plaintext to encrypt.
Optional data that is authenticated but not encrypted.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
The nonce will be generated automatically and returned in the after encryption.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -223,27 +223,27 @@
The plaintext to encrypt.
Optional initialization vector. If null, a cryptographically random initialization vector will be generated using .
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -253,27 +253,27 @@
The plaintext to encrypt.
Optional initialization vector. If null, a cryptographically random initialization vector will be generated using .
- Creates an instance of the class for the encryption algorithm with PKCS#7 padding.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -283,21 +283,21 @@
The plaintext to encrypt.
Optional data that is authenticated but not encrypted.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
The nonce will be generated automatically and returned in the after encryption.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
+
-
-
-
+
+
+
Property
Azure.Security.KeyVault.Keys
@@ -308,7 +308,7 @@
- Gets or sets additional data that is authenticated during decryption but not encrypted.
+ Gets additional data that is authenticated during decryption but not encrypted.
To be added.
To be added.
@@ -317,9 +317,9 @@
-
+
-
+
Property
Azure.Security.KeyVault.Keys
@@ -339,9 +339,9 @@
-
+
-
+
Property
Azure.Security.KeyVault.Keys
@@ -361,9 +361,9 @@
-
+
-
+
Property
Azure.Security.KeyVault.Keys
@@ -380,19 +380,19 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -400,27 +400,27 @@
The plaintext to encrypt.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -428,27 +428,27 @@
The plaintext to encrypt.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
@@ -456,9 +456,9 @@
The plaintext to encrypt.
- Creates an instance of the class for the encryption algorithm.
+ Creates an instance of the class for the encryption algorithm.
- An instance of the class for the encryption algorithm.
+ An instance of the class for the encryption algorithm.
To be added.
is null.
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptionAlgorithm.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptionAlgorithm.xml
index 5d0788e49ff5..f5746a86e5a1 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptionAlgorithm.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/EncryptionAlgorithm.xml
@@ -282,9 +282,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -319,9 +320,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -354,8 +356,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -566,8 +568,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyResolver.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyResolver.xml
index a3e318fba6ed..84a6bc9c8d3d 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyResolver.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyResolver.xml
@@ -147,10 +147,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The key identifier of the key encryption key to retrieve.
+ A controlling the request lifetime.
+
+ Retrieves the key encryption key corresponding to the specified keyId.
+
+ The key encryption key corresponding to the specified keyId.
To be added.
@@ -183,10 +185,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The key identifier of the key encryption key to retrieve.
+ A controlling the request lifetime.
+
+ Retrieves the key encryption key corresponding to the specified keyId.
+
+ The key encryption key corresponding to the specified keyId.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyWrapAlgorithm.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyWrapAlgorithm.xml
index 385d57b54885..e6303c3236aa 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyWrapAlgorithm.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/KeyWrapAlgorithm.xml
@@ -174,9 +174,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -211,9 +212,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -246,8 +248,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -464,8 +466,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/LocalCryptographyClient.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/LocalCryptographyClient.xml
index 04a62ce72c6d..93e1b9d96acf 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/LocalCryptographyClient.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/LocalCryptographyClient.xml
@@ -89,11 +89,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm which was used to encrypt the specified encrypted key.
+ The encrypted key to be decrypted.
+ A controlling the request lifetime.
+
+ Decrypts the specified encrypted key using the specified algorithm.
+
+ The decrypted key bytes.
To be added.
@@ -121,11 +123,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm which was used to encrypt the specified encrypted key.
+ The encrypted key to be decrypted.
+ A controlling the request lifetime.
+
+ Decrypts the specified encrypted key using the specified algorithm.
+
+ The decrypted key bytes.
To be added.
@@ -153,11 +157,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm used to encrypt the specified key.
+ The key to be encrypted.
+ A controlling the request lifetime.
+
+ Encrypts the specified key using the specified algorithm.
+
+ The encrypted key bytes.
To be added.
@@ -185,21 +191,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The key wrap algorithm used to encrypt the specified key.
+ The key to be encrypted.
+ A controlling the request lifetime.
+
+ Encrypts the specified key using the specified algorithm.
+
+ The encrypted key bytes.
To be added.
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -209,11 +217,11 @@
Azure.Security.KeyVault.Keys.Cryptography.DecryptResult
-
+
- A containing the data to decrypt and other options for algorithm-dependent decryption.
+ A containing the data to decrypt and other parameters for algorithm-dependent decryption.
A to cancel the operation.
Decrypts the specified ciphertext.
@@ -225,7 +233,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
@@ -269,11 +277,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -283,11 +291,11 @@
System.Threading.Tasks.Task<Azure.Security.KeyVault.Keys.Cryptography.DecryptResult>
-
+
- A containing the data to decrypt and other options for algorithm-dependent decryption.
+ A containing the data to decrypt and other parameters for algorithm-dependent decryption.
A to cancel the operation.
Decrypts ciphertext.
@@ -299,7 +307,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
@@ -343,11 +351,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -357,11 +365,11 @@
Azure.Security.KeyVault.Keys.Cryptography.EncryptResult
-
+
- An containing the data to encrypt and other options for algorithm-dependent encryption.
+ An containing the data to encrypt and other parameters for algorithm-dependent encryption.
A to cancel the operation.
Encrypts plaintext.
@@ -373,7 +381,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
@@ -417,11 +425,11 @@
-
-
-
-
-
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
@@ -431,11 +439,11 @@
System.Threading.Tasks.Task<Azure.Security.KeyVault.Keys.Cryptography.EncryptResult>
-
+
- An containing the data to encrypt and other options for algorithm-dependent encryption.
+ An containing the data to encrypt and other parameters for algorithm-dependent encryption.
A to cancel the operation.
Encrypts plaintext.
@@ -447,7 +455,7 @@
To be added.
The specified algorithm does not match the key corresponding to the key identifier.
- is null.
+ is null.
The local cryptographic provider threw an exception.
The key is invalid for the current operation.
The operation is not supported with the specified key.
diff --git a/xml/Azure.Security.KeyVault.Keys.Cryptography/SignatureAlgorithm.xml b/xml/Azure.Security.KeyVault.Keys.Cryptography/SignatureAlgorithm.xml
index 55a14a9d234f..41cdea86374d 100644
--- a/xml/Azure.Security.KeyVault.Keys.Cryptography/SignatureAlgorithm.xml
+++ b/xml/Azure.Security.KeyVault.Keys.Cryptography/SignatureAlgorithm.xml
@@ -84,9 +84,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -121,9 +122,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -268,8 +270,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -564,8 +566,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys/CreateKeyOptions.xml b/xml/Azure.Security.KeyVault.Keys/CreateKeyOptions.xml
index c1eb4297fabc..b9079c974975 100644
--- a/xml/Azure.Security.KeyVault.Keys/CreateKeyOptions.xml
+++ b/xml/Azure.Security.KeyVault.Keys/CreateKeyOptions.xml
@@ -105,28 +105,6 @@
To be added.
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- System.Nullable<System.Boolean>
-
-
-
- Gets or sets a value indicating whether the private key can be exported.
-
- To be added.
- To be added.
-
-
@@ -183,28 +161,6 @@
To be added.
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- Azure.Security.KeyVault.Keys.KeyReleasePolicy
-
-
-
- Gets or sets the policy rules under which the key can be exported.
-
- To be added.
- To be added.
-
-
diff --git a/xml/Azure.Security.KeyVault.Keys/CreateOctKeyOptions.xml b/xml/Azure.Security.KeyVault.Keys/CreateOctKeyOptions.xml
new file mode 100644
index 000000000000..23a74c7cafaa
--- /dev/null
+++ b/xml/Azure.Security.KeyVault.Keys/CreateOctKeyOptions.xml
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ Azure.Security.KeyVault.Keys.CreateKeyOptions
+
+
+
+
+ The properties needed to create an AES key using the .
+
+ To be added.
+
+
+
+
+
+
+
+
+ Constructor
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+
+
+
+
+ The name of the key to create.
+ True to create a hardware-protected key in a hardware security module (HSM). The default is false to create a software key.
+
+ Initializes a new instance of the class.
+
+ To be added.
+
+ is empty.
+
+ is null.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ System.Boolean
+
+
+
+ Gets a value indicating whether to create a hardware-protected key in a hardware security module (HSM).
+
+
+ true to create a hardware-protected key; otherwise, false to create a software key.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ System.Nullable<System.Int32>
+
+
+
+ Gets or sets the key size in bits, such as 128, 192, or 256. If null, the service default is used.
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ Azure.Security.KeyVault.Keys.KeyType
+
+
+
+ Gets the key type of the to create, including and .
+
+ To be added.
+ To be added.
+
+
+
+
+
+
+
+
+ Property
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ System.String
+
+
+
+ Gets the name of the key to create.
+
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Keys/CryptographyModelFactory.xml b/xml/Azure.Security.KeyVault.Keys/CryptographyModelFactory.xml
index 60e07e3bbdae..cf4daf1803c2 100644
--- a/xml/Azure.Security.KeyVault.Keys/CryptographyModelFactory.xml
+++ b/xml/Azure.Security.KeyVault.Keys/CryptographyModelFactory.xml
@@ -25,35 +25,37 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.DecryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
+
- Sets the property.
- Sets the property.
- Sets the property.
- Sets the property.
+ Sets the property.
+ Sets the property.
+ Sets the property.
+ Sets the property.
+ Sets the property.
- Initializes a new instance of the class for mocking purposes.
+ Initializes a new instance of the class for mocking purposes.
- A new instance of the class for mocking purposes.
+ A new instance of the class for mocking purposes.
To be added.
is null.
@@ -95,33 +97,35 @@
To be added.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.Cryptography.EncryptOptions
+ Azure.Security.KeyVault.Keys.Cryptography.EncryptParameters
+
- Sets the property.
- Sets the property.
- Sets the property.
+ Sets the property.
+ Sets the property.
+ Sets the property.
+ Sets the property.
- Initializes a new instance of the class for mocking purposes.
+ Initializes a new instance of the class for mocking purposes.
- A new instance of the class for mocking purposes.
+ A new instance of the class for mocking purposes.
To be added.
is null.
diff --git a/xml/Azure.Security.KeyVault.Keys/DeleteKeyOperation.xml b/xml/Azure.Security.KeyVault.Keys/DeleteKeyOperation.xml
index cb77a0698407..0e8334cff82d 100644
--- a/xml/Azure.Security.KeyVault.Keys/DeleteKeyOperation.xml
+++ b/xml/Azure.Security.KeyVault.Keys/DeleteKeyOperation.xml
@@ -50,9 +50,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -77,7 +83,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -104,7 +112,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -131,7 +141,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -161,10 +174,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -192,10 +209,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -254,10 +275,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -286,11 +311,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Keys/ImportKeyOptions.xml b/xml/Azure.Security.KeyVault.Keys/ImportKeyOptions.xml
index cf3df7be8572..b184dd869a0d 100644
--- a/xml/Azure.Security.KeyVault.Keys/ImportKeyOptions.xml
+++ b/xml/Azure.Security.KeyVault.Keys/ImportKeyOptions.xml
@@ -173,27 +173,5 @@
To be added.
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- Azure.Security.KeyVault.Keys.KeyReleasePolicy
-
-
-
- Gets or sets the policy rules under which the key can be exported.
-
- To be added.
- To be added.
-
-
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyClient.xml b/xml/Azure.Security.KeyVault.Keys/KeyClient.xml
index 3fba1752ba48..c1584c113b49 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyClient.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyClient.xml
@@ -259,7 +259,7 @@
A controlling the request lifetime.
Creates and stores a new Elliptic Curve key in Key Vault. If the named key already exists,
- Azure Key Vault creates a new version of the key. It requires the keys/create permission.
+ Azure Key Vault creates a new version of the key. This operation requires the keys/create permission.
To be added.
To be added.
@@ -297,7 +297,7 @@
A controlling the request lifetime.
Creates and stores a new Elliptic Curve key in Key Vault. If the named key already exists,
- Azure Key Vault creates a new version of the key. It requires the keys/create permission.
+ Azure Key Vault creates a new version of the key. This operation requires the keys/create permission.
To be added.
To be added.
@@ -339,7 +339,7 @@
A controlling the request lifetime.
Creates and stores a new key in Key Vault. The create key operation can be used to create any key type in Azure Key Vault.
- If the named key already exists, Azure Key Vault creates a new version of the key. It requires the keys/create permission.
+ If the named key already exists, Azure Key Vault creates a new version of the key. This operation requires the keys/create permission.
To be added.
To be added.
@@ -383,7 +383,7 @@
A controlling the request lifetime.
Creates and stores a new key in Key Vault. The create key operation can be used to create any key type in Azure Key Vault.
- If the named key already exists, Azure Key Vault creates a new version of the key. It requires the keys/create permission.
+ If the named key already exists, Azure Key Vault creates a new version of the key. This operation requires the keys/create permission.
To be added.
To be added.
@@ -394,236 +394,144 @@
The server returned an error. See for details returned from the server.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
- 4.0.0.0
- 4.0.1.0
- 4.0.2.0
- 4.0.3.0
- 4.0.4.0
- 4.1.0.0
4.2.0.0
Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>
-
-
+
+
- The key options object containing information about the RSA key being created.
+ The key options object containing information about the AES key being created.
A controlling the request lifetime.
- Creates and stores a new RSA key in Key Vault. If the named key already exists, Azure Key Vault creates a new
- version of the key. It requires the keys/create permission.
+ Creates and stores a new AES key in Key Vault. If the named key already exists, Azure Key Vault creates a new
+ version of the key. This operation requires the keys/create permission.
To be added.
To be added.
- is null.
+ is null.
The server returned an error. See for details returned from the server.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
- 4.0.0.0
- 4.0.1.0
- 4.0.2.0
- 4.0.3.0
- 4.0.4.0
- 4.1.0.0
4.2.0.0
System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
-
-
+
+
- The key options object containing information about the RSA key being created.
+ The key options object containing information about the AES key being created.
A controlling the request lifetime.
- Creates and stores a new RSA key in Key Vault. If the named key already exists, Azure Key Vault creates a new
- version of the key. It requires the keys/create permission.
+ Creates and stores a new AES key in Key Vault. If the named key already exists, Azure Key Vault creates a new
+ version of the key. This operation requires the keys/create permission.
To be added.
To be added.
- is null.
+ is null.
The server returned an error. See for details returned from the server.
-
-
-
-
-
-
- Method
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>
-
-
-
-
-
-
-
- The name of the key to export.
- The target environment assertion.
- A controlling the request lifetime.
-
- Exports the latest version of a including the private key if originally created with set to true,
- or imported with in set to true.
-
- The that was exported along with the private key if exportable.
-
- Requires the permission.
-
-
- or is an empty string.
-
- or is null.
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
+ 4.0.0.0
+ 4.0.1.0
+ 4.0.2.0
+ 4.0.3.0
+ 4.0.4.0
+ 4.1.0.0
4.2.0.0
Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>
-
-
-
-
-
-
- The name of the key to export.
- The optional version of the key to export.
- The target environment assertion.
- A controlling the request lifetime.
-
- Exports a specific version of a including the private key if originally created with set to true,
- or imported with in set to true.
-
- The that was exported along with the private key if exportable.
-
- Requires the permission.
-
-
- or is an empty string.
-
- or is null.
-
-
-
-
-
-
-
-
-
- Method
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
-
-
-
-
-
+
+
- The name of the key to export.
- The target environment assertion.
+ The key options object containing information about the RSA key being created.
A controlling the request lifetime.
- Exports the latest version of a including the private key if originally created with set to true,
- or imported with in set to true.
+ Creates and stores a new RSA key in Key Vault. If the named key already exists, Azure Key Vault creates a new
+ version of the key. This operation requires the keys/create permission.
- The that was exported along with the private key if exportable.
-
- Requires the permission.
-
-
- or is an empty string.
+ To be added.
+ To be added.
- or is null.
-
+ is null.
+ The server returned an error. See for details returned from the server.
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Security.KeyVault.Keys
+ 4.0.0.0
+ 4.0.1.0
+ 4.0.2.0
+ 4.0.3.0
+ 4.0.4.0
+ 4.1.0.0
4.2.0.0
System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
-
-
-
-
+
+
- The name of the key to export.
- The optional version of the key to export.
- The target environment assertion.
+ The key options object containing information about the RSA key being created.
A controlling the request lifetime.
- Exports a specific version of a including the private key if originally created with set to true,
- or imported with in set to true.
+ Creates and stores a new RSA key in Key Vault. If the named key already exists, Azure Key Vault creates a new
+ version of the key. This operation requires the keys/create permission.
- The that was exported along with the private key if exportable.
-
- Requires the permission.
-
-
- or is an empty string.
+ To be added.
+ To be added.
- or is null.
-
+ is null.
+ The server returned an error. See for details returned from the server.
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyClientOptions+ServiceVersion.xml b/xml/Azure.Security.KeyVault.Keys/KeyClientOptions+ServiceVersion.xml
index d843e33daabc..3a70fa6a29d4 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyClientOptions+ServiceVersion.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyClientOptions+ServiceVersion.xml
@@ -74,5 +74,26 @@
+
+
+
+
+
+
+ Field
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ Azure.Security.KeyVault.Keys.KeyClientOptions+ServiceVersion
+
+ 2
+
+
+ The Key Vault API version 7.2.
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyClientOptions.xml b/xml/Azure.Security.KeyVault.Keys/KeyClientOptions.xml
index 1d7020980777..d2430252eccf 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyClientOptions.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyClientOptions.xml
@@ -26,11 +26,13 @@
-
+
-
+
+
+
Constructor
Azure.Security.KeyVault.Keys
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyCurveName.xml b/xml/Azure.Security.KeyVault.Keys/KeyCurveName.xml
index a591d7ad58e1..6c7641566374 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyCurveName.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyCurveName.xml
@@ -84,9 +84,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -121,9 +122,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -156,8 +158,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -400,8 +402,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyOperation.xml b/xml/Azure.Security.KeyVault.Keys/KeyOperation.xml
index 92acaa413deb..0a32435debd7 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyOperation.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyOperation.xml
@@ -140,9 +140,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -177,35 +178,14 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- Azure.Security.KeyVault.Keys.KeyOperation
-
-
-
- Gets a value that indicates the key can be exported using the or methods.
-
- To be added.
- To be added.
-
-
@@ -234,8 +214,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -413,8 +393,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyProperties.xml b/xml/Azure.Security.KeyVault.Keys/KeyProperties.xml
index df31a6fbd604..4b725fa88054 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyProperties.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyProperties.xml
@@ -171,28 +171,6 @@
To be added.
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- System.Nullable<System.Boolean>
-
-
-
- Gets or sets a value indicating whether the private key can be exported.
-
- To be added.
- To be added.
-
-
@@ -359,28 +337,6 @@
To be added.
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- Azure.Security.KeyVault.Keys.KeyReleasePolicy
-
-
-
- Gets or sets the policy rules under which the key can be exported.
-
- To be added.
- To be added.
-
-
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyReleasePolicy.xml b/xml/Azure.Security.KeyVault.Keys/KeyReleasePolicy.xml
deleted file mode 100644
index 37bd7047ce73..000000000000
--- a/xml/Azure.Security.KeyVault.Keys/KeyReleasePolicy.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- System.Object
-
-
-
-
- A policy that describes the conditions when a key can be exported.
-
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
-
-
-
- The encoded release policy under which a key can be exported.
-
- Creates a new instance of the class.
-
- To be added.
-
- is null.
-
-
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- System.String
-
-
-
- Gets or sets the content type and version of key release policy.
-
- To be added.
- To be added.
-
-
-
-
-
-
-
-
- Property
-
- Azure.Security.KeyVault.Keys
- 4.2.0.0
-
-
- System.Byte[]
-
-
-
- Gets the encoded release policy under which a key can be exported.
-
- To be added.
- To be added.
-
-
-
-
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyType.xml b/xml/Azure.Security.KeyVault.Keys/KeyType.xml
index bdefaee91d09..7c58d798396c 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyType.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyType.xml
@@ -140,9 +140,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
@@ -177,9 +178,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
To be added.
@@ -212,8 +214,8 @@
- To be added.
- To be added.
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
To be added.
@@ -446,8 +448,8 @@
- To be added.
- To be added.
+ Returns the fully qualified type name of this instance.
+ The fully qualified type name.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys/KeyVaultKeyIdentifier.xml b/xml/Azure.Security.KeyVault.Keys/KeyVaultKeyIdentifier.xml
index f6c583d8ebbb..cc111ca11e18 100644
--- a/xml/Azure.Security.KeyVault.Keys/KeyVaultKeyIdentifier.xml
+++ b/xml/Azure.Security.KeyVault.Keys/KeyVaultKeyIdentifier.xml
@@ -1,8 +1,8 @@
-
-
+
+
-
+
Azure.Security.KeyVault.Keys
@@ -11,7 +11,11 @@
System.ValueType
-
+
+
+ System.IEquatable<Azure.Security.KeyVault.Keys.KeyVaultKeyIdentifier>
+
+
Information about a parsed from a .
@@ -20,102 +24,147 @@
To be added.
-
-
-
-
-
-
- Property
+
+
+
+
+
+
+ Constructor
Azure.Security.KeyVault.Keys
4.2.0.0
-
- System.String
-
+
+
+
+ The to a key or deleted key.
- Gets the name of the key.
+ Creates a new instance of the class.
- To be added.
To be added.
+
+ is not a valid Key Vault key ID.
+
+ is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
+
+ M:System.IEquatable`1.Equals(`0)
+
Azure.Security.KeyVault.Keys
4.2.0.0
- Azure.Security.KeyVault.Keys.KeyVaultKeyIdentifier
+ System.Boolean
-
+
- The to a key or deleted key.
-
- Parses a to a key or deleted key.
-
- A containing information about the key or deleted key.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
- The is not a valid Key Vault key ID.
-
-
-
-
-
-
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Keys
+ 4.2.0.0
+
+
+ System.Int32
+
+
+
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
+ To be added.
+
+
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Keys
4.2.0.0
- System.Uri
+ System.String
- Gets the source passed to or .
+ Gets the name of the key.
To be added.
To be added.
-
-
-
-
-
-
- Method
+
+
+
+
+
+
+ Property
Azure.Security.KeyVault.Keys
4.2.0.0
- System.Boolean
+ System.Uri
-
-
-
-
- The to a key or deleted key.
- A containing information about the key or deleted key.
- Tries to parse a to a key or deleted key.
+ Gets the source passed to .
- True if the could be parsed successfully; otherwise, false.
+ To be added.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Keys/RecoverDeletedKeyOperation.xml b/xml/Azure.Security.KeyVault.Keys/RecoverDeletedKeyOperation.xml
index 9ada3dd67f7b..6000301ff8d6 100644
--- a/xml/Azure.Security.KeyVault.Keys/RecoverDeletedKeyOperation.xml
+++ b/xml/Azure.Security.KeyVault.Keys/RecoverDeletedKeyOperation.xml
@@ -50,9 +50,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -77,7 +83,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -104,7 +112,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -131,7 +141,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -161,10 +174,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -192,10 +209,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -254,10 +275,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -286,11 +311,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Secrets/DeleteSecretOperation.xml b/xml/Azure.Security.KeyVault.Secrets/DeleteSecretOperation.xml
index d2edca519152..ce02d443f145 100644
--- a/xml/Azure.Security.KeyVault.Secrets/DeleteSecretOperation.xml
+++ b/xml/Azure.Security.KeyVault.Secrets/DeleteSecretOperation.xml
@@ -48,9 +48,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -74,7 +80,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -100,7 +108,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -126,7 +136,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -155,10 +168,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -185,10 +202,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -245,10 +266,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -276,11 +301,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecret.xml b/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecret.xml
index d9266f31172a..f9cf4d4f30a8 100644
--- a/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecret.xml
+++ b/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecret.xml
@@ -161,7 +161,7 @@
Gets the value of the secret.
- To be added.
+ This property is always null for .
To be added.
diff --git a/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecretIdentifier.xml b/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecretIdentifier.xml
index 488497061836..00718f6d4be5 100644
--- a/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecretIdentifier.xml
+++ b/xml/Azure.Security.KeyVault.Secrets/KeyVaultSecretIdentifier.xml
@@ -1,8 +1,8 @@
-
-
+
+
-
+
Azure.Security.KeyVault.Secrets
@@ -11,7 +11,11 @@
System.ValueType
-
+
+
+ System.IEquatable<Azure.Security.KeyVault.Secrets.KeyVaultSecretIdentifier>
+
+
Information about a parsed from a .
@@ -20,102 +24,147 @@
To be added.
-
-
-
-
-
-
- Property
+
+
+
+
+
+
+ Constructor
Azure.Security.KeyVault.Secrets
4.2.0.0
-
- System.String
-
+
+
+
+ The to a secret or deleted secret.
- Gets the name of the secret.
+ Creates a new instance of the class.
- To be added.
To be added.
+
+ is not a valid Key Vault secret ID.
+
+ is null.
-
-
-
-
-
-
+
+
+
+
+
+
Method
+
+ M:System.IEquatable`1.Equals(`0)
+
Azure.Security.KeyVault.Secrets
4.2.0.0
- Azure.Security.KeyVault.Secrets.KeyVaultSecretIdentifier
+ System.Boolean
-
+
- The to a secret or deleted secret.
-
- Parses a to a secret or deleted secret.
-
- A containing information about the secret or deleted secret.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .
To be added.
- The is not a valid Key Vault secret ID.
-
-
-
-
-
-
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Secrets
+ 4.2.0.0
+
+
+ System.Boolean
+
+
+
+
+
+ The object to compare with the current instance.
+ Indicates whether this instance and a specified object are equal.
+
+ if and this instance are the same type and represent the same value; otherwise, .
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Azure.Security.KeyVault.Secrets
+ 4.2.0.0
+
+
+ System.Int32
+
+
+
+ Returns the hash code for this instance.
+ A 32-bit signed integer that is the hash code for this instance.
+ To be added.
+
+
+
+
+
+
+
+
Property
Azure.Security.KeyVault.Secrets
4.2.0.0
- System.Uri
+ System.String
- Gets the source passed to or .
+ Gets the name of the secret.
To be added.
To be added.
-
-
-
-
-
-
- Method
+
+
+
+
+
+
+ Property
Azure.Security.KeyVault.Secrets
4.2.0.0
- System.Boolean
+ System.Uri
-
-
-
-
- The to a secret or deleted secret.
- A containing information about the secret or deleted secret.
- Tries to parse a to a secret or deleted secret.
+ Gets the source passed to .
- True if the could be parsed successfully; otherwise, false.
+ To be added.
To be added.
diff --git a/xml/Azure.Security.KeyVault.Secrets/RecoverDeletedSecretOperation.xml b/xml/Azure.Security.KeyVault.Secrets/RecoverDeletedSecretOperation.xml
index bf54616435bd..16877761e7b9 100644
--- a/xml/Azure.Security.KeyVault.Secrets/RecoverDeletedSecretOperation.xml
+++ b/xml/Azure.Security.KeyVault.Secrets/RecoverDeletedSecretOperation.xml
@@ -48,9 +48,15 @@
- To be added.
+
+ The last HTTP response received from the server.
+
To be added.
- To be added.
+
+ The last response returned from the server during the lifecycle of this instance.
+ An instance of Operation sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods.
+ Responses from these requests can be accessed using GetRawResponse.
+
@@ -74,7 +80,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed.
+
To be added.
To be added.
@@ -100,7 +108,9 @@
System.Boolean
- To be added.
+
+ Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
+
To be added.
To be added.
@@ -126,7 +136,10 @@
System.String
- To be added.
+
+ Gets an ID representing the operation that can be used to poll for
+ the status of the long-running operation.
+
To be added.
To be added.
@@ -155,10 +168,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -185,10 +202,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the service call.
+
+ Calls the server to get updated status of the long-running operation.
+
+ The HTTP response received from the server.
+
+ This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.
+
@@ -245,10 +266,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
@@ -276,11 +301,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+
+ The interval between status requests to the server.
+ The interval can change based on information returned from the server.
+ For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time.
+
+ A used for the periodical service calls.
+
+ Periodically calls the server till the long-running operation completes.
+
+ The last HTTP response received from the server.
+
+ This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation.
+
diff --git a/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions+ServiceVersion.xml b/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions+ServiceVersion.xml
index 1731f4e7914c..2816d0345a88 100644
--- a/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions+ServiceVersion.xml
+++ b/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions+ServiceVersion.xml
@@ -72,5 +72,26 @@
+
+
+
+
+
+
+ Field
+
+ Azure.Security.KeyVault.Secrets
+ 4.2.0.0
+
+
+ Azure.Security.KeyVault.Secrets.SecretClientOptions+ServiceVersion
+
+ 2
+
+
+ The Key Vault API version 7.2.
+
+
+
diff --git a/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions.xml b/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions.xml
index 13eafc7e5b49..658b544da6b4 100644
--- a/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions.xml
+++ b/xml/Azure.Security.KeyVault.Secrets/SecretClientOptions.xml
@@ -25,11 +25,13 @@
-
+
-
+
+
+
Constructor
Azure.Security.KeyVault.Secrets
diff --git a/xml/Azure.Storage.Blobs.Specialized/SpecializedBlobExtensions.xml b/xml/Azure.Storage.Blobs.Specialized/SpecializedBlobExtensions.xml
index 55ded09c9c2a..ad07deb10905 100644
--- a/xml/Azure.Storage.Blobs.Specialized/SpecializedBlobExtensions.xml
+++ b/xml/Azure.Storage.Blobs.Specialized/SpecializedBlobExtensions.xml
@@ -26,60 +26,6 @@
To be added.
-
-
-
-
-
-
- Method
-
- Azure.Storage.Blobs
- 12.9.0.0
-
-
-
- The .
- The name of the append blob.
-
- Create a new object by
- concatenating to
- the end of the 's
- . The new
-
- uses the same request policy pipeline as the
- .
-
- A new instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Storage.Blobs
- 12.9.0.0
-
-
-
- The .
- The name of the blob.
-
- Create a new object by concatenating
- to the end of the
- 's .
- The new uses the same request policy
- pipeline as the .
-
- A new instance.
- To be added.
-
-
@@ -95,7 +41,7 @@
Azure.Storage.Blobs.Specialized.BlobBatchClient
-
+
The .
@@ -139,67 +85,12 @@
To be added.
-
-
-
-
-
-
- Method
-
- Azure.Storage.Blobs
- 12.9.0.0
-
-
-
-
- A representing the container
- being leased.
-
-
- An optional lease ID. If no lease ID is provided, a random lease
- ID will be created.
-
-
- Initializes a new instance of the class.
-
- To be added.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Storage.Blobs
- 12.9.0.0
-
-
-
-
- A representing the blob being leased.
-
-
- An optional lease ID. If no lease ID is provided, a random lease
- ID will be created.
-
-
- Initializes a new instance of the class.
-
- To be added.
- To be added.
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Storage.Blobs
@@ -208,17 +99,17 @@
The .
- The name of the block blob.
+ The name of the page blob.
- Create a new object by
+ Create a new object by
concatenating to
the end of the 's
. The new
-
+
uses the same request policy pipeline as the
.
- A new instance.
+ A new instance.
To be added.
@@ -250,73 +141,23 @@
To be added.
-
-
-
-
-
-
- Method
-
- Azure.Storage.Blobs
- 12.9.0.0
-
-
-
- The .
-
- Create a new that pointing to this 's parent container.
- The new
- uses the same request policy pipeline as the
- .
-
- A new instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Storage.Blobs
- 12.9.0.0
-
-
-
-
- Create a new that pointing to this 's blob service.
- The new
- uses the same request policy pipeline as the
- .
-
- A new instance.
- To be added.
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Method
Azure.Storage.Blobs
- 12.9.0.0
+ 12.8.0.0
- Client to base off of.
- New encryption options. Setting this to default
will clear client-side encryption.
-
- Creates a new instance of the class, maintaining all the same
- internals but specifying new .
-
- New instance with provided options and same internals otherwise.
+ To be added.
+ To be added.
+ To be added.
+ To be added.
To be added.
diff --git a/xml/Azure/BinaryData.xml b/xml/Azure/BinaryData.xml
deleted file mode 100644
index 6702323faa22..000000000000
--- a/xml/Azure/BinaryData.xml
+++ /dev/null
@@ -1,787 +0,0 @@
-
-
-
-
-
-
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.ValueType
-
-
-
-
- A lightweight abstraction for a payload of bytes. This type integrates with
- to allow for serializing and deserializing payloads.
-
- The ownership model of the underlying bytes varies depending on how the instance is constructed:
-
- If created using the static factory method, ,
- the passed in bytes will be wrapped, rather than copied. This is useful in scenarios where performance
- is critical and/or ownership of the bytes is controlled completely by the consumer, thereby allowing the
- enforcement of whatever ownership model is needed.
-
- If created using the constructor, will
- maintain its own copy of the underlying bytes. This usage is geared more towards scenarios where the ownership
- of the bytes might be ambiguous to users of the consuming code. By making a copy of the bytes, the payload is
- guaranteed to be immutable.
-
- For all other constructors and static factory methods, BinaryData will assume ownership of the underlying bytes.
-
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
- Byte data.
-
- Creates a instance by wrapping the
- passed in array of bytes.
-
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
- Byte data.
-
- Creates a instance by wrapping the
- passed in bytes.
-
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
- Byte data.
-
- Creates a instance by making a copy
- of the passed in bytes.
-
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
- The string data.
-
- Creates a instance from a string by converting
- the string to bytes using UTF-8 encoding.
-
- A instance.
- The byte order mark is not included as part of the encoding process.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
-
- The object that will be serialized to Json using
- .
- The type of the data. If not specified, will
- be used to determine the type.
-
- Creates a instance by serializing the passed in object to Json
- using .
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Constructor
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
-
-
-
-
- The data that will be serialized.
- The serializer to serialize the data.
- The type of the data. If not specified, will
- be used to determine the type.
-
- Creates a instance by serializing the passed in object
- using the provided . If no
- is specified, will be used.
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
- [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
- [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
-
-
-
- System.Boolean
-
-
-
-
-
- The to compare.
-
- Two objects are equal if the memory regions point to the same array and have the
- same length. The method does not check to see if the contents are equal.
-
- true if the current instance and other are equal; otherwise, false.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.BinaryData
-
-
-
-
-
-
-
- Creates a instance by wrapping the passed in
- byte array.
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.BinaryData
-
-
-
-
-
-
-
- Creates a instance by wrapping the passed in
- .
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.BinaryData
-
-
-
-
-
-
-
- Creates a instance by copying the passed in
- .
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.BinaryData
-
-
-
-
-
-
-
-
-
- The type of the data.
- The data to use.
- The to use during serialization.
-
- Creates a instance by serializing the passed in object using
- the .
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.BinaryData
-
-
-
-
-
-
-
-
-
-
- The type of the data.
- The data to use.
- The serializer to serialize
- the data.
- The to use during serialization.
-
- Creates a instance by serializing the passed in object using
- the provided .
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Threading.Tasks.ValueTask<Azure.BinaryData>
-
-
-
-
-
-
-
-
-
- The type of the data.
- The data to use.
- The to use during serialization.
-
- Creates a instance by serializing the passed in object using
- the .
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Threading.Tasks.ValueTask<Azure.BinaryData>
-
-
-
-
-
-
-
-
-
-
- The type of the data.
- The data to use.
- The serializer to serialize
- the data.
- The to use during serialization.
-
- Creates a instance by serializing the passed in object using
- the provided .
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.BinaryData
-
-
-
-
-
- Stream containing the data.
-
- Creates a instance from the specified stream.
- The passed in stream is not disposed by this method.
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Threading.Tasks.Task<Azure.BinaryData>
-
-
-
-
-
-
- Stream containing the data.
- An optional instance to signal
- the request to cancel the operation.
-
- Creates a instance from the specified stream.
- The passed in stream is not disposed by this method.
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- Azure.BinaryData
-
-
-
-
-
-
-
- Creates a instance using the passed in string.
-
- A instance.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
-
- [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
- [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
-
-
-
- System.Int32
-
-
-
- To be added.
- To be added.
- To be added.
-
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.ReadOnlyMemory<System.Byte>
-
-
-
-
-
- To be added.
- To be added.
- To be added.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.ReadOnlyMemory<System.Byte>
-
-
-
-
- Gets the as .
-
-
- as bytes.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- T
-
-
-
-
-
-
-
-
- The type that the data should be
- converted to.
- The to use during deserialization.
-
- Converts the to the specified type using the
- .
-
- The data converted to the specified type.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- T
-
-
-
-
-
-
-
-
-
- The type that the data should be
- converted to.
- The serializer to use
- when deserializing the data.
- The to use during deserialization.
-
- Converts the to the specified type using
- the provided .
-
- The data converted to the specified type.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Threading.Tasks.ValueTask<T>
-
-
-
-
-
-
-
-
- The type that the data should be
- converted to.
- The to use during deserialization.
-
- Converts the to the specified type using the
- .
-
- The data cast to the specified type. If the cast cannot
- be performed, an will be
- thrown.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.Threading.Tasks.ValueTask<T>
-
-
-
-
-
-
-
-
-
- The type that the data should be
- converted to.
- The serializer to use
- when deserializing the data.
- The to use during deserialization.
-
- Converts the to the specified type using the
- provided .
-
-
- The data cast to the specified type. If the cast cannot
- be performed, an will be
- thrown.
-
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.IO.Stream
-
-
-
-
- Converts the to a read-only stream.
-
- A stream representing the data.
- To be added.
-
-
-
-
-
-
-
-
- Method
-
- Azure.Core.Experimental
- 0.1.0.0
-
-
- System.String
-
-
-
-
- Converts the to a string using UTF-8.
-
- The string representation of the using UTF-8
- to decode the bytes.
- To be added.
-
-
-
-
diff --git a/xml/FrameworksIndex/azure-dotnet-preview.xml b/xml/FrameworksIndex/azure-dotnet-preview.xml
index 3d4956563940..128c4f6bc38e 100644
--- a/xml/FrameworksIndex/azure-dotnet-preview.xml
+++ b/xml/FrameworksIndex/azure-dotnet-preview.xml
@@ -132,7 +132,7 @@
-
+
@@ -9194,36 +9194,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -10023,7 +9993,14 @@
+
+
+
+
+
+
+
@@ -10078,15 +10055,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -10100,6 +10126,7 @@
+
@@ -10107,53 +10134,79 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
@@ -10165,6 +10218,8 @@
+
+
@@ -36822,24 +36877,30 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -36847,7 +36908,7 @@
-
+
@@ -36855,7 +36916,8 @@
-
+
+
@@ -36871,16 +36933,16 @@
-
-
-
-
+
+
+
+
-
+
@@ -36898,19 +36960,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -36929,6 +36978,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -37005,6 +37149,7 @@
+
@@ -37135,6 +37280,7 @@
+
@@ -37226,8 +37372,10 @@
-
-
+
+
+
+
@@ -37283,12 +37431,17 @@
-
-
+
+
+
+
+
+
+
@@ -37298,9 +37451,9 @@
-
+
-
+
@@ -37330,7 +37483,6 @@
-
@@ -37367,12 +37519,10 @@
+
+
-
-
-
-
@@ -37406,6 +37556,7 @@
+
@@ -37439,7 +37590,6 @@
-
@@ -37452,24 +37602,17 @@
-
-
-
-
-
-
-
@@ -37496,8 +37639,10 @@
-
-
+
+
+
+
@@ -37524,14 +37669,14 @@
-
+
-
+
-
+
-
+
@@ -37557,25 +37702,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -37604,23 +37750,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -37662,14 +37808,14 @@
-
+
-
+
-
+
-
+
@@ -37754,8 +37900,10 @@
-
-
+
+
+
+
@@ -37811,6 +37959,7 @@
+
@@ -109554,6 +109703,11 @@
+
+
+
+
+
diff --git a/xml/FrameworksIndex/azure-dotnet.xml b/xml/FrameworksIndex/azure-dotnet.xml
index 64a4c7db560f..9fc8e075a986 100644
--- a/xml/FrameworksIndex/azure-dotnet.xml
+++ b/xml/FrameworksIndex/azure-dotnet.xml
@@ -181,7 +181,7 @@
-
+
@@ -173372,6 +173372,11 @@
+
+
+
+
+
diff --git a/xml/Microsoft.ApplicationInsights/MetricAggregationScope.xml b/xml/Microsoft.ApplicationInsights/MetricAggregationScope.xml
index 7cfdd9649b31..39f7ce4cb85d 100644
--- a/xml/Microsoft.ApplicationInsights/MetricAggregationScope.xml
+++ b/xml/Microsoft.ApplicationInsights/MetricAggregationScope.xml
@@ -25,8 +25,8 @@
The default "" is used whenever MetricAggregationScope is not specified explicitly.
To be added.
-
+
diff --git a/xml/Microsoft.Azure.Cosmos.Fluent/CosmosClientBuilder.xml b/xml/Microsoft.Azure.Cosmos.Fluent/CosmosClientBuilder.xml
index abfe90ff8832..f8ab5cd5e983 100644
--- a/xml/Microsoft.Azure.Cosmos.Fluent/CosmosClientBuilder.xml
+++ b/xml/Microsoft.Azure.Cosmos.Fluent/CosmosClientBuilder.xml
@@ -559,8 +559,8 @@
For more information, see Connection policy: Use direct connection mode.
-
+
@@ -644,8 +644,8 @@
The object
To be added.
-
+
@@ -826,8 +826,8 @@
The object
To be added.
-
+
@@ -871,7 +871,7 @@
The current .
To be added.
-
+
When a request fails due to a rate limiting error, the service sends back a response that
contains a value indicating the client should not retry before the time period has
@@ -881,7 +881,7 @@
For more information, see Handle rate limiting/request rate too large.
-
+
diff --git a/xml/Microsoft.Azure.Cosmos.Scripts/Scripts.xml b/xml/Microsoft.Azure.Cosmos.Scripts/Scripts.xml
index 426a2bd5b8b8..541c9e562964 100644
--- a/xml/Microsoft.Azure.Cosmos.Scripts/Scripts.xml
+++ b/xml/Microsoft.Azure.Cosmos.Scripts/Scripts.xml
@@ -32,9 +32,9 @@
Represents script operations on an Azure Cosmos container.
To be added.
-
+
diff --git a/xml/Microsoft.Azure.Cosmos/ContainerProperties.xml b/xml/Microsoft.Azure.Cosmos/ContainerProperties.xml
index 5095d0c34ece..1ecb3b5a4912 100644
--- a/xml/Microsoft.Azure.Cosmos/ContainerProperties.xml
+++ b/xml/Microsoft.Azure.Cosmos/ContainerProperties.xml
@@ -36,7 +36,7 @@
Being schema-free, the documents in a container do not need to share the same structure or fields. Since containers are application resources,
they can be authorized using either the master key or resource keys.
-
+
The example below creates a new partitioned container with 50000 Request-per-Unit throughput.
The partition key is the first level 'country' property in all the documents within this container.
@@ -60,7 +60,7 @@
Container container = client.GetDatabase("dbName"].Containers["MyCollection"];
await container.DeleteAsync();
]]>
-
+
diff --git a/xml/Microsoft.Azure.Cosmos/CosmosClient.xml b/xml/Microsoft.Azure.Cosmos/CosmosClient.xml
index 73ccdcbd3c9b..ad609389350c 100644
--- a/xml/Microsoft.Azure.Cosmos/CosmosClient.xml
+++ b/xml/Microsoft.Azure.Cosmos/CosmosClient.xml
@@ -49,7 +49,7 @@
-
+
This example create a , , and a .
The CosmosClient is created with the connection string and configured to use "East US 2" region.
@@ -103,7 +103,7 @@
// Dispose cosmosClient at application exit
]]>
-
+
@@ -185,7 +185,7 @@
-
+
The CosmosClient is created with the connection string and configured to use "East US 2" region.
-
+
@@ -252,7 +252,7 @@
-
+
The CosmosClient is created with the AccountEndpoint, AccountKey or ResourceToken and configured to use "East US 2" region.
-
+
diff --git a/xml/Microsoft.Azure.Cosmos/CosmosClientOptions.xml b/xml/Microsoft.Azure.Cosmos/CosmosClientOptions.xml
index df41429d7385..f715bab99f90 100644
--- a/xml/Microsoft.Azure.Cosmos/CosmosClientOptions.xml
+++ b/xml/Microsoft.Azure.Cosmos/CosmosClientOptions.xml
@@ -271,8 +271,8 @@
For more information, see Connection policy: Use direct connection mode.
-
+
diff --git a/xml/Microsoft.Azure.Cosmos/Headers.xml b/xml/Microsoft.Azure.Cosmos/Headers.xml
index 493c23bcfc80..574ac4ebfa9e 100644
--- a/xml/Microsoft.Azure.Cosmos/Headers.xml
+++ b/xml/Microsoft.Azure.Cosmos/Headers.xml
@@ -36,8 +36,8 @@
Header implementation used for Request and Responses
To be added.
-
+
diff --git a/xml/Microsoft.Azure.Cosmos/ItemRequestOptions.xml b/xml/Microsoft.Azure.Cosmos/ItemRequestOptions.xml
index 94082438347f..0c332076bb5d 100644
--- a/xml/Microsoft.Azure.Cosmos/ItemRequestOptions.xml
+++ b/xml/Microsoft.Azure.Cosmos/ItemRequestOptions.xml
@@ -189,8 +189,8 @@
The indexing directive to use with a request.
To be added.
-
+
diff --git a/xml/Microsoft.Azure.Documents.Client/AccessCondition.xml b/xml/Microsoft.Azure.Documents.Client/AccessCondition.xml
index 8a8ca2432fca..544e38e035a0 100644
--- a/xml/Microsoft.Azure.Documents.Client/AccessCondition.xml
+++ b/xml/Microsoft.Azure.Documents.Client/AccessCondition.xml
@@ -49,9 +49,9 @@
Represents a set of access conditions to be used for operations in the Azure Cosmos DB service.
To be added.
+
-
The following example shows how to use AccessCondition with DocumentClient.
For more information, see Handle rate limiting/request rate too large.
+
-
The example below creates a new and sets the
using the property.
diff --git a/xml/Microsoft.Azure.Documents.Client/DocumentClient.xml b/xml/Microsoft.Azure.Documents.Client/DocumentClient.xml
index dd7a1aebf553..48116af039c3 100644
--- a/xml/Microsoft.Azure.Documents.Client/DocumentClient.xml
+++ b/xml/Microsoft.Azure.Documents.Client/DocumentClient.xml
@@ -154,9 +154,9 @@
specified Azure Cosmos DB service endpoint, a dictionary of resource tokens and a connection policy.
Using Direct connectivity, wherever possible, is recommended
+
-
@@ -221,10 +221,10 @@
If no is provided, then the default will be used.
Using Direct connectivity, wherever possible, is recommended.
-
-
+
+
If is not supplied.
If is not a valid permission link.
@@ -301,10 +301,10 @@
Using Direct connectivity, wherever possible, is recommended
-
-
+
+
@@ -373,9 +373,9 @@
Using Direct connectivity, wherever possible, is recommended.
+
-
@@ -462,11 +462,11 @@
Using Direct connectivity, wherever possible, is recommended
-
-
+
+
@@ -546,11 +546,11 @@
Using Direct connectivity, wherever possible, is recommended
-
-
+
+
@@ -627,10 +627,10 @@
Using Direct connectivity, wherever possible, is recommended.
-
-
+
+
@@ -701,10 +701,10 @@
Using Direct connectivity, wherever possible, is recommended.
-
-
+
+
@@ -775,9 +775,9 @@
Using Direct connectivity, wherever possible, is recommended.
+
-
@@ -1027,10 +1027,10 @@
The object representing the service response for the asynchronous operation.
-
-
+
+
The example below creates a new document, and then creates a new attachment for that document
The task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
The that was created within a task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Database are:
@@ -2726,10 +2726,10 @@
The that was created within a task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property.
@@ -3043,10 +3043,10 @@
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -3230,9 +3230,9 @@
the query result set.
ChangeFeedOptions.PartitionKeyRangeId must be provided.
+
-
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a collection are:
@@ -3544,11 +3544,11 @@
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a DocumentCollection are:
@@ -6231,10 +6231,10 @@
A task object representing the service response for the asynchronous operation which contains the created object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -6788,10 +6788,10 @@
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -7346,10 +7346,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -7918,10 +7918,10 @@
A task object representing the service response for the asynchronous operation which contains the created object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -8062,10 +8062,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -9033,10 +9033,10 @@
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -9175,10 +9175,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -9315,10 +9315,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -9457,10 +9457,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -9599,10 +9599,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -9739,10 +9739,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -9879,10 +9879,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -10019,10 +10019,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -10159,10 +10159,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -10299,10 +10299,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -10513,9 +10513,9 @@
The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.
To be added.
+
-
If is not set.
The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.
To be added.
-
-
+
+
If is not set.
The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.
To be added.
-
-
+
+
If is not set.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11310,10 +11310,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11396,10 +11396,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11566,11 +11566,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11653,10 +11653,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11735,10 +11735,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11903,11 +11903,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11988,10 +11988,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12066,10 +12066,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12171,11 +12171,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12260,10 +12260,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when reading a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12359,11 +12359,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12452,10 +12452,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when reading a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12545,11 +12545,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12631,10 +12631,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12712,10 +12712,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12875,9 +12875,9 @@
Instead of FeedResponse{Document} this method takes advantage of dynamic objects in .NET. This way a single feed result can contain any kind of Document, or POCO object.
This is important becuse a DocumentCollection can contain different kinds of documents.
+
-
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13239,11 +13239,11 @@
string minimumRUsForCollection = response.ResponseHeaders["x-ms-cosmos-min-throughput"];
]]>
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13319,10 +13319,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13411,10 +13411,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13497,11 +13497,11 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13681,10 +13681,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13763,10 +13763,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13931,11 +13931,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14018,10 +14018,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14100,10 +14100,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14268,11 +14268,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14355,10 +14355,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14437,10 +14437,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14605,11 +14605,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14691,10 +14691,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14783,11 +14783,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14870,10 +14870,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -14952,10 +14952,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -15109,10 +15109,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -15268,10 +15268,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -15424,10 +15424,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -15515,10 +15515,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If either or is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -15806,10 +15806,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
- 423Locked - This means the scale operation cannot be performed because another scale operation is in progress.
@@ -15893,10 +15893,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -16045,10 +16045,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -16197,10 +16197,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -16349,10 +16349,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -16501,10 +16501,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -16837,10 +16837,10 @@
The task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
If is not in the form of /media/{mediaId}.
@@ -16927,10 +16927,10 @@
The object representing the service response for the asynchronous operation.
-
-
+
+
The example below creates a new document, and then upserts a new attachment for that document
The task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
The that was upserted contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -17432,10 +17432,10 @@
A task object representing the service response for the asynchronous operation which contains the upserted object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -17576,10 +17576,10 @@
The that was upserted contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -17727,10 +17727,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -17890,10 +17890,10 @@
A task object representing the service response for the asynchronous operation which contains the upserted object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -18034,10 +18034,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
diff --git a/xml/Microsoft.Azure.Documents.Client/Protocol.xml b/xml/Microsoft.Azure.Documents.Client/Protocol.xml
index da3dbb0a7779..61d8392be2d9 100644
--- a/xml/Microsoft.Azure.Documents.Client/Protocol.xml
+++ b/xml/Microsoft.Azure.Documents.Client/Protocol.xml
@@ -48,9 +48,9 @@
Specifies the protocol to be used by DocumentClient for communicating to the Azure Cosmos DB service.
To be added.
+
-
+
-
diff --git a/xml/Microsoft.Azure.Documents/DocumentCollection.xml b/xml/Microsoft.Azure.Documents/DocumentCollection.xml
index 821aabad6b67..8c6e6d6dd4b2 100644
--- a/xml/Microsoft.Azure.Documents/DocumentCollection.xml
+++ b/xml/Microsoft.Azure.Documents/DocumentCollection.xml
@@ -54,11 +54,11 @@
they can be authorized using either the master key or resource keys.
Refer to http://azure.microsoft.com/documentation/articles/documentdb-resources/#collections for more details on collections.
-
-
+
+
The example below creates a new partitioned collection with 50000 Request-per-Unit throughput.
The partition key is the first level 'country' property in all the documents within this collection.
diff --git a/xml/Microsoft.Azure.Documents/IDocumentClient.xml b/xml/Microsoft.Azure.Documents/IDocumentClient.xml
index 34b10ea28914..f9e1f478f159 100644
--- a/xml/Microsoft.Azure.Documents/IDocumentClient.xml
+++ b/xml/Microsoft.Azure.Documents/IDocumentClient.xml
@@ -284,10 +284,10 @@
The object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
The example below creates a new document, and then creates a new attachment for that document
The task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
The that was created within a task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Database are:
@@ -1914,10 +1914,10 @@
The that was created within a task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property.
@@ -2216,10 +2216,10 @@
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -2397,9 +2397,9 @@
the query result set.
ChangeFeedOptions.PartitionKeyRangeId must be provided.
+
-
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a collection are:
@@ -2699,11 +2699,11 @@
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s).
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a DocumentCollection are:
@@ -4412,10 +4412,10 @@
A task object representing the service response for the asynchronous operation which contains the created object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -4945,10 +4945,10 @@
The that was created contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -5479,10 +5479,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -6019,10 +6019,10 @@
A task object representing the service response for the asynchronous operation which contains the created object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -6157,10 +6157,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -7086,10 +7086,10 @@
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -7222,10 +7222,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -7356,10 +7356,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -7492,10 +7492,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -7628,10 +7628,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -7762,10 +7762,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -7896,10 +7896,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -8030,10 +8030,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -8164,10 +8164,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -8298,10 +8298,10 @@
A containing a which will contain information about the request issued.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -8443,9 +8443,9 @@
The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.
To be added.
+
-
If is not set.
The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.
To be added.
-
-
+
+
If is not set.
The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.
To be added.
-
-
+
+
If is not set.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9081,10 +9081,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9164,10 +9164,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9328,11 +9328,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9412,10 +9412,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9491,10 +9491,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9653,11 +9653,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9735,10 +9735,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9810,10 +9810,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9912,11 +9912,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -9998,10 +9998,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when reading a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -10094,11 +10094,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -10184,10 +10184,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when reading a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -10274,11 +10274,11 @@
the values within the {} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -10357,10 +10357,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -10435,10 +10435,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -10592,9 +10592,9 @@
Instead of FeedResponse{Document} this method takes advantage of dynamic objects in .NET. This way a single feed result can contain any kind of Document, or POCO object.
This is important becuse a DocumentCollection can contain different kinds of documents.
+
-
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -10941,11 +10941,11 @@
string minimumRUsForCollection = readResponse.Headers["x-ms-cosmos-min-throughput"];
]]>
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11018,10 +11018,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11107,10 +11107,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11190,11 +11190,11 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11368,10 +11368,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11447,10 +11447,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11609,11 +11609,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11693,10 +11693,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11772,10 +11772,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -11934,11 +11934,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12018,10 +12018,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12097,10 +12097,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12259,11 +12259,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12342,10 +12342,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12431,11 +12431,11 @@
only the values within the {...} change depending on which method you wish to use to address the resource.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12515,10 +12515,10 @@
Doing a read of a resource is the most efficient way to get a resource from the service. If you know the resource's ID, do a read instead of a query by ID.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to read did not exist.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12594,10 +12594,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12745,10 +12745,10 @@
A containing a which wraps a containing the read resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource feed you tried to read did not exist. Check the parent rids are correct.
- 429TooManyRequests - This means you have exceeded the number of request units per second. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -12898,10 +12898,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -13048,10 +13048,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -13136,10 +13136,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If either or is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -13415,10 +13415,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
- 429TooManyRequests - The replace offer is throttled as the offer scale down operation is attempted within the idle timeout period of 4 hours. Consult the DocumentClientException.RetryAfter value to see how long you should wait before retrying this operation.
@@ -13499,10 +13499,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -13645,10 +13645,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -13791,10 +13791,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -13937,10 +13937,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -14083,10 +14083,10 @@
A containing a which wraps a containing the updated resource record.
To be added.
-
-
+
+
If is not set.
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
StatusCodeReason for exception- 404NotFound - This means the resource you tried to delete did not exist.
@@ -14347,10 +14347,10 @@
The task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
If is not in the form of /media/{mediaId}.
@@ -14434,10 +14434,10 @@
The object representing the service response for the asynchronous operation.
-
-
+
+
The example below creates a new document, and then upserts a new attachment for that document
The task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
The that was upserted contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -14921,10 +14921,10 @@
A task object representing the service response for the asynchronous operation which contains the upserted object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -15059,10 +15059,10 @@
The that was upserted contained within a object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -15204,10 +15204,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -15361,10 +15361,10 @@
A task object representing the service response for the asynchronous operation which contains the upserted object.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
@@ -15499,10 +15499,10 @@
A task object representing the service response for the asynchronous operation.
To be added.
-
-
+
+
If either or is not set.
Represents a consolidation of failures that occured during async processing. Look within InnerExceptions to find the actual exception(s)
This exception can encapsulate many different types of errors. To determine the specific error always look at the StatusCode property. Some common codes you may get when creating a Document are:
diff --git a/xml/Microsoft.Azure.IoT.DigitalTwin.Model.Contracts.Contexts/IGeospatial.xml b/xml/Microsoft.Azure.IoT.DigitalTwin.Model.Contracts.Contexts/IGeospatial.xml
index 367596157597..8f004c3c330d 100644
--- a/xml/Microsoft.Azure.IoT.DigitalTwin.Model.Contracts.Contexts/IGeospatial.xml
+++ b/xml/Microsoft.Azure.IoT.DigitalTwin.Model.Contracts.Contexts/IGeospatial.xml
@@ -24,8 +24,8 @@
Interface for GeoSpatial
To be added.
-
+
diff --git a/xml/Microsoft.Azure.NotificationHubs/NotificationHubDescription.xml b/xml/Microsoft.Azure.NotificationHubs/NotificationHubDescription.xml
index 49ad4c4a5688..2017770392b2 100644
--- a/xml/Microsoft.Azure.NotificationHubs/NotificationHubDescription.xml
+++ b/xml/Microsoft.Azure.NotificationHubs/NotificationHubDescription.xml
@@ -267,8 +267,8 @@
for other tenants, or in extra charges for the multi-tenant
application owner).
-
+
diff --git a/xml/Microsoft.Identity.Client.AppConfig/PoPAuthenticationConfiguration.xml b/xml/Microsoft.Identity.Client.AppConfig/PoPAuthenticationConfiguration.xml
index 6d4afa94412f..114d6ba5c3c3 100644
--- a/xml/Microsoft.Identity.Client.AppConfig/PoPAuthenticationConfiguration.xml
+++ b/xml/Microsoft.Identity.Client.AppConfig/PoPAuthenticationConfiguration.xml
@@ -9,6 +9,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -33,6 +34,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -57,6 +59,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Net.Http.HttpMethod
@@ -81,6 +84,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider
@@ -108,6 +112,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Uri
diff --git a/xml/Microsoft.Identity.Client.AuthScheme.PoP/IPoPCryptoProvider.xml b/xml/Microsoft.Identity.Client.AuthScheme.PoP/IPoPCryptoProvider.xml
index 946a1a55f0e1..95e562cc8214 100644
--- a/xml/Microsoft.Identity.Client.AuthScheme.PoP/IPoPCryptoProvider.xml
+++ b/xml/Microsoft.Identity.Client.AuthScheme.PoP/IPoPCryptoProvider.xml
@@ -9,6 +9,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -38,6 +39,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -62,6 +64,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -88,6 +91,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Byte[]
diff --git a/xml/Microsoft.Identity.Client.Extensibility/AcquireTokenInteractiveParameterBuilderExtensions.xml b/xml/Microsoft.Identity.Client.Extensibility/AcquireTokenInteractiveParameterBuilderExtensions.xml
index 97949c4dd44a..00ef687c8f43 100644
--- a/xml/Microsoft.Identity.Client.Extensibility/AcquireTokenInteractiveParameterBuilderExtensions.xml
+++ b/xml/Microsoft.Identity.Client.Extensibility/AcquireTokenInteractiveParameterBuilderExtensions.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -77,6 +78,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
diff --git a/xml/Microsoft.Identity.Client.Extensibility/ICustomWebUi.xml b/xml/Microsoft.Identity.Client.Extensibility/ICustomWebUi.xml
index bef507130f43..f8e8bb382278 100644
--- a/xml/Microsoft.Identity.Client.Extensibility/ICustomWebUi.xml
+++ b/xml/Microsoft.Identity.Client.Extensibility/ICustomWebUi.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -79,6 +80,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<System.Uri>
diff --git a/xml/Microsoft.Identity.Client.MsaPassthrough/MsaPassthroughConfig.xml b/xml/Microsoft.Identity.Client.MsaPassthrough/MsaPassthroughConfig.xml
new file mode 100644
index 000000000000..4a23c9ccc59f
--- /dev/null
+++ b/xml/Microsoft.Identity.Client.MsaPassthrough/MsaPassthroughConfig.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+ Microsoft.Identity.Client
+ 4.26.0.0
+
+
+ System.Object
+
+
+
+
+ Extensions for MSA-Passthrough apps (Microsoft internal only).
+
+ To be added.
+
+
+
+
+
+
+
+
+ Method
+
+ Microsoft.Identity.Client
+ 4.26.0.0
+
+
+ Microsoft.Identity.Client.PublicClientApplicationBuilder
+
+
+
+
+
+
+ To be added.
+ To be added.
+
+ Declares that the app is MSA-Passthrough enabled (Microsoft internal only). This is a legacy
+ feature. Required for the functionality of some brokers, like WAM.
+
+ To be added.
+ To be added.
+
+
+
+
diff --git a/xml/Microsoft.Identity.Client.Platforms.net45/WebBrowserNavigateErrorEventArgs.xml b/xml/Microsoft.Identity.Client.Platforms.net45/WebBrowserNavigateErrorEventArgs.xml
index 3445a659ecd0..b556dc88b967 100644
--- a/xml/Microsoft.Identity.Client.Platforms.net45/WebBrowserNavigateErrorEventArgs.xml
+++ b/xml/Microsoft.Identity.Client.Platforms.net45/WebBrowserNavigateErrorEventArgs.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.ComponentModel.CancelEventArgs
@@ -77,6 +78,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -128,6 +130,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Int32
@@ -173,6 +176,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -218,6 +222,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -263,6 +268,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
diff --git a/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialog.xml b/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialog.xml
index 5fcdbd0af9df..58261b8f1182 100644
--- a/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialog.xml
+++ b/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialog.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.Platforms.net45.WindowsFormsWebAuthenticationDialogBase
@@ -89,6 +90,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -136,6 +138,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -181,6 +184,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -226,6 +230,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -274,6 +279,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -319,6 +325,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
diff --git a/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase+DpiHelper.xml b/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase+DpiHelper.xml
index 7f91072c3bb1..38bd66ec72b0 100644
--- a/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase+DpiHelper.xml
+++ b/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase+DpiHelper.xml
@@ -31,6 +31,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -76,6 +77,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Int32
diff --git a/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase.xml b/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase.xml
index 9c82f29b7537..4c43ec820359 100644
--- a/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase.xml
+++ b/xml/Microsoft.Identity.Client.Platforms.net45/WindowsFormsWebAuthenticationDialogBase.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Windows.Forms.Form
@@ -87,6 +88,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -132,6 +134,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.MsalClientException
@@ -181,6 +184,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -229,6 +233,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -280,6 +285,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -325,6 +331,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -370,6 +377,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -418,6 +426,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Windows.Forms.IWin32Window
@@ -463,6 +472,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Windows.Forms.WebBrowser
@@ -510,6 +520,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -560,6 +571,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
diff --git a/xml/Microsoft.Identity.Client.SSHCertificates/SSHExtensions.xml b/xml/Microsoft.Identity.Client.SSHCertificates/SSHExtensions.xml
index 3f1836a5c483..0ac1616f882f 100644
--- a/xml/Microsoft.Identity.Client.SSHCertificates/SSHExtensions.xml
+++ b/xml/Microsoft.Identity.Client.SSHCertificates/SSHExtensions.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -79,6 +80,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
@@ -138,6 +140,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AadAuthorityAudience.xml b/xml/Microsoft.Identity.Client/AadAuthorityAudience.xml
index 8fc9ee408dec..363264b8ad48 100644
--- a/xml/Microsoft.Identity.Client/AadAuthorityAudience.xml
+++ b/xml/Microsoft.Identity.Client/AadAuthorityAudience.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Enum
@@ -79,6 +80,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AadAuthorityAudience
@@ -126,6 +128,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AadAuthorityAudience
@@ -173,6 +176,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AadAuthorityAudience
@@ -220,6 +224,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AadAuthorityAudience
@@ -266,6 +271,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AadAuthorityAudience
diff --git a/xml/Microsoft.Identity.Client/AbstractAcquireTokenParameterBuilder`1.xml b/xml/Microsoft.Identity.Client/AbstractAcquireTokenParameterBuilder`1.xml
index e8e12c4fd3cd..ea1ccebb4351 100644
--- a/xml/Microsoft.Identity.Client/AbstractAcquireTokenParameterBuilder`1.xml
+++ b/xml/Microsoft.Identity.Client/AbstractAcquireTokenParameterBuilder`1.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -87,6 +88,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -131,6 +133,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult>
@@ -180,6 +183,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult>
@@ -235,6 +239,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -282,6 +287,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -335,6 +341,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -391,6 +398,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -450,6 +458,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -509,6 +518,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -567,6 +577,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -625,6 +636,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -681,6 +693,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -742,6 +755,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -795,6 +809,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -849,6 +864,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -900,6 +916,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -953,6 +970,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1006,6 +1024,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
diff --git a/xml/Microsoft.Identity.Client/AbstractApplicationBuilder`1.xml b/xml/Microsoft.Identity.Client/AbstractApplicationBuilder`1.xml
index 2696ad6a3a04..529e404b9b67 100644
--- a/xml/Microsoft.Identity.Client/AbstractApplicationBuilder`1.xml
+++ b/xml/Microsoft.Identity.Client/AbstractApplicationBuilder`1.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -85,6 +86,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -138,6 +140,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -194,6 +197,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -252,6 +256,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -307,6 +312,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -366,6 +372,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -424,6 +431,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -483,6 +491,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -539,6 +548,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -600,6 +610,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -648,6 +659,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -704,6 +716,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -756,6 +769,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -807,6 +821,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -858,6 +873,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -922,6 +938,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -977,6 +994,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1030,6 +1048,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1083,6 +1102,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1141,6 +1161,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1201,6 +1222,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1259,6 +1281,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1307,6 +1330,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1338,6 +1362,7 @@
Microsoft.Identity.Client
4.25.0.0
+ 4.26.0.0
T
@@ -1395,6 +1420,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1460,6 +1486,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1512,6 +1539,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1566,6 +1594,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
@@ -1617,6 +1646,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
diff --git a/xml/Microsoft.Identity.Client/AbstractClientAppBaseAcquireTokenParameterBuilder`1.xml b/xml/Microsoft.Identity.Client/AbstractClientAppBaseAcquireTokenParameterBuilder`1.xml
index 67320364e053..1262392e2320 100644
--- a/xml/Microsoft.Identity.Client/AbstractClientAppBaseAcquireTokenParameterBuilder`1.xml
+++ b/xml/Microsoft.Identity.Client/AbstractClientAppBaseAcquireTokenParameterBuilder`1.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -91,6 +92,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult>
diff --git a/xml/Microsoft.Identity.Client/AbstractConfidentialClientAcquireTokenParameterBuilder`1.xml b/xml/Microsoft.Identity.Client/AbstractConfidentialClientAcquireTokenParameterBuilder`1.xml
index f2dbc71afb74..d6d036754de3 100644
--- a/xml/Microsoft.Identity.Client/AbstractConfidentialClientAcquireTokenParameterBuilder`1.xml
+++ b/xml/Microsoft.Identity.Client/AbstractConfidentialClientAcquireTokenParameterBuilder`1.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -90,6 +91,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult>
@@ -117,6 +119,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
T
diff --git a/xml/Microsoft.Identity.Client/AbstractPublicClientAcquireTokenParameterBuilder`1.xml b/xml/Microsoft.Identity.Client/AbstractPublicClientAcquireTokenParameterBuilder`1.xml
index dec90057e01f..9c12f62bccc1 100644
--- a/xml/Microsoft.Identity.Client/AbstractPublicClientAcquireTokenParameterBuilder`1.xml
+++ b/xml/Microsoft.Identity.Client/AbstractPublicClientAcquireTokenParameterBuilder`1.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -90,6 +91,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult>
diff --git a/xml/Microsoft.Identity.Client/AccountId.xml b/xml/Microsoft.Identity.Client/AccountId.xml
index 531eb30ff89c..abecc73404c3 100644
--- a/xml/Microsoft.Identity.Client/AccountId.xml
+++ b/xml/Microsoft.Identity.Client/AccountId.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -78,6 +79,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -125,6 +127,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -176,6 +179,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Boolean
@@ -227,6 +231,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Int32
@@ -274,6 +279,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -326,6 +332,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -373,6 +380,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -420,6 +428,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenByAuthorizationCodeParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenByAuthorizationCodeParameterBuilder.xml
index 38fcb525cd83..465a0793f89e 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenByAuthorizationCodeParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenByAuthorizationCodeParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder>
@@ -82,6 +83,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -128,6 +130,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenByIntegratedWindowsAuthParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenByIntegratedWindowsAuthParameterBuilder.xml
index 535e45de162c..49f5517cd669 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenByIntegratedWindowsAuthParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenByIntegratedWindowsAuthParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder>
@@ -82,6 +83,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenByRefreshTokenParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenByRefreshTokenParameterBuilder.xml
index 6c452c738f19..19965588afeb 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenByRefreshTokenParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenByRefreshTokenParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractClientAppBaseAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder>
@@ -83,6 +84,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenByUsernamePasswordParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenByUsernamePasswordParameterBuilder.xml
index d1fcbeac9dba..cb038c24513d 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenByUsernamePasswordParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenByUsernamePasswordParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder>
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenForClientParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenForClientParameterBuilder.xml
index c0d8e93eb19f..593eb1eb3781 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenForClientParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenForClientParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder>
@@ -67,6 +68,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -131,6 +133,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder
@@ -159,6 +162,7 @@
Microsoft.Identity.Client
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder
@@ -225,6 +229,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenInteractiveParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenInteractiveParameterBuilder.xml
index f252a24ab8b1..99fb0eb0cf7d 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenInteractiveParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenInteractiveParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder>
@@ -82,6 +83,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -128,6 +130,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
@@ -180,6 +183,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
@@ -230,6 +234,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
@@ -283,6 +288,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -342,6 +348,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -400,6 +407,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -458,6 +466,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
@@ -509,6 +518,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
@@ -560,6 +570,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenOnBehalfOfParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenOnBehalfOfParameterBuilder.xml
index ca4c68b9bea1..42761a260ea1 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenOnBehalfOfParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenOnBehalfOfParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder>
@@ -59,6 +60,7 @@
Microsoft.Identity.Client
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder
@@ -117,6 +119,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenSilentParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenSilentParameterBuilder.xml
index 0a7070bb0538..d6bb359ed9e9 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenSilentParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenSilentParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractClientAppBaseAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder>
@@ -84,6 +85,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder
@@ -119,6 +121,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder
@@ -179,6 +182,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/AcquireTokenWithDeviceCodeParameterBuilder.xml b/xml/Microsoft.Identity.Client/AcquireTokenWithDeviceCodeParameterBuilder.xml
index b39fa6668b85..c58643aba359 100644
--- a/xml/Microsoft.Identity.Client/AcquireTokenWithDeviceCodeParameterBuilder.xml
+++ b/xml/Microsoft.Identity.Client/AcquireTokenWithDeviceCodeParameterBuilder.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenWithDeviceCodeParameterBuilder>
@@ -83,6 +84,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Void
@@ -128,6 +130,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenWithDeviceCodeParameterBuilder
diff --git a/xml/Microsoft.Identity.Client/ApplicationOptions.xml b/xml/Microsoft.Identity.Client/ApplicationOptions.xml
index 7c9805b8170e..9c5777ddc27c 100644
--- a/xml/Microsoft.Identity.Client/ApplicationOptions.xml
+++ b/xml/Microsoft.Identity.Client/ApplicationOptions.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -81,6 +82,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -123,6 +125,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AadAuthorityAudience
@@ -171,6 +174,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AzureCloudInstance
@@ -216,6 +220,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Collections.Generic.IEnumerable<System.String>
@@ -268,6 +273,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -316,6 +322,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -363,6 +370,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -410,6 +418,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -464,6 +473,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Boolean
@@ -515,6 +525,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -565,6 +576,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Boolean
@@ -589,6 +601,7 @@
Microsoft.Identity.Client
4.25.0.0
+ 4.26.0.0
System.Boolean
@@ -636,6 +649,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.LogLevel
@@ -685,6 +699,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -743,6 +758,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
diff --git a/xml/Microsoft.Identity.Client/AuthenticationResult.xml b/xml/Microsoft.Identity.Client/AuthenticationResult.xml
index 40755b95d3ab..dc84f996700e 100644
--- a/xml/Microsoft.Identity.Client/AuthenticationResult.xml
+++ b/xml/Microsoft.Identity.Client/AuthenticationResult.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -66,6 +67,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -122,6 +124,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -192,6 +195,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -239,6 +243,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.IAccount
@@ -275,6 +280,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AuthenticationResultMetadata
@@ -322,6 +328,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Guid
@@ -369,6 +376,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -426,6 +434,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.DateTimeOffset
@@ -475,6 +484,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.DateTimeOffset
@@ -523,6 +533,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -570,6 +581,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Boolean
@@ -624,6 +636,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Collections.Generic.IEnumerable<System.String>
@@ -671,6 +684,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -719,6 +733,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -767,6 +782,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
diff --git a/xml/Microsoft.Identity.Client/AuthenticationResultMetadata.xml b/xml/Microsoft.Identity.Client/AuthenticationResultMetadata.xml
index bb24a00888c5..d455c830c02e 100644
--- a/xml/Microsoft.Identity.Client/AuthenticationResultMetadata.xml
+++ b/xml/Microsoft.Identity.Client/AuthenticationResultMetadata.xml
@@ -18,6 +18,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -51,6 +52,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -84,6 +86,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.TokenSource
diff --git a/xml/Microsoft.Identity.Client/AzureCloudInstance.xml b/xml/Microsoft.Identity.Client/AzureCloudInstance.xml
index 8deff9a72e39..9116af899dba 100644
--- a/xml/Microsoft.Identity.Client/AzureCloudInstance.xml
+++ b/xml/Microsoft.Identity.Client/AzureCloudInstance.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Enum
@@ -76,6 +77,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AzureCloudInstance
@@ -122,6 +124,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AzureCloudInstance
@@ -168,6 +171,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AzureCloudInstance
@@ -214,6 +218,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AzureCloudInstance
@@ -260,6 +265,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AzureCloudInstance
diff --git a/xml/Microsoft.Identity.Client/ClientApplicationBase.xml b/xml/Microsoft.Identity.Client/ClientApplicationBase.xml
index 665c1f66f5af..11f85d11a79f 100644
--- a/xml/Microsoft.Identity.Client/ClientApplicationBase.xml
+++ b/xml/Microsoft.Identity.Client/ClientApplicationBase.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -93,6 +94,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder
@@ -167,6 +169,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder
@@ -244,6 +247,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -318,6 +322,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -401,6 +406,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.IAppConfig
@@ -451,6 +457,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.String
@@ -504,6 +511,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -565,6 +573,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -626,6 +635,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<Microsoft.Identity.Client.IAccount>
@@ -683,6 +693,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>>
@@ -723,6 +734,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>>
@@ -779,6 +791,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -844,6 +857,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -912,6 +926,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -976,6 +991,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Threading.Tasks.Task
@@ -1030,6 +1046,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1092,6 +1109,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1157,6 +1175,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.ITokenCache
@@ -1211,6 +1230,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
diff --git a/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml b/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml
index 2d8703cceea0..4743149ad57e 100644
--- a/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml
+++ b/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -93,6 +94,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -146,6 +148,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -199,6 +202,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
diff --git a/xml/Microsoft.Identity.Client/ClientCredential.xml b/xml/Microsoft.Identity.Client/ClientCredential.xml
index fe26b7afabd1..44c6094956d6 100644
--- a/xml/Microsoft.Identity.Client/ClientCredential.xml
+++ b/xml/Microsoft.Identity.Client/ClientCredential.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Object
@@ -94,6 +95,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -147,6 +149,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
diff --git a/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml b/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml
index 68eab64c4ce1..f8c052748def 100644
--- a/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml
+++ b/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml
@@ -32,6 +32,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.ClientApplicationBase
@@ -98,6 +99,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -175,6 +177,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -262,6 +265,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder
@@ -327,6 +331,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -398,6 +403,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder
@@ -457,6 +463,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -525,6 +532,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -597,6 +605,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder
@@ -659,6 +668,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -731,6 +741,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -805,6 +816,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.ITokenCache
@@ -837,6 +849,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
System.Security.Cryptography.X509Certificates.X509Certificate2
@@ -887,6 +900,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder
@@ -945,6 +959,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1018,6 +1033,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1099,6 +1115,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder
@@ -1153,6 +1170,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1224,6 +1242,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1294,6 +1313,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0
@@ -1367,6 +1387,7 @@
4.23.0.0
4.24.0.0
4.25.0.0
+ 4.26.0.0