Skip to content

Commit 8846fe4

Browse files
committed
Removed extra license badge in the readme files
1 parent 0885601 commit 8846fe4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

search-java-getting-started/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ languages:
44
- java
55
- rest
66
name: Get started with Azure Search in Java
7-
description: "Demonstrates fundamental Azure Search operations in a Java console app."
7+
description: "Demonstrates fundamental Azure Search operations in a Java console app. This is more advanced than the quickstart. It handles retries and supports the Rooms complex collection in the Hotels demo data set."
88
products:
99
- azure
1010
- azure-search
@@ -15,10 +15,6 @@ urlFragment: search-java-getting-started
1515

1616
![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
1717

18-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
19-
20-
![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
21-
2218
This is a sample of how to interact with Azure Search using Java. Not only does it execute most of the common API requests against Azure Search, but it also implements some of the best practices such as handling retries, etc.
2319

2420
# Contents

search-java-indexer-demo/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ urlFragment: search-java-indexer-demo
1616

1717
![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
1818

19-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
20-
21-
![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg)
22-
2319
This sample shows you how to write a Java client that creates an Azure Search indexer, apples that indexer to documents, and runs queries. The sample uses the Azure Search REST APIs.
2420

2521
## Contents

0 commit comments

Comments
 (0)