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/signalr/azure-resourcemanager-signalr/CHANGELOG.md
+27-4
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,37 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.5 (Unreleased)
3
+
## 1.0.0-beta.5 (2022-11-21)
4
+
5
+
- Azure Resource Manager SignalR client library for Java. This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2022-08-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
4
6
5
7
### Features Added
6
8
7
-
### Breaking Changes
9
+
*`models.ServerlessSettings` was added
10
+
11
+
#### `models.CustomDomain` was modified
12
+
13
+
*`resourceGroupName()` was added
14
+
15
+
#### `models.SharedPrivateLinkResource` was modified
16
+
17
+
*`resourceGroupName()` was added
18
+
19
+
#### `models.SignalRResource$Definition` was modified
20
+
21
+
*`withServerless(models.ServerlessSettings)` was added
22
+
23
+
#### `models.CustomCertificate` was modified
8
24
9
-
### Bugs Fixed
25
+
*`resourceGroupName()` was added
26
+
27
+
#### `models.SignalRResource` was modified
28
+
29
+
*`resourceGroupName()` was added
30
+
*`serverless()` was added
31
+
32
+
#### `models.SignalRResource$Update` was modified
10
33
11
-
### Other Changes
34
+
*`withServerless(models.ServerlessSettings)` was added
Copy file name to clipboardexpand all lines: sdk/signalr/azure-resourcemanager-signalr/README.md
+15-12
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager SignalR client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2022-02-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2022-08-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
@@ -83,13 +83,13 @@ See [API design][design] for general introduction on design and key concepts on
83
83
84
84
## Contributing
85
85
86
-
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].
87
87
88
-
1. Fork it
89
-
1. Create your feature branch (`git checkout -b my-new-feature`)
90
-
1. Commit your changes (`git commit -am 'Add some feature'`)
91
-
1. Push to the branch (`git push origin my-new-feature`)
92
-
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 <[email protected]> with any additional questions or comments.
0 commit comments