You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Resource Manager EventGrid client library for Java - version 1.1.0
9
+
# Azure Resource Manager EventGrid client library for Java - version 1.2.0
10
10
11
11
12
12
Azure Resource Manager EventGrid client library for Java.
13
13
14
-
This package contains Microsoft Azure SDK for EventGrid Management SDK. Azure EventGrid Management Client. Package tag package-2021-12. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
14
+
This package contains Microsoft Azure SDK for EventGrid Management SDK. Azure EventGrid Management Client. Package tag package-2025-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
15
15
16
16
## We'd love to hear your feedback
17
17
@@ -41,7 +41,7 @@ Various documentation is available to help you get started
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
72
+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
77
73
78
74
See [Authentication][authenticate] for more options.
79
75
@@ -83,7 +79,7 @@ See [API design][design] for general introduction on design and key concepts on
83
79
84
80
## Examples
85
81
86
-
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-eventgrid_1.1.0/sdk/eventgrid/azure-resourcemanager-eventgrid/SAMPLE.md)
82
+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-eventgrid_1.2.0/sdk/eventgrid/azure-resourcemanager-eventgrid/SAMPLE.md)
87
83
88
84
89
85
## Troubleshooting
@@ -92,21 +88,25 @@ See [API design][design] for general introduction on design and key concepts on
92
88
93
89
## Contributing
94
90
95
-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-eventgrid_1.1.0/CONTRIBUTING.md).
91
+
For details on contributing to this repository, see the [contributing guide][cg].
92
+
93
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
94
+
95
+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
96
96
97
-
1. Fork it
98
-
1. Create your feature branch (`git checkout -b my-new-feature`)
99
-
1. Commit your changes (`git commit -am 'Add some feature'`)
100
-
1. Push to the branch (`git push origin my-new-feature`)
101
-
1. Create new Pull Request
97
+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <[email protected]> with any additional questions or comments.
0 commit comments