Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
 Build.Reason:Schedule
 Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=168248&view=results
 source_repo.branch:onboarding
 source_repo.csvPath:bundlepackages
 source_repo.url:https://github.com/Azure/azure-docs-sdk-dotnet
  • Loading branch information
VSC-Service-Account committed Oct 16, 2020
1 parent af0d0c5 commit 5eceaa6
Show file tree
Hide file tree
Showing 21 changed files with 43 additions and 66 deletions.
2 changes: 1 addition & 1 deletion xml/Azure.Cosmos.Scripts/CosmosScripts.xml
Expand Up @@ -17,9 +17,9 @@
Represents script operations on an Azure Cosmos container.
</summary>
<remarks>To be added.</remarks>
<altmember cref="T:Azure.Cosmos.Scripts.TriggerProperties" />
<altmember cref="T:Azure.Cosmos.Scripts.UserDefinedFunctionProperties" />
<altmember cref="T:Azure.Cosmos.Scripts.StoredProcedureProperties" />
<altmember cref="T:Azure.Cosmos.Scripts.TriggerProperties" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
4 changes: 2 additions & 2 deletions xml/Azure.Cosmos/ContainerProperties.xml
Expand Up @@ -28,7 +28,7 @@
they can be authorized using either the master key or resource keys.
Refer to <see>http://azure.microsoft.com/documentation/articles/documentdb-resources/#collections</see> for more details on containers.
</remarks>
<altmember cref="P:Azure.Cosmos.ContainerProperties.IndexingPolicy" />
<altmember cref="P:Azure.Cosmos.ContainerProperties.UniqueKeyPolicy" />
<example>
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.
Expand All @@ -52,7 +52,7 @@
Container container = client.GetDatabase("dbName"].Containers["MyCollection"];
await container.DeleteAsync();
]]></code></example>
<altmember cref="P:Azure.Cosmos.ContainerProperties.UniqueKeyPolicy" />
<altmember cref="P:Azure.Cosmos.ContainerProperties.IndexingPolicy" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Expand Up @@ -29,8 +29,8 @@
be used for reading and processing events for the majority of scenarios. The partition receiver is
intended to enable scenarios with special needs which require more direct control.
</remarks>
<altmember cref="M:Azure.Messaging.EventHubs.Consumer.EventHubConsumerClient.ReadEventsFromPartitionAsync(System.String,Azure.Messaging.EventHubs.Consumer.EventPosition,System.Threading.CancellationToken)" />
<altmember cref="M:Azure.Messaging.EventHubs.Consumer.EventHubConsumerClient.ReadEventsFromPartitionAsync(System.String,Azure.Messaging.EventHubs.Consumer.EventPosition,Azure.Messaging.EventHubs.Consumer.ReadEventOptions,System.Threading.CancellationToken)" />
<altmember cref="M:Azure.Messaging.EventHubs.Consumer.EventHubConsumerClient.ReadEventsFromPartitionAsync(System.String,Azure.Messaging.EventHubs.Consumer.EventPosition,System.Threading.CancellationToken)" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Expand Up @@ -23,10 +23,10 @@
<remarks>
Filter is an abstract class with the following concrete implementations:
<list type="bullet"><item><b>SqlRuleFilter</b> that represents a filter using SQL syntax. </item><item><b>CorrelationRuleFilter</b> that provides an optimization for correlation equality expressions.</item></list></remarks>
<altmember cref="T:Azure.Messaging.ServiceBus.Administration.FalseRuleFilter" />
<altmember cref="T:Azure.Messaging.ServiceBus.Administration.SqlRuleFilter" />
<altmember cref="T:Azure.Messaging.ServiceBus.Administration.TrueRuleFilter" />
<altmember cref="T:Azure.Messaging.ServiceBus.Administration.CorrelationRuleFilter" />
<altmember cref="T:Azure.Messaging.ServiceBus.Administration.FalseRuleFilter" />
</Docs>
<Members>
<Member MemberName="Equals">
Expand Down
23 changes: 0 additions & 23 deletions xml/Azure.Storage.Blobs.Specialized/SpecializedBlobExtensions.xml
Expand Up @@ -350,28 +350,5 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WithClientSideEncryptionOptions">
<MemberSignature Language="C#" Value="public static Azure.Storage.Blobs.BlobClient WithClientSideEncryptionOptions (this Azure.Storage.Blobs.BlobClient client, Azure.Storage.ClientSideEncryptionOptions clientSideEncryptionOptions);" FrameworkAlternate="azure-dotnet-preview" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Storage.Blobs.BlobClient WithClientSideEncryptionOptions(class Azure.Storage.Blobs.BlobClient client, class Azure.Storage.ClientSideEncryptionOptions clientSideEncryptionOptions) cil managed" FrameworkAlternate="azure-dotnet-preview" />
<MemberSignature Language="DocId" Value="M:Azure.Storage.Blobs.Specialized.SpecializedBlobExtensions.WithClientSideEncryptionOptions(Azure.Storage.Blobs.BlobClient,Azure.Storage.ClientSideEncryptionOptions)" FrameworkAlternate="azure-dotnet-preview" />
<MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function WithClientSideEncryptionOptions (client As BlobClient, clientSideEncryptionOptions As ClientSideEncryptionOptions) As BlobClient" FrameworkAlternate="azure-dotnet-preview" />
<MemberSignature Language="F#" Value="static member WithClientSideEncryptionOptions : Azure.Storage.Blobs.BlobClient * Azure.Storage.ClientSideEncryptionOptions -&gt; Azure.Storage.Blobs.BlobClient" Usage="Azure.Storage.Blobs.Specialized.SpecializedBlobExtensions.WithClientSideEncryptionOptions (client, clientSideEncryptionOptions)" FrameworkAlternate="azure-dotnet-preview" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.Storage.Blobs</AssemblyName>
<AssemblyVersion>12.7.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue />
<Docs>
<param name="client">Client to base off of.</param>
<param name="clientSideEncryptionOptions">New encryption options. Setting this to <code>default</code> will clear client-side encryption.</param>
<summary>
Creates a new instance of the <see cref="T:Azure.Storage.Blobs.BlobClient" /> class, maintaining all the same
internals but specifying new <see cref="T:Azure.Storage.ClientSideEncryptionOptions" />.
</summary>
<returns>New instance with provided options and same internals otherwise.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
Expand Up @@ -24,8 +24,8 @@
The default "<see cref="F:Microsoft.ApplicationInsights.MetricAggregationScope.TelemetryConfiguration" />" is used whenever <c>MetricAggregationScope</c> is not specified explicitly.
</summary>
<remarks>To be added.</remarks>
<altmember cref="F:Microsoft.ApplicationInsights.MetricAggregationScope.TelemetryConfiguration" />
<altmember cref="F:Microsoft.ApplicationInsights.MetricAggregationScope.TelemetryClient" />
<altmember cref="F:Microsoft.ApplicationInsights.MetricAggregationScope.TelemetryConfiguration" />
</Docs>
<Members>
<Member MemberName="TelemetryClient">
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Azure.Cosmos.Scripts/Scripts.xml
Expand Up @@ -29,9 +29,9 @@
Represents script operations on an Azure Cosmos container.
</summary>
<remarks>To be added.</remarks>
<altmember cref="T:Microsoft.Azure.Cosmos.Scripts.TriggerProperties" />
<altmember cref="T:Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties" />
<altmember cref="T:Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties" />
<altmember cref="T:Microsoft.Azure.Cosmos.Scripts.TriggerProperties" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Azure.Cosmos/ContainerProperties.xml
Expand Up @@ -33,7 +33,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.
</remarks>
<altmember cref="T:Microsoft.Azure.Cosmos.IndexingPolicy" />
<altmember cref="T:Microsoft.Azure.Cosmos.UniqueKeyPolicy" />
<example>
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.
Expand All @@ -57,7 +57,7 @@
Container container = client.GetDatabase("dbName"].Containers["MyCollection"];
await container.DeleteAsync();
]]></code></example>
<altmember cref="T:Microsoft.Azure.Cosmos.UniqueKeyPolicy" />
<altmember cref="T:Microsoft.Azure.Cosmos.IndexingPolicy" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
12 changes: 6 additions & 6 deletions xml/Microsoft.Azure.Cosmos/CosmosClient.xml
Expand Up @@ -46,7 +46,7 @@
<seealso href="https://docs.microsoft.com/azure/cosmos-db/partitioning-overview" />
<seealso href="https://docs.microsoft.com/azure/cosmos-db/request-units" />
</remarks>
<altmember cref="T:Microsoft.Azure.Cosmos.CosmosClientOptions" />
<altmember cref="T:Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder" />
<example>
This example create a <see cref="T:Microsoft.Azure.Cosmos.CosmosClient" />, <see cref="T:Microsoft.Azure.Cosmos.Database" />, and a <see cref="T:Microsoft.Azure.Cosmos.Container" />.
The CosmosClient is created with the connection string and configured to use "East US 2" region.
Expand Down Expand Up @@ -100,7 +100,7 @@
// Dispose cosmosClient at application exit
]]></code></example>
<altmember cref="T:Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder" />
<altmember cref="T:Microsoft.Azure.Cosmos.CosmosClientOptions" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -176,7 +176,7 @@
<seealso href="https://docs.microsoft.com/azure/cosmos-db/performance-tips" />
<seealso href="https://docs.microsoft.com/azure/cosmos-db/troubleshoot-dot-net-sdk" />
</remarks>
<altmember cref="T:Microsoft.Azure.Cosmos.CosmosClientOptions" />
<altmember cref="T:Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder" />
<example>
The CosmosClient is created with the connection string and configured to use "East US 2" region.
<code language="c#"><![CDATA[
Expand All @@ -192,7 +192,7 @@
// Dispose cosmosClient at application exit
]]></code></example>
<altmember cref="T:Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder" />
<altmember cref="T:Microsoft.Azure.Cosmos.CosmosClientOptions" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -240,7 +240,7 @@
<seealso href="https://docs.microsoft.com/azure/cosmos-db/performance-tips" />
<seealso href="https://docs.microsoft.com/azure/cosmos-db/troubleshoot-dot-net-sdk" />
</remarks>
<altmember cref="T:Microsoft.Azure.Cosmos.CosmosClientOptions" />
<altmember cref="T:Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder" />
<example>
The CosmosClient is created with the AccountEndpoint, AccountKey or ResourceToken and configured to use "East US 2" region.
<code language="c#"><![CDATA[
Expand All @@ -256,7 +256,7 @@
// Dispose cosmosClient at application exit
]]></code></example>
<altmember cref="T:Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder" />
<altmember cref="T:Microsoft.Azure.Cosmos.CosmosClientOptions" />
</Docs>
</Member>
<Member MemberName="ClientOptions">
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Azure.Cosmos/Headers.xml
Expand Up @@ -33,8 +33,8 @@
Header implementation used for Request and Responses
</summary>
<remarks>To be added.</remarks>
<altmember cref="T:Microsoft.Azure.Cosmos.ResponseMessage" />
<altmember cref="T:Microsoft.Azure.Cosmos.RequestMessage" />
<altmember cref="T:Microsoft.Azure.Cosmos.ResponseMessage" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Azure.Documents.Client/AccessCondition.xml
Expand Up @@ -45,9 +45,9 @@
Represents a set of access conditions to be used for operations in the Azure Cosmos DB service.
</summary>
<remarks>To be added.</remarks>
<altmember cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />
<altmember cref="T:Microsoft.Azure.Documents.Resource" />
<altmember cref="T:Microsoft.Azure.Documents.Client.AccessConditionType" />
<altmember cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />
<example>
The following example shows how to use AccessCondition with DocumentClient.
<code language="c#"><![CDATA[
Expand Down
30 changes: 15 additions & 15 deletions xml/Microsoft.Azure.Documents.Client/DocumentClient.xml
Expand Up @@ -140,9 +140,9 @@
specified Azure Cosmos DB service endpoint, a dictionary of resource tokens and a connection policy.
</summary>
<remarks>Using Direct connectivity, wherever possible, is recommended</remarks>
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:System.Uri" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -203,10 +203,10 @@
If no <paramref name="connectionPolicy" /> is provided, then the default <see cref="T:Microsoft.Azure.Documents.Client.ConnectionPolicy" /> will be used.
Using Direct connectivity, wherever possible, is recommended.
</remarks>
<altmember cref="T:System.Uri" />
<altmember cref="T:Microsoft.Azure.Documents.Permission" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:System.Uri" />
<altmember cref="T:Microsoft.Azure.Documents.Permission" />
<exception cref="T:System.ArgumentNullException">If <paramref name="permissionFeed" /> is not supplied.</exception>
<exception cref="T:System.ArgumentException">If <paramref name="permissionFeed" /> is not a valid permission link.</exception>
</Docs>
Expand Down Expand Up @@ -279,10 +279,10 @@
<para>
Using Direct connectivity, wherever possible, is recommended
</para></remarks>
<altmember cref="T:System.Uri" />
<altmember cref="T:System.Security.SecureString" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:System.Uri" />
<altmember cref="T:System.Security.SecureString" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -347,9 +347,9 @@
<para>
Using Direct connectivity, wherever possible, is recommended.
</para></remarks>
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:System.Uri" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -426,11 +426,11 @@
<para>
Using Direct connectivity, wherever possible, is recommended
</para></remarks>
<altmember cref="T:System.Uri" />
<altmember cref="T:System.Security.SecureString" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:Newtonsoft.Json.JsonSerializerSettings" />
<altmember cref="T:System.Uri" />
<altmember cref="T:System.Security.SecureString" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -506,11 +506,11 @@
<para>
Using Direct connectivity, wherever possible, is recommended
</para></remarks>
<altmember cref="T:System.Uri" />
<altmember cref="T:System.Security.SecureString" />
<altmember cref="T:Newtonsoft.Json.JsonSerializerSettings" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:System.Uri" />
<altmember cref="T:System.Security.SecureString" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -577,10 +577,10 @@
<para>
Using Direct connectivity, wherever possible, is recommended.
</para></remarks>
<altmember cref="T:System.Uri" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:Newtonsoft.Json.JsonSerializerSettings" />
<altmember cref="T:System.Uri" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -647,10 +647,10 @@
<para>
Using Direct connectivity, wherever possible, is recommended.
</para></remarks>
<altmember cref="T:System.Uri" />
<altmember cref="T:Newtonsoft.Json.JsonSerializerSettings" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:System.Uri" />
<altmember cref="T:Newtonsoft.Json.JsonSerializerSettings" />
</Docs>
</Member>
<Member MemberName=".ctor">
Expand Down Expand Up @@ -717,9 +717,9 @@
<para>
Using Direct connectivity, wherever possible, is recommended.
</para></remarks>
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConsistencyLevel" />
<altmember cref="T:System.Uri" />
<altmember cref="P:Microsoft.Azure.Documents.Client.DocumentClient.ConnectionPolicy" />
</Docs>
</Member>
<Member MemberName="AuthKey">
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Azure.Documents.Client/Protocol.xml
Expand Up @@ -44,9 +44,9 @@
Specifies the protocol to be used by DocumentClient for communicating to the Azure Cosmos DB service.
</summary>
<remarks>To be added.</remarks>
<altmember cref="T:Microsoft.Azure.Documents.Client.ConnectionPolicy" />
<altmember cref="T:Microsoft.Azure.Documents.Client.DocumentClient" />
<altmember cref="T:Microsoft.Azure.Documents.Client.ConnectionMode" />
<altmember cref="T:Microsoft.Azure.Documents.Client.ConnectionPolicy" />
<example>
<code language="c#"><![CDATA[
DocumentClient client = new DocumentClient(endpointUri, masterKey, new ConnectionPolicy
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Azure.Documents/DocumentCollection.xml
Expand Up @@ -50,11 +50,11 @@
they can be authorized using either the master key or resource keys.
Refer to <see>http://azure.microsoft.com/documentation/articles/documentdb-resources/#collections</see> for more details on collections.
</remarks>
<altmember cref="T:Microsoft.Azure.Documents.IndexingPolicy" />
<altmember cref="T:Microsoft.Azure.Documents.PartitionKeyDefinition" />
<altmember cref="T:Microsoft.Azure.Documents.Document" />
<altmember cref="T:Microsoft.Azure.Documents.Database" />
<altmember cref="T:Microsoft.Azure.Documents.Offer" />
<altmember cref="T:Microsoft.Azure.Documents.IndexingPolicy" />
<altmember cref="T:Microsoft.Azure.Documents.PartitionKeyDefinition" />
<example>
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.
Expand Down

0 comments on commit 5eceaa6

Please sign in to comment.