Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package dataflowdebugsession

type OracleLinkedServiceTypeProperties struct {
AuthenticationType *OracleAuthenticationType `json:"authenticationType,omitempty"`
ConnectionString interface{} `json:"connectionString"`
ConnectionString *interface{} `json:"connectionString,omitempty"`
CryptoChecksumClient *interface{} `json:"cryptoChecksumClient,omitempty"`
CryptoChecksumTypesClient *interface{} `json:"cryptoChecksumTypesClient,omitempty"`
EnableBulkLoad *bool `json:"enableBulkLoad,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package linkedservices

type OracleLinkedServiceTypeProperties struct {
AuthenticationType *OracleAuthenticationType `json:"authenticationType,omitempty"`
ConnectionString interface{} `json:"connectionString"`
ConnectionString *interface{} `json:"connectionString,omitempty"`
CryptoChecksumClient *interface{} `json:"cryptoChecksumClient,omitempty"`
CryptoChecksumTypesClient *interface{} `json:"cryptoChecksumTypesClient,omitempty"`
EnableBulkLoad *bool `json:"enableBulkLoad,omitempty"`
Expand Down
64 changes: 0 additions & 64 deletions resource-manager/logz/2020-10-01/client.go

This file was deleted.

160 changes: 0 additions & 160 deletions resource-manager/logz/2020-10-01/monitors/README.md

This file was deleted.

Loading
Loading