Skip to content

Commit d282755

Browse files
authored
[Automation] Generate Fluent Lite from notificationhubs# (Azure#25166)
1 parent 28a13cf commit d282755

File tree

75 files changed

+4474
-1296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+4474
-1296
lines changed

sdk/notificationhubs/azure-resourcemanager-notificationhubs/CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,47 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2021-11-03)
44

5+
- Azure Resource Manager NotificationHubs client library for Java. This package contains Microsoft Azure SDK for NotificationHubs Management SDK. Azure NotificationHub client. Package tag package-2017-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
7+
### Breaking Changes
8+
9+
* `models.SharedAccessAuthorizationRuleProperties` was removed
10+
11+
#### `models.SharedAccessAuthorizationRuleResource$DefinitionStages` was modified
12+
13+
* `withProperties(models.SharedAccessAuthorizationRuleProperties)` was removed in stage 2
14+
15+
#### `models.SharedAccessAuthorizationRuleResource$Definition` was modified
16+
17+
* `withProperties(models.SharedAccessAuthorizationRuleProperties)` was removed
18+
19+
#### `models.SharedAccessAuthorizationRuleResource$Update` was modified
20+
21+
* `withProperties(models.SharedAccessAuthorizationRuleProperties)` was removed
22+
23+
#### `models.SharedAccessAuthorizationRuleCreateOrUpdateParameters` was modified
24+
25+
* `withProperties(models.SharedAccessAuthorizationRuleProperties)` was removed
26+
* `models.SharedAccessAuthorizationRuleProperties properties()` -> `fluent.models.SharedAccessAuthorizationRuleProperties properties()`
27+
28+
### Features Added
29+
30+
#### `models.SharedAccessAuthorizationRuleResource$Definition` was modified
31+
32+
* `withProperties(fluent.models.SharedAccessAuthorizationRuleProperties)` was added
33+
34+
#### `models.SharedAccessAuthorizationRuleResource$Update` was modified
35+
36+
* `withProperties(fluent.models.SharedAccessAuthorizationRuleProperties)` was added
37+
38+
#### `NotificationHubsManager$Configurable` was modified
39+
40+
* `withScope(java.lang.String)` was added
41+
42+
#### `models.SharedAccessAuthorizationRuleCreateOrUpdateParameters` was modified
43+
44+
* `withProperties(fluent.models.SharedAccessAuthorizationRuleProperties)` was added
545

646
## 1.0.0-beta.1 (2021-04-20)
747

sdk/notificationhubs/azure-resourcemanager-notificationhubs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-notificationhubs</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -74,6 +74,9 @@ See [API design][design] for general introduction on design and key concepts on
7474

7575
## Examples
7676

77+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/notificationhubs/azure-resourcemanager-notificationhubs/SAMPLE.md)
78+
79+
7780
## Troubleshooting
7881

7982
## Next steps

0 commit comments

Comments
 (0)