Skip to content

Commit

Permalink
[AutoPR eventgrid/data-plane] Create KeyVault.json (#5546)
Browse files Browse the repository at this point in the history
* Generated from 66c76158ca650e8f4bf0ff082bc5428e2544c457

Update readme with KeyVault.json

* Generated from 7d4a2513c50a216bfe9cbf6a6f769d460d7211f4

Revert "Update readme with KeyVault.json"

This reverts commit 66c76158ca650e8f4bf0ff082bc5428e2544c457.

* Generated from 44674ab5aabc591e8dd6b10d326071e8fa3ccd49

Update readme.md
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Sep 5, 2019
1 parent 234ca02 commit 10d3530
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 0 deletions.
9 changes: 9 additions & 0 deletions profiles/latest/eventgrid/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ type IotHubDeviceCreatedEventData = original.IotHubDeviceCreatedEventData
type IotHubDeviceDeletedEventData = original.IotHubDeviceDeletedEventData
type IotHubDeviceDisconnectedEventData = original.IotHubDeviceDisconnectedEventData
type IotHubDeviceTelemetryEventData = original.IotHubDeviceTelemetryEventData
type KeyVaultCertificateExpiredEventData = original.KeyVaultCertificateExpiredEventData
type KeyVaultCertificateNearExpiryEventData = original.KeyVaultCertificateNearExpiryEventData
type KeyVaultCertificateNewVersionCreatedEventData = original.KeyVaultCertificateNewVersionCreatedEventData
type KeyVaultKeyExpiredEventData = original.KeyVaultKeyExpiredEventData
type KeyVaultKeyNearExpiryEventData = original.KeyVaultKeyNearExpiryEventData
type KeyVaultKeyNewVersionCreatedEventData = original.KeyVaultKeyNewVersionCreatedEventData
type KeyVaultSecretExpiredEventData = original.KeyVaultSecretExpiredEventData
type KeyVaultSecretNearExpiryEventData = original.KeyVaultSecretNearExpiryEventData
type KeyVaultSecretNewVersionCreatedEventData = original.KeyVaultSecretNewVersionCreatedEventData
type MapsGeofenceEnteredEventData = original.MapsGeofenceEnteredEventData
type MapsGeofenceEventProperties = original.MapsGeofenceEventProperties
type MapsGeofenceExitedEventData = original.MapsGeofenceExitedEventData
Expand Down
9 changes: 9 additions & 0 deletions profiles/preview/eventgrid/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ type IotHubDeviceCreatedEventData = original.IotHubDeviceCreatedEventData
type IotHubDeviceDeletedEventData = original.IotHubDeviceDeletedEventData
type IotHubDeviceDisconnectedEventData = original.IotHubDeviceDisconnectedEventData
type IotHubDeviceTelemetryEventData = original.IotHubDeviceTelemetryEventData
type KeyVaultCertificateExpiredEventData = original.KeyVaultCertificateExpiredEventData
type KeyVaultCertificateNearExpiryEventData = original.KeyVaultCertificateNearExpiryEventData
type KeyVaultCertificateNewVersionCreatedEventData = original.KeyVaultCertificateNewVersionCreatedEventData
type KeyVaultKeyExpiredEventData = original.KeyVaultKeyExpiredEventData
type KeyVaultKeyNearExpiryEventData = original.KeyVaultKeyNearExpiryEventData
type KeyVaultKeyNewVersionCreatedEventData = original.KeyVaultKeyNewVersionCreatedEventData
type KeyVaultSecretExpiredEventData = original.KeyVaultSecretExpiredEventData
type KeyVaultSecretNearExpiryEventData = original.KeyVaultSecretNearExpiryEventData
type KeyVaultSecretNewVersionCreatedEventData = original.KeyVaultSecretNewVersionCreatedEventData
type MapsGeofenceEnteredEventData = original.MapsGeofenceEnteredEventData
type MapsGeofenceEventProperties = original.MapsGeofenceEventProperties
type MapsGeofenceExitedEventData = original.MapsGeofenceExitedEventData
Expand Down
170 changes: 170 additions & 0 deletions services/eventgrid/2018-01-01/eventgrid/models.go

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

0 comments on commit 10d3530

Please sign in to comment.