Skip to content

Commit 9d9b25f

Browse files
authored
Update Azure Notification Hubs SDK to 2.3.4-preview (#26337)
* Updating for 2.3.4 * Version bump * Updating with latest commands * Updating AssemblyInfo
1 parent 515a09c commit 9d9b25f

File tree

8 files changed

+18
-84
lines changed

8 files changed

+18
-84
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
Installing AutoRest version: v2
1+
Installing AutoRest version: v2
22
AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/notificationhubs/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\Code\azure-sdk-for-net\sdk
7-
2020-07-21 19:11:58 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/notificationhubs/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\git\azure-sdk-for-net\sdk
7+
Autorest CSharp Version: 2.3.82
8+
2022-02-02 00:07:21 UTC
89
Azure-rest-api-specs repository information
910
GitHub fork: Azure
10-
Branch: master
11-
Commit: 2916791fddcf1b69ebbc0741aa809350201041be
11+
Branch: main
12+
Commit: 938d33ac71d661bfa53946ad4fa72c7fdbf2dfcf
1213
AutoRest information
1314
Requested version: v2
1415
Bootstrapper version: [email protected]

sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/INamespacesOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/Models/SharedAccessAuthorizationRuleListResult.cs

Lines changed: 0 additions & 66 deletions
This file was deleted.

sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/NamespacesOperations.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/NamespacesOperationsExtensions.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/SdkInfo_NotificationHubsManagementClient.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Microsoft.Azure.Management.NotificationHubs.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
<PackageId>Microsoft.Azure.Management.NotificationHubs</PackageId>
88
<Description>Provides developers with libraries to create and manager Namespaces of type NotificationHub and NotificationHubs. Manage Authorization Rules at both the resource levels. Note: This client library is for NotificationHubs under Azure Resource Manager.</Description>
99
<AssemblyName>Microsoft.Azure.Management.NotificationHubs</AssemblyName>
10-
<Version>2.3.3-preview</Version>
10+
<Version>2.3.4-preview</Version>
1111
<PackageTags>Microsoft Azure NotificationHubs Management;NotificationHubs;NotificationHubs management;</PackageTags>
1212
<PackageReleaseNotes>
1313
<![CDATA[
1414
Updating the Notification Hubs Management SDK with:
15-
1) Adding Patch operation support for Hubs
16-
2) Adding documentation for existing operations
15+
1) Revert Namespace List Keys Operation
1716
]]>
1817
</PackageReleaseNotes>
1918
</PropertyGroup>

sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyTitle("Microsoft Azure NotificationHubs Management Library")]
88
[assembly: AssemblyDescription("Provides Microsoft Azure NotificationHubs management functions for managing the Microsoft Azure NotificationHubs service.")]
99

10-
[assembly: AssemblyVersion("2.0.0.0")]
10+
[assembly: AssemblyVersion("2.3.4.0")]
1111
[assembly: AssemblyFileVersion("2.4.0.0")]
1212

1313
[assembly: AssemblyConfiguration("")]

0 commit comments

Comments
 (0)