Skip to content

Commit

Permalink
Major release v40.0.0 (#7614)
Browse files Browse the repository at this point in the history
* Fix SDK Automation Failure (#7545)

* Fix nil dereference error (#7546)

e.Table.tsc.client.exec can return nil resp and non-nil err. This causes
resp.StatusCode to crash with nil dereference. This change adds the
nil check on resp before accessing StatusCode.

* Generated from latest swagger

* v40.0.0

Co-authored-by: Phoenix He <[email protected]>
Co-authored-by: Ashvin Deodhar <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2020
1 parent cbb75bf commit 090dc0e
Show file tree
Hide file tree
Showing 5,000 changed files with 60,246 additions and 69,703 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# CHANGELOG

## `v40.0.0`

### New Packages

| Package Name | API Version |
| -----------: | :---------: |
| logic | 2019-05-01 |
| maps | 2020-02-01-preview |
| peering | 2020-01-01-preview |

### Updated Packages

| Package Name | API Version |
| -----------: | :---------: |
| devspaces | 2019-04-01 |
| machinelearningservices | 2020-01-01 |
| msi | 2015-08-31-preview |
| operationalinsights | 2015-03-20<br/>2015-11-01-preview |
| policyinsights | 2019-10-01 |
| security | v1.0<br/>v2.0 |
| sql | 2015-05-01-preview<br/>2017-03-01-preview<br/>2018-06-01-preview |
| subscriptions | 2018-06-01<br/>2019-06-01 |

### BreakingChanges

| Package Name | API Version |
| -----------: | :---------: |
| backup | 2017-07-01 |
| containerregistry | 2019-05-01-preview<br/>2019-06-01-preview<br/>2019-12-01-preview |
| datafactory | 2018-06-01 |
| datamigration | 2018-07-15-preview |
| documentdb | 2019-12-12 |
| features | 2019-07-01 |
| frontdoor | 2020-01-01 |
| graphrbac | 1.6 |
| hanaonazure | 2017-11-03-preview |
| msi | 2018-11-30 |
| mysql | 2017-12-01 |
| postgresql | 2017-12-01 |
| prediction | customvision |
| resources | 2015-11-01<br/>2016-02-01<br/>2016-07-01<br/>2016-09-01<br/>2017-05-10<br/>2018-02-01<br/>2018-05-01<br/>2019-03-01<br/>2019-05-01 |
| security | v3.0 |
| securityinsight | 2017-08-01-preview |
| sql | v3.0 |
| storage | 2019-06-01 |

### Removed Packages

| Package Name | API Version |
| -----------: | :---------: |
| logic | 2019-05-01 |

**NOTE:** `services/preview/logic/mgmt/2019-05-01/logic` was moved to `services/logic/mgmt/2019-05-01/logic`, since it is a stable package and was placed in `preview` directory by mistake.

## `v39.3.0`

### New Packages
Expand Down
1 change: 1 addition & 0 deletions profiles/2017-03-09/resources/mgmt/resources/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorResponse = original.ErrorResponse
type ExportTemplateRequest = original.ExportTemplateRequest
type GenericResource = original.GenericResource
type GenericResourceExpanded = original.GenericResourceExpanded
type GenericResourceFilter = original.GenericResourceFilter
type Group = original.Group
type GroupExportResult = original.GroupExportResult
Expand Down
1 change: 1 addition & 0 deletions profiles/2018-03-01/resources/mgmt/resources/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorResponse = original.ErrorResponse
type ExportTemplateRequest = original.ExportTemplateRequest
type GenericResource = original.GenericResource
type GenericResourceExpanded = original.GenericResourceExpanded
type GenericResourceFilter = original.GenericResourceFilter
type Group = original.Group
type GroupExportResult = original.GroupExportResult
Expand Down
1 change: 1 addition & 0 deletions profiles/2019-03-01/resources/mgmt/resources/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorResponse = original.ErrorResponse
type ExportTemplateRequest = original.ExportTemplateRequest
type GenericResource = original.GenericResource
type GenericResourceExpanded = original.GenericResourceExpanded
type GenericResourceFilter = original.GenericResourceFilter
type Group = original.Group
type GroupExportResult = original.GroupExportResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ type ImagePrediction = original.ImagePrediction
type ImageURL = original.ImageURL
type Model = original.Model

func New(aPIKey string, endpoint string) BaseClient {
return original.New(aPIKey, endpoint)
func New(endpoint string) BaseClient {
return original.New(endpoint)
}
func NewWithoutDefaults(aPIKey string, endpoint string) BaseClient {
return original.NewWithoutDefaults(aPIKey, endpoint)
func NewWithoutDefaults(endpoint string) BaseClient {
return original.NewWithoutDefaults(endpoint)
}
func PossibleCustomVisionErrorCodesValues() []CustomVisionErrorCodes {
return original.PossibleCustomVisionErrorCodesValues()
Expand Down
4 changes: 4 additions & 0 deletions profiles/latest/cosmos-db/mgmt/documentdb/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ const (

type ARMProxyResource = original.ARMProxyResource
type ARMResourceProperties = original.ARMResourceProperties
type AutoUpgradePolicyResource = original.AutoUpgradePolicyResource
type AutopilotSettingsResource = original.AutopilotSettingsResource
type AzureEntityResource = original.AzureEntityResource
type BaseClient = original.BaseClient
type Capability = original.Capability
Expand Down Expand Up @@ -203,6 +205,7 @@ type CompositePath = original.CompositePath
type ConflictResolutionPolicy = original.ConflictResolutionPolicy
type ConsistencyPolicy = original.ConsistencyPolicy
type ContainerPartitionKey = original.ContainerPartitionKey
type CreateUpdateOptions = original.CreateUpdateOptions
type DatabaseAccountConnectionString = original.DatabaseAccountConnectionString
type DatabaseAccountCreateUpdateParameters = original.DatabaseAccountCreateUpdateParameters
type DatabaseAccountCreateUpdateProperties = original.DatabaseAccountCreateUpdateProperties
Expand Down Expand Up @@ -379,6 +382,7 @@ type TableResourcesClient = original.TableResourcesClient
type TableResourcesCreateUpdateTableFuture = original.TableResourcesCreateUpdateTableFuture
type TableResourcesDeleteTableFuture = original.TableResourcesDeleteTableFuture
type TableResourcesUpdateTableThroughputFuture = original.TableResourcesUpdateTableThroughputFuture
type ThroughputPolicyResource = original.ThroughputPolicyResource
type ThroughputSettingsGetProperties = original.ThroughputSettingsGetProperties
type ThroughputSettingsGetPropertiesResource = original.ThroughputSettingsGetPropertiesResource
type ThroughputSettingsGetResults = original.ThroughputSettingsGetResults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ type LinkedServicesClientAPI = original.LinkedServicesClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PipelineRunsClientAPI = original.PipelineRunsClientAPI
type PipelinesClientAPI = original.PipelinesClientAPI
type RerunTriggersClientAPI = original.RerunTriggersClientAPI
type TriggerRunsClientAPI = original.TriggerRunsClientAPI
type TriggersClientAPI = original.TriggersClientAPI
25 changes: 4 additions & 21 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@ type ActivityRun = original.ActivityRun
type ActivityRunsClient = original.ActivityRunsClient
type ActivityRunsQueryResponse = original.ActivityRunsQueryResponse
type AddDataFlowToDebugSessionResponse = original.AddDataFlowToDebugSessionResponse
type AdditionalColumns = original.AdditionalColumns
type AmazonMWSLinkedService = original.AmazonMWSLinkedService
type AmazonMWSLinkedServiceTypeProperties = original.AmazonMWSLinkedServiceTypeProperties
type AmazonMWSObjectDataset = original.AmazonMWSObjectDataset
Expand Down Expand Up @@ -1875,16 +1876,7 @@ type RedshiftUnloadSettings = original.RedshiftUnloadSettings
type RelationalSource = original.RelationalSource
type RelationalTableDataset = original.RelationalTableDataset
type RelationalTableDatasetTypeProperties = original.RelationalTableDatasetTypeProperties
type RerunTriggerListResponse = original.RerunTriggerListResponse
type RerunTriggerListResponseIterator = original.RerunTriggerListResponseIterator
type RerunTriggerListResponsePage = original.RerunTriggerListResponsePage
type RerunTriggerResource = original.RerunTriggerResource
type RerunTriggersCancelFuture = original.RerunTriggersCancelFuture
type RerunTriggersClient = original.RerunTriggersClient
type RerunTriggersStartFuture = original.RerunTriggersStartFuture
type RerunTriggersStopFuture = original.RerunTriggersStopFuture
type RerunTumblingWindowTrigger = original.RerunTumblingWindowTrigger
type RerunTumblingWindowTriggerActionParameters = original.RerunTumblingWindowTriggerActionParameters
type RerunTumblingWindowTriggerTypeProperties = original.RerunTumblingWindowTriggerTypeProperties
type Resource = original.Resource
type ResponsysLinkedService = original.ResponsysLinkedService
Expand Down Expand Up @@ -1998,6 +1990,7 @@ type ShopifyLinkedService = original.ShopifyLinkedService
type ShopifyLinkedServiceTypeProperties = original.ShopifyLinkedServiceTypeProperties
type ShopifyObjectDataset = original.ShopifyObjectDataset
type ShopifySource = original.ShopifySource
type SkipErrorFile = original.SkipErrorFile
type SparkDatasetTypeProperties = original.SparkDatasetTypeProperties
type SparkLinkedService = original.SparkLinkedService
type SparkLinkedServiceTypeProperties = original.SparkLinkedServiceTypeProperties
Expand Down Expand Up @@ -2042,10 +2035,12 @@ type TextFormat = original.TextFormat
type Transformation = original.Transformation
type Trigger = original.Trigger
type TriggerDependencyReference = original.TriggerDependencyReference
type TriggerFilterParameters = original.TriggerFilterParameters
type TriggerListResponse = original.TriggerListResponse
type TriggerListResponseIterator = original.TriggerListResponseIterator
type TriggerListResponsePage = original.TriggerListResponsePage
type TriggerPipelineReference = original.TriggerPipelineReference
type TriggerQueryResponse = original.TriggerQueryResponse
type TriggerReference = original.TriggerReference
type TriggerResource = original.TriggerResource
type TriggerRun = original.TriggerRun
Expand Down Expand Up @@ -2227,18 +2222,6 @@ func NewQueryDataFlowDebugSessionsResponseIterator(page QueryDataFlowDebugSessio
func NewQueryDataFlowDebugSessionsResponsePage(getNextPage func(context.Context, QueryDataFlowDebugSessionsResponse) (QueryDataFlowDebugSessionsResponse, error)) QueryDataFlowDebugSessionsResponsePage {
return original.NewQueryDataFlowDebugSessionsResponsePage(getNextPage)
}
func NewRerunTriggerListResponseIterator(page RerunTriggerListResponsePage) RerunTriggerListResponseIterator {
return original.NewRerunTriggerListResponseIterator(page)
}
func NewRerunTriggerListResponsePage(getNextPage func(context.Context, RerunTriggerListResponse) (RerunTriggerListResponse, error)) RerunTriggerListResponsePage {
return original.NewRerunTriggerListResponsePage(getNextPage)
}
func NewRerunTriggersClient(subscriptionID string) RerunTriggersClient {
return original.NewRerunTriggersClient(subscriptionID)
}
func NewRerunTriggersClientWithBaseURI(baseURI string, subscriptionID string) RerunTriggersClient {
return original.NewRerunTriggersClientWithBaseURI(baseURI, subscriptionID)
}
func NewTriggerListResponseIterator(page TriggerListResponsePage) TriggerListResponseIterator {
return original.NewTriggerListResponseIterator(page)
}
Expand Down
13 changes: 13 additions & 0 deletions profiles/latest/frontdoor/mgmt/frontdoor/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,16 @@ const (
PolicyResourceStateEnabling PolicyResourceState = original.PolicyResourceStateEnabling
)

type PrivateEndpointStatus = original.PrivateEndpointStatus

const (
Approved PrivateEndpointStatus = original.Approved
Disconnected PrivateEndpointStatus = original.Disconnected
Pending PrivateEndpointStatus = original.Pending
Rejected PrivateEndpointStatus = original.Rejected
Timeout PrivateEndpointStatus = original.Timeout
)

type Protocol = original.Protocol

const (
Expand Down Expand Up @@ -787,6 +797,9 @@ func PossiblePolicyModeValues() []PolicyMode {
func PossiblePolicyResourceStateValues() []PolicyResourceState {
return original.PossiblePolicyResourceStateValues()
}
func PossiblePrivateEndpointStatusValues() []PrivateEndpointStatus {
return original.PossiblePrivateEndpointStatusValues()
}
func PossibleProtocolValues() []Protocol {
return original.PossibleProtocolValues()
}
Expand Down
11 changes: 11 additions & 0 deletions profiles/latest/graphrbac/graphrbac/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ const (
Principal ConsentType = original.Principal
)

type GroupMembershipClaimTypes = original.GroupMembershipClaimTypes

const (
All GroupMembershipClaimTypes = original.All
None GroupMembershipClaimTypes = original.None
SecurityGroup GroupMembershipClaimTypes = original.SecurityGroup
)

type ObjectType = original.ObjectType

const (
Expand Down Expand Up @@ -231,6 +239,9 @@ func NewWithBaseURI(baseURI string, tenantID string) BaseClient {
func PossibleConsentTypeValues() []ConsentType {
return original.PossibleConsentTypeValues()
}
func PossibleGroupMembershipClaimTypesValues() []GroupMembershipClaimTypes {
return original.PossibleGroupMembershipClaimTypesValues()
}
func PossibleObjectTypeValues() []ObjectType {
return original.PossibleObjectTypeValues()
}
Expand Down
25 changes: 15 additions & 10 deletions profiles/latest/logic/mgmt/logic/logicapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,32 @@

package logicapi

import original "github.com/Azure/azure-sdk-for-go/services/logic/mgmt/2016-06-01/logic/logicapi"
import original "github.com/Azure/azure-sdk-for-go/services/logic/mgmt/2019-05-01/logic/logicapi"

type AgreementsClientAPI = original.AgreementsClientAPI
type BaseClientAPI = original.BaseClientAPI
type CertificatesClientAPI = original.CertificatesClientAPI
type IntegrationAccountAgreementsClientAPI = original.IntegrationAccountAgreementsClientAPI
type IntegrationAccountAssembliesClientAPI = original.IntegrationAccountAssembliesClientAPI
type IntegrationAccountBatchConfigurationsClientAPI = original.IntegrationAccountBatchConfigurationsClientAPI
type IntegrationAccountCertificatesClientAPI = original.IntegrationAccountCertificatesClientAPI
type IntegrationAccountMapsClientAPI = original.IntegrationAccountMapsClientAPI
type IntegrationAccountPartnersClientAPI = original.IntegrationAccountPartnersClientAPI
type IntegrationAccountSchemasClientAPI = original.IntegrationAccountSchemasClientAPI
type IntegrationAccountSessionsClientAPI = original.IntegrationAccountSessionsClientAPI
type IntegrationAccountsClientAPI = original.IntegrationAccountsClientAPI
type MapsClientAPI = original.MapsClientAPI
type PartnersClientAPI = original.PartnersClientAPI
type RosettaNetProcessConfigurationsClientAPI = original.RosettaNetProcessConfigurationsClientAPI
type SchemasClientAPI = original.SchemasClientAPI
type SessionsClientAPI = original.SessionsClientAPI
type IntegrationServiceEnvironmentManagedAPIOperationsClientAPI = original.IntegrationServiceEnvironmentManagedAPIOperationsClientAPI
type IntegrationServiceEnvironmentManagedApisClientAPI = original.IntegrationServiceEnvironmentManagedApisClientAPI
type IntegrationServiceEnvironmentNetworkHealthClientAPI = original.IntegrationServiceEnvironmentNetworkHealthClientAPI
type IntegrationServiceEnvironmentSkusClientAPI = original.IntegrationServiceEnvironmentSkusClientAPI
type IntegrationServiceEnvironmentsClientAPI = original.IntegrationServiceEnvironmentsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type WorkflowRunActionRepetitionsClientAPI = original.WorkflowRunActionRepetitionsClientAPI
type WorkflowRunActionRepetitionsRequestHistoriesClientAPI = original.WorkflowRunActionRepetitionsRequestHistoriesClientAPI
type WorkflowRunActionRequestHistoriesClientAPI = original.WorkflowRunActionRequestHistoriesClientAPI
type WorkflowRunActionScopedRepetitionsClientAPI = original.WorkflowRunActionScopedRepetitionsClientAPI
type WorkflowRunActionScopeRepetitionsClientAPI = original.WorkflowRunActionScopeRepetitionsClientAPI
type WorkflowRunActionsClientAPI = original.WorkflowRunActionsClientAPI
type WorkflowRunOperationsClientAPI = original.WorkflowRunOperationsClientAPI
type WorkflowRunsClientAPI = original.WorkflowRunsClientAPI
type WorkflowTriggerHistoriesClientAPI = original.WorkflowTriggerHistoriesClientAPI
type WorkflowTriggersClientAPI = original.WorkflowTriggersClientAPI
type WorkflowVersionTriggersClientAPI = original.WorkflowVersionTriggersClientAPI
type WorkflowVersionsClientAPI = original.WorkflowVersionsClientAPI
type WorkflowsClientAPI = original.WorkflowsClientAPI
Loading

0 comments on commit 090dc0e

Please sign in to comment.