Skip to content

Commit

Permalink
[AutoPR notificationhubs/resource-manager] Add missing debugsend and …
Browse files Browse the repository at this point in the history
…patch operation for NotificationHub resource (Azure#2017) (Azure#2036)

* 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
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Jun 19, 2018
1 parent 8802382 commit 1acc741
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ type BaiduCredentialProperties = original.BaiduCredentialProperties
type CheckAvailabilityParameters = original.CheckAvailabilityParameters
type CheckAvailabilityResult = original.CheckAvailabilityResult
type CreateOrUpdateParameters = original.CreateOrUpdateParameters
type DebugSendResponse = original.DebugSendResponse
type DebugSendResult = original.DebugSendResult
type ErrorResponse = original.ErrorResponse
type GcmCredential = original.GcmCredential
type GcmCredentialProperties = original.GcmCredentialProperties
Expand All @@ -79,6 +81,7 @@ type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type PatchParameters = original.PatchParameters
type PnsCredentialsProperties = original.PnsCredentialsProperties
type PnsCredentialsResource = original.PnsCredentialsResource
type PolicykeyResource = original.PolicykeyResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ type BaiduCredentialProperties = original.BaiduCredentialProperties
type CheckAvailabilityParameters = original.CheckAvailabilityParameters
type CheckAvailabilityResult = original.CheckAvailabilityResult
type CreateOrUpdateParameters = original.CreateOrUpdateParameters
type DebugSendResponse = original.DebugSendResponse
type DebugSendResult = original.DebugSendResult
type ErrorResponse = original.ErrorResponse
type GcmCredential = original.GcmCredential
type GcmCredentialProperties = original.GcmCredentialProperties
Expand All @@ -79,6 +81,7 @@ type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type PatchParameters = original.PatchParameters
type PnsCredentialsProperties = original.PnsCredentialsProperties
type PnsCredentialsResource = original.PnsCredentialsResource
type PolicykeyResource = original.PolicykeyResource
Expand Down
257 changes: 257 additions & 0 deletions services/notificationhubs/mgmt/2017-04-01/notificationhubs/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1acc741

Please sign in to comment.