Skip to content

Commit

Permalink
Updating based on a7bf2ed52
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Mar 3, 2025
1 parent eef6de0 commit 3fe7a17
Show file tree
Hide file tree
Showing 376 changed files with 21,247 additions and 6,472 deletions.
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

0 comments on commit 3fe7a17

Please sign in to comment.