Skip to content

Commit c0c9ae8

Browse files
committed
2 parents 3b8bc2b + 0618ae1 commit c0c9ae8

File tree

78 files changed

+844
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+844
-223
lines changed

.openpublishing.publish.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,11 @@
377377
"url": "https://github.com/microsoft/immersive-reader-sdk",
378378
"branch": "master",
379379
"branch_mapping": {}
380+
},
381+
{
382+
"path_to_root": "azure-cosmosdb-java-v2",
383+
"url": "https://github.com/Azure/azure-cosmosdb-java",
384+
"branch": "master"
380385
}
381386
],
382387
"branch_target_mapping": {

articles/active-directory/hybrid/how-to-connect-install-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The table below shows the minimum requirements for the Azure AD Connect sync com
216216
| 300,000–600,000 |1.6 GHz |32 GB |450 GB |
217217
| More than 600,000 |1.6 GHz |32 GB |500 GB |
218218
219-
The minimum requirements for computers running AD FS or Web Application Servers is the following:
219+
The minimum requirements for computers running AD FS or Web Application Proxy Servers is the following:
220220
221221
* CPU: Dual core 1.6 GHz or higher
222222
* MEMORY: 2 GB or higher

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ There are several ways to get started. Begin with whichever works best for you.
102102
* [.NET Console Applications](../../azure-monitor/app/console.md)
103103
* [Java](../../azure-monitor/app/java-get-started.md)
104104
* [Node.js](../../azure-monitor/app/nodejs.md)
105+
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
105106
* [Other platforms](../../azure-monitor/app/platforms.md)
106107
* **[Instrument your web pages](../../azure-monitor/app/javascript.md)** for page view, AJAX, and other client-side telemetry.
107108
* **[Analyze mobile app usage](../../azure-monitor/learn/mobile-center-quickstart.md)** by integrating with Visual Studio App Center.
@@ -120,6 +121,8 @@ Get started at development time with:
120121
* [ASP.NET Core](../../azure-monitor/app/asp-net-core.md)
121122
* [Java](../../azure-monitor/app/java-get-started.md)
122123
* [Node.js](../../azure-monitor/app/nodejs.md)
124+
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
125+
123126

124127
## Support and feedback
125128
* Questions and Issues:

articles/azure-monitor/app/platforms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ms.reviewer: olegan
1717
* [Java](../../azure-monitor/app/java-get-started.md)
1818
* [JavaScript](../../azure-monitor/app/javascript.md)
1919
* [Node.JS](../../azure-monitor/app/nodejs.md)
20+
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
2021

2122
## Supported platforms and frameworks
2223

@@ -33,6 +34,7 @@ ms.reviewer: olegan
3334
* [iOS](../../azure-monitor/learn/mobile-center-quickstart.md) (App Center)
3435
* [Java EE](../../azure-monitor/app/java-get-started.md)
3536
* [Node.JS](https://www.npmjs.com/package/applicationinsights)
37+
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
3638
* [Universal Windows app](../../azure-monitor/learn/mobile-center-quickstart.md) (App Center)
3739
* [Windows desktop applications, services, and worker roles](../../azure-monitor/app/windows-desktop.md)
3840

articles/cognitive-services/Custom-Vision-Service/go-tutorial-object-detection.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ titleSuffix: Azure Cognitive Services
44
description: Create a project, add tags, upload images, train your project, and detect objects using the Go SDK.
55
services: cognitive-services
66
author: areddish
7+
ms.author: areddish
78
manager: nitinme
8-
99
ms.service: cognitive-services
1010
ms.subservice: custom-vision
1111
ms.topic: quickstart
1212
ms.date: 08/08/2019
13-
ms.author: daauld
1413
---
1514

1615
# Quickstart: Create an object detection project with the Custom Vision Go SDK
@@ -281,4 +280,4 @@ The output of the application should appear in the console. You can then verify
281280
Now you have seen how every step of the object detection process can be done in code. This sample executes a single training iteration, but often you will need to train and test your model multiple times in order to make it more accurate. The following guide deals with image classification, but its principles are similar to object detection.
282281

283282
> [!div class="nextstepaction"]
284-
> [Test and retrain a model](test-your-model.md)
283+
> [Test and retrain a model](test-your-model.md)

articles/cosmos-db/sql-api-sdk-async-java.md

Lines changed: 1 addition & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -37,141 +37,7 @@ The SQL API Async Java SDK differs from the SQL API Java SDK by providing asynch
3737
| **Performance tips**| [GitHub readme](https://github.com/Azure/azure-cosmosdb-java#guide-for-prod)|
3838
| **Minimum supported runtime**|[JDK 8](https://aka.ms/azure-jdks) |
3939

40-
## Release notes
41-
42-
### <a name="2.5.0"/>2.5.0
43-
* TCP mode now on by default
44-
* Query metrics in cross partition now returns all partitions
45-
* Global Strong now works properly
46-
* Failover for queries not properly retries for multi-master
47-
* Dependency bumps for security hotfixes
48-
49-
### <a name="2.4.5"/>2.4.5
50-
* Bugfix for Hash V2 support
51-
52-
### <a name="2.4.3"/>2.4.3
53-
* Bugfix for resource leak on client#close() ([github #88](https://github.com/Azure/azure-cosmosdb-java/issues/88)).
54-
55-
### <a name="2.4.2"/>2.4.2
56-
* Added continuation token support for cross partition queries.
57-
58-
### <a name="2.4.1"/>2.4.1
59-
* Fixed some bugs in Direct mode.
60-
* Improved logging in Direct mode.
61-
* Improved connection management.
62-
63-
### <a name="2.4.0"/>2.4.0
64-
* Direct mode connectivity is now Generally Available(GA). For a sample that uses direct mode connectivity, see [azure-cosmosdb-java](https://github.com/Azure/azure-cosmosdb-java) GitHub repository.
65-
* Added support for QueryMetrics.
66-
* Changed the APIs accepting java.util.Collection for which order is important to accept java.util.List instead. Now ConnectionPolicy#getPreferredLocations(), JsonSerialization, and PartitionKey(.) accept List.
67-
68-
### <a name="2.4.0-beta-1"/>2.4.0-beta-1
69-
* Added support for direct mode connectivity.
70-
* Changed the APIs accepting java.util.Collection for which order is important to accept java.util.List instead.
71-
Now ConnectionPolicy#getPreferredLocations(), JsonSerialization, and PartitionKey(.) accept List.
72-
* Fixed a session bug for document query in gateway mode.
73-
* Upgraded dependencies (netty 0.4.20 [github #79](https://github.com/Azure/azure-cosmosdb-java/issues/79), RxJava 1.3.8).
74-
75-
### <a name="2.3.1"/>2.3.1
76-
* Fixes handling very large query responses.
77-
* Fixes resource token handling when instantiating client ([github #78](https://github.com/Azure/azure-cosmosdb-java/issues/78)).
78-
* Upgraded vulnerable dependency jackson-databind ([github #77](https://github.com/Azure/azure-cosmosdb-java/pull/77)).
79-
80-
### <a name="2.3.0"/>2.3.0
81-
* Fixed a resource leak bug.
82-
* Added support for MultiPolygon
83-
* Added support for custom headers in RequestOptions.
84-
85-
### <a name="2.2.2"/>2.2.2
86-
* Fixed a packaging bug.
87-
88-
### <a name="2.2.1"/>2.2.1
89-
* Fixed a NPE bug in write retry path.
90-
* Fixed a NPE bug in endpoint management.
91-
* Upgraded vulnerable dependencies ([GitHub #68](https://github.com/Azure/azure-cosmosdb-java/issues/68)).
92-
* Added support for Netty network logging for troubleshooting.
93-
94-
### <a name="2.2.0"/>2.2.0
95-
* Added support for Multi-region write.
96-
97-
### <a name="2.1.0"/>2.1.0
98-
* Added support for Proxy.
99-
* Added support for resource token authorization.
100-
* Fixed a bug in handling large partition keys ([GitHub #63](https://github.com/Azure/azure-cosmosdb-java/issues/63)).
101-
* Documentation improved.
102-
* SDK restructured into more granular modules.
103-
104-
### <a name="2.0.1"/>2.0.1
105-
* Fixed a bug for non-english locales ([GitHub #51](https://github.com/Azure/azure-cosmosdb-java/issues/51)).
106-
* Added helper methods in Conflict Resource.
107-
108-
### <a name="2.0.0"/>2.0.0
109-
* Replaced org.json dependency by jackson due to performance reasons and licensing ([GitHub #29](https://github.com/Azure/azure-cosmosdb-java/issues/29)).
110-
* Removed deprecated OfferV2 class.
111-
* Added accessor method to Offer class for throughput content.
112-
* Any method in Document/Resource returning org.json types changed to return a jackson object type.
113-
* getObject(.) method of classes extending JsonSerializable changed to return a jackson ObjectNode type.
114-
* getCollection(.) method changed to return Collection of ObjectNode.
115-
* Removed JsonSerializable subclasses' constructors with org.json.JSONObject arg.
116-
* JsonSerializable.toJson (SerializationFormattingPolicy.Indented) now uses two spaces for indentation.
117-
118-
### <a name="1.0.2"/>1.0.2
119-
* Added support for Unique Index Policy.
120-
* Added support for limiting response continuation token size in feed options.
121-
* Added support for Partition Split in Cross Partition Query.
122-
* Fixed a bug in Json timestamp serialization ([GitHub #32](https://github.com/Azure/azure-cosmosdb-java/issues/32)).
123-
* Fixed a bug in Json enum serialization.
124-
* Fixed a bug in managing documents of 2MB size ([GitHub #33](https://github.com/Azure/azure-cosmosdb-java/issues/33)).
125-
* Dependency com.fasterxml.jackson.core:jackson-databind upgraded to 2.9.5 due to a bug ([jackson-databind: GitHub #1599](https://github.com/FasterXML/jackson-databind/issues/1599))
126-
* Dependency on rxjava-extras upgraded to 0.8.0.17 due to a bug ([rxjava-extras: GitHub #30](https://github.com/davidmoten/rxjava-extras/issues/30)).
127-
* The metadata description in pom file updated to be inline with the rest of documentation.
128-
* Syntax improvement ([GitHub #41](https://github.com/Azure/azure-cosmosdb-java/issues/41)), ([GitHub #40](https://github.com/Azure/azure-cosmosdb-java/issues/40)).
129-
130-
### <a name="1.0.1"/>1.0.1
131-
* Added back-pressure support in query.
132-
* Added support for partition key range id in query.
133-
* Fix to allow larger continuation token in request header (bugfix GitHub #24).
134-
* Netty dependency upgraded to 4.1.22.Final to ensure JVM shuts down after main thread finishes.
135-
* Fix to avoid passing session token when reading master resources.
136-
* Added more examples.
137-
* Added more benchmarking scenarios.
138-
* Fixed Java header files for proper java doc generation.
139-
140-
### <a name="1.0.0"/>1.0.0
141-
* GA SDK with end-to-end support for non-blocking IO using the [Netty library](https://netty.io/) in gateway mode.
142-
143-
## Release and retirement dates
144-
Microsoft will provide notification at least **12 months** in advance of retiring an SDK in order to smooth the transition to a newer/supported version.
145-
146-
New features and functionality and optimizations are only added to the current SDK. So it's recommended that you always upgrade to the latest SDK version as early as possible.
147-
148-
Any request to Cosmos DB using a retired SDK will be rejected by the service.
149-
150-
> [!WARNING]
151-
> All versions **1.x** of the Async Java SDK for SQL API will be retired on **August 30, 2020**.
152-
>
153-
>
154-
<br/>
155-
156-
| Version | Release Date | Retirement Date |
157-
| --- | --- | --- |
158-
| [2.4.3](#2.4.3) |Mar 5, 2019|--- |
159-
| [2.4.2](#2.4.2) |Mar 1, 2019|--- |
160-
| [2.4.1](#2.4.1) |Feb 20, 2019|--- |
161-
| [2.4.0](#2.4.0) |Feb 8, 2019|--- |
162-
| [2.4.0-beta-1](#2.4.0-beta-1) |Feb 4, 2019|--- |
163-
| [2.3.1](#2.3.1) |Jan 15, 2019|--- |
164-
| [2.3.0](#2.3.0) |Nov 29, 2018|--- |
165-
| [2.2.2](#2.2.2) |Nov 8, 2018|--- |
166-
| [2.2.1](#2.2.1) |Nov 2, 2018|--- |
167-
| [2.2.0](#2.2.0) |September 22, 2018|--- |
168-
| [2.1.0](#2.1.0) |September 5, 2018|--- |
169-
| [2.0.1](#2.0.1) |August 16, 2018|--- |
170-
| [2.0.0](#2.0.0) |June 20, 2018|--- |
171-
| [1.0.2](#1.0.2) |May 18, 2018|August 30, 2020 |
172-
| [1.0.1](#1.0.1) |April 20, 2018|August 30, 2020 |
173-
| [1.0.0](#1.0.0) |February 27, 2018|August 30, 2020 |
174-
40+
[!INCLUDE[Release notes](~/azure-cosmosdb-java-v2/changelog/README.md)]
17541
## FAQ
17642
[!INCLUDE [cosmos-db-sdk-faq](../../includes/cosmos-db-sdk-faq.md)]
17743

0 commit comments

Comments
 (0)