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
Copy file name to clipboardExpand all lines: sdk/datadog/azure-resourcemanager-datadog/CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,31 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.4 (Unreleased)
3
+
## 1.0.0-beta.4 (2023-01-16)
4
4
5
+
- Azure Resource Manager MicrosoftDatadog client library for Java. This package contains Microsoft Azure SDK for MicrosoftDatadog Management SDK. Package tag package-2021-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
+
7
+
### Features Added
8
+
9
+
#### `MicrosoftDatadogManager$Configurable` was modified
10
+
11
+
*`withScope(java.lang.String)` was added
12
+
*`withRetryOptions(com.azure.core.http.policy.RetryOptions)` was added
13
+
14
+
#### `models.DatadogMonitorResource` was modified
15
+
16
+
*`resourceGroupName()` was added
17
+
18
+
#### `models.DatadogSingleSignOnResource` was modified
19
+
20
+
*`resourceGroupName()` was added
21
+
22
+
#### `models.MonitoringTagRules` was modified
23
+
24
+
*`resourceGroupName()` was added
25
+
26
+
#### `MicrosoftDatadogManager` was modified
27
+
28
+
*`authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)` was added
@@ -74,6 +74,7 @@ See [API design][design] for general introduction on design and key concepts on
74
74
75
75
## Examples
76
76
77
+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/datadog/azure-resourcemanager-datadog/SAMPLE.md)
77
78
78
79
79
80
## Troubleshooting
@@ -82,13 +83,13 @@ See [API design][design] for general introduction on design and key concepts on
82
83
83
84
## Contributing
84
85
85
-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
86
+
For details on contributing to this repository, see the [contributing guide][cg].
86
87
87
-
1. Fork it
88
-
1. Create your feature branch (`git checkout -b my-new-feature`)
89
-
1. Commit your changes (`git commit -am 'Add some feature'`)
90
-
1. Push to the branch (`git push origin my-new-feature`)
91
-
1. Create new Pull Request
88
+
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>.
89
+
90
+
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.
91
+
92
+
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 <opencode@microsoft.com> with any additional questions or comments.
0 commit comments