Skip to content

Commit

Permalink
Fixed failed aggregate-report
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and weshaggard committed Oct 26, 2020
1 parent fa215ae commit b8f1cf8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Expand Up @@ -70,5 +70,5 @@ members of the project's leadership.
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [https://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[homepage]: https://contributor-covenant.org
[version]: https://contributor-covenant.org/version/1/4/
Expand Up @@ -275,4 +275,4 @@ Options are available to customize how targeting evaluation is performed across

<!-- Links -->
[example_project]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management-web
[ITargetingContextAccessor]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management-web/src/main/java/com/example/TargetingContextAccessor.java
[ITargetingContextAccessor]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management-web/src/main/java/com/azure/spring/sample/featuremanagement/web/TargetingContextAccessor.java
2 changes: 1 addition & 1 deletion sdk/batch/microsoft-azure-batch/README.md
Expand Up @@ -136,7 +136,7 @@ All tests are run from the `sdk/batch` directory. They can be run either on the

* [Javadoc](https://docs.microsoft.com/java/api/overview/azure/batch?view=azure-java-stable)
* [https://azure.com/java](https://azure.com/java)
* If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
* If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](https://go.microsoft.com/fwlink/?LinkId=330212)

---

Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/README.md
Expand Up @@ -276,7 +276,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https
## Next steps

- [Azure Java SDKs](https://docs.microsoft.com/java/azure/)
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](https://go.microsoft.com/fwlink/?LinkId=330212)
- Some additional sample code can be found [here][samples]
- Additional Event Grid tutorials can be found [here][service_docs]

Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/microsoft-azure-eventgrid/README.md
Expand Up @@ -49,7 +49,7 @@ If you would like to become an active contributor to this project please follow

- [Javadoc](https://azure.github.io/azure-sdk-for-java/)
- [Azure Java SDKs](https://docs.microsoft.com/java/azure/)
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](https://go.microsoft.com/fwlink/?LinkId=330212)

---

Expand Down
2 changes: 1 addition & 1 deletion sdk/loganalytics/microsoft-azure-loganalytics/README.md
Expand Up @@ -46,7 +46,7 @@ If you would like to become an active contributor to this project please follow

## More information
- [Azure Java SDKs](https://docs.microsoft.com/java/azure/)
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](https://go.microsoft.com/fwlink/?LinkId=330212)

---

Expand Down
Expand Up @@ -148,7 +148,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
[azure_subscription]: https://azure.microsoft.com/free
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus
[maven]: http://maven.apache.org
[maven]: https://maven.apache.org
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-servicebus-queue-stream-binder
[refdocs]: https://azure.github.io/azure-sdk-for-java/spring.html#spring-cloud-azure-servicebus-queue-stream-binder
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-binder
Expand Down
Expand Up @@ -69,7 +69,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
[azure_subscription]: https://azure.microsoft.com/free
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus
[maven]: http://maven.apache.org
[maven]: https://maven.apache.org
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-servicebus-stream-binder-core
[refdocs]: https://azure.github.io/azure-sdk-for-java/spring.html#spring-cloud-azure-servicebus-stream-binder-core
[spring_boot_logging]: https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging
Expand Down
Expand Up @@ -144,7 +144,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
[azure_subscription]: https://azure.microsoft.com/free
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
[docs]: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus
[maven]: http://maven.apache.org
[maven]: https://maven.apache.org
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-servicebus-topic-stream-binder
[refdocs]: https://azure.github.io/azure-sdk-for-java/spring.html#spring-cloud-azure-servicebus-topic-stream-binder
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-topic-binder
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-starter-servicebus/README.md
Expand Up @@ -61,7 +61,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
<!-- Links -->
[azure_subscription]: https://azure.microsoft.com/free
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
[maven]: http://maven.apache.org
[maven]: https://maven.apache.org
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-starter-azure-servicebus
[refdocs]: https://azure.github.io/azure-sdk-for-java/spring.html#spring-cloud-starter-azure-servicebus
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-servicebus
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-servicebus/README.md
Expand Up @@ -63,7 +63,7 @@ Please follow [instructions here][contributing_md] to build from source or contr
<!-- Links -->
[azure_subscription]: https://azure.microsoft.com/free
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
[maven]: http://maven.apache.org
[maven]: https://maven.apache.org
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-integration-servicebus
[refdocs]: https://azure.github.io/azure-sdk-for-java/spring.html#spring-integration-servicebus
[sample]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-servicebus
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/microsoft-azure-storage-blob/README.md
Expand Up @@ -170,7 +170,7 @@ Please refer to CONTRIBUTING.md for information on how to run the tests.

# Need Help?

Be sure to check out the Microsoft Azure [Developer Forums on MSDN](http://social.msdn.microsoft.com/Forums/windowsazure/home?forum=windowsazuredata) or the [Developer Forums on Stack Overflow](http://stackoverflow.com/questions/tagged/azure+windows-azure-storage) if you have trouble with the provided code.
Be sure to check out the Microsoft Azure [Developer Forums on MSDN](https://social.msdn.microsoft.com/Forums/windowsazure/home?forum=windowsazuredata) or the [Developer Forums on Stack Overflow](https://stackoverflow.com/questions/tagged/azure+windows-azure-storage) if you have trouble with the provided code.

# Contribute Code or Provide Feedback

Expand Down

0 comments on commit b8f1cf8

Please sign in to comment.