-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AutoPR notificationhubs/resource-manager] Add missing debugsend and patch operation for NotificationHub resource #2724
[AutoPR notificationhubs/resource-manager] Add missing debugsend and patch operation for NotificationHub resource #2724
Conversation
Add debugsend and NH patch operation
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-notificationhubsYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
Codecov Report
@@ Coverage Diff @@
## restapi_auto_notificationhubs/resource-manager #2724 +/- ##
==================================================================================
- Coverage 55.89% 55.87% -0.02%
==================================================================================
Files 7213 7217 +4
Lines 151649 151745 +96
==================================================================================
+ Hits 84767 84795 +28
- Misses 66882 66950 +68
Continue to review full report at Codecov.
|
Fix build error due to missing parameterId
Fix more errors
Fix build errors due to mismatch parameters
Fix error with missing parameters value for DebugSend
Change DebugSendResult from string to object
Fix DebugSend build errors
This PR has been merged into #2737 |
* [AutoPR notificationhubs/resource-manager] Add missing debugsend and patch operation for NotificationHub resource (#2724) * Generated from 01edec5fd7a2a02c2d9855146656bfef4c7f423f Add debugsend and NH patch operation * Generated from 0238c4239dec40fef6679fd36f8498b82c6157c8 Fix build error due to missing parameterId * Generated from 2f2ca999f5033c50ea6ad7ce9a493b9d1bd5c993 Fix more errors * Generated from 3b57f480cb371a58ae1c0feb24e6a0270c671acd Fix build errors due to mismatch parameters * Generated from edb81a4b9052ef17263836b0b079b7204c6a33ce Fix error with missing parameters value for DebugSend * Generated from 3e947825fd1f50e39862de452aa599a4e4bc74b1 Change DebugSendResult from string to object * Generated from 65b541d42b26f877d8ec658d93e103417c2db181 Fix DebugSend build errors * [AutoPR notificationhubs/resource-manager] typo: notificationhubs/resource-manager/Microsoft.NotificationHubs (#3961) * Generated from c4dc554e6b35f1b4bbaac6b73f478344470ec1bf typo: notificationhubs/resource-manager/Microsoft.NotificationHubs - Aauthorization -> Authorization - Availibility -> Availability - availabile -> available - Pproperties -> Properties - APNS capitalization - MPNS capitalization - Regenrate -> Regenerate - notificationhub -> NotificationHub - reponse -> response * Packaging update of azure-mgmt-notificationhubs * Packaging update of azure-mgmt-notificationhubs * 2.1.0 * Packaging update of azure-mgmt-notificationhubs
Created to sync Azure/azure-rest-api-specs#3215