-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generated from synapse (tag package-2019-06-01-preview) * Generated from synapse (tag package-spark-2019-11-01-preview) * Generated from synapse (tag package-artifacts-2019-06-01-preview) * Generated from synapse (tag package-access-control-2020-02-01-preview) * v43.3.0
- Loading branch information
1 parent
eb4c4ab
commit 6095b42
Showing
35 changed files
with
222,921 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
profiles/preview/preview/synapse/accesscontrol/accesscontrolapi/models.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// +build go1.9 | ||
|
||
// Copyright 2020 Microsoft Corporation | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
// This code was auto-generated by: | ||
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder | ||
|
||
package accesscontrolapi | ||
|
||
import original "github.com/Azure/azure-sdk-for-go/services/preview/synapse/2020-02-01-preview/accesscontrol/accesscontrolapi" | ||
|
||
type ClientAPI = original.ClientAPI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
// +build go1.9 | ||
|
||
// Copyright 2020 Microsoft Corporation | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
// This code was auto-generated by: | ||
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder | ||
|
||
package accesscontrol | ||
|
||
import ( | ||
"context" | ||
|
||
original "github.com/Azure/azure-sdk-for-go/services/preview/synapse/2020-02-01-preview/accesscontrol" | ||
) | ||
|
||
type BaseClient = original.BaseClient | ||
type Client = original.Client | ||
type ErrorContract = original.ErrorContract | ||
type ErrorDetail = original.ErrorDetail | ||
type ErrorResponse = original.ErrorResponse | ||
type ListRoleAssignmentDetails = original.ListRoleAssignmentDetails | ||
type ListString = original.ListString | ||
type RoleAssignmentDetails = original.RoleAssignmentDetails | ||
type RoleAssignmentOptions = original.RoleAssignmentOptions | ||
type RolesListResponse = original.RolesListResponse | ||
type RolesListResponseIterator = original.RolesListResponseIterator | ||
type RolesListResponsePage = original.RolesListResponsePage | ||
type SynapseRole = original.SynapseRole | ||
|
||
func New(endpoint string) BaseClient { | ||
return original.New(endpoint) | ||
} | ||
func NewClient(endpoint string) Client { | ||
return original.NewClient(endpoint) | ||
} | ||
func NewRolesListResponseIterator(page RolesListResponsePage) RolesListResponseIterator { | ||
return original.NewRolesListResponseIterator(page) | ||
} | ||
func NewRolesListResponsePage(getNextPage func(context.Context, RolesListResponse) (RolesListResponse, error)) RolesListResponsePage { | ||
return original.NewRolesListResponsePage(getNextPage) | ||
} | ||
func NewWithoutDefaults(endpoint string) BaseClient { | ||
return original.NewWithoutDefaults(endpoint) | ||
} | ||
func UserAgent() string { | ||
return original.UserAgent() + " profiles/preview" | ||
} | ||
func Version() string { | ||
return original.Version() | ||
} |
34 changes: 34 additions & 0 deletions
34
profiles/preview/preview/synapse/artifacts/artifactsapi/models.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// +build go1.9 | ||
|
||
// Copyright 2020 Microsoft Corporation | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
// This code was auto-generated by: | ||
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder | ||
|
||
package artifactsapi | ||
|
||
import original "github.com/Azure/azure-sdk-for-go/services/preview/synapse/2019-06-01-preview/artifacts/artifactsapi" | ||
|
||
type DataFlowClientAPI = original.DataFlowClientAPI | ||
type DataFlowDebugSessionClientAPI = original.DataFlowDebugSessionClientAPI | ||
type DatasetClientAPI = original.DatasetClientAPI | ||
type LinkedServiceClientAPI = original.LinkedServiceClientAPI | ||
type NotebookClientAPI = original.NotebookClientAPI | ||
type PipelineClientAPI = original.PipelineClientAPI | ||
type PipelineRunClientAPI = original.PipelineRunClientAPI | ||
type SQLScriptClientAPI = original.SQLScriptClientAPI | ||
type SparkJobDefinitionClientAPI = original.SparkJobDefinitionClientAPI | ||
type TriggerClientAPI = original.TriggerClientAPI | ||
type TriggerRunClientAPI = original.TriggerRunClientAPI |
Oops, something went wrong.