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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion profiles/latest/servicefabric/mgmt/servicefabric/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,23 @@

package servicefabric

import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2018-02-01/servicefabric"
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2019-03-01/servicefabric"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type ArmServicePackageActivationMode = original.ArmServicePackageActivationMode

const (
ExclusiveProcess ArmServicePackageActivationMode = original.ExclusiveProcess
SharedProcess ArmServicePackageActivationMode = original.SharedProcess
)

type ClusterState = original.ClusterState

const (
Expand Down Expand Up @@ -234,6 +245,7 @@ type ApplicationsClient = original.ApplicationsClient
type ApplicationsCreateFuture = original.ApplicationsCreateFuture
type ApplicationsDeleteFuture = original.ApplicationsDeleteFuture
type ApplicationsUpdateFuture = original.ApplicationsUpdateFuture
type ArmApplicationHealthPolicy = original.ArmApplicationHealthPolicy
type AvailableOperationDisplay = original.AvailableOperationDisplay
type AzureActiveDirectory = original.AzureActiveDirectory
type BaseClient = original.BaseClient
Expand Down Expand Up @@ -333,6 +345,12 @@ func NewClustersClient(subscriptionID string) ClustersClient {
func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient {
return original.NewClustersClientWithBaseURI(baseURI, subscriptionID)
}
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator {
return original.NewOperationListResultIterator(page)
}
func NewOperationListResultPage(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage {
return original.NewOperationListResultPage(getNextPage)
}
func NewOperationsClient(subscriptionID string) OperationsClient {
return original.NewOperationsClient(subscriptionID)
}
Expand All @@ -348,6 +366,9 @@ func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) Service
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleArmServicePackageActivationModeValues() []ArmServicePackageActivationMode {
return original.PossibleArmServicePackageActivationModeValues()
}
func PossibleClusterStateValues() []ClusterState {
return original.PossibleClusterStateValues()
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// +build go1.9

// Copyright 2019 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 servicefabricapi

import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2019-03-01/servicefabric/servicefabricapi"

type ApplicationTypeVersionsClientAPI = original.ApplicationTypeVersionsClientAPI
type ApplicationTypesClientAPI = original.ApplicationTypesClientAPI
type ApplicationsClientAPI = original.ApplicationsClientAPI
type ClusterVersionsClientAPI = original.ClusterVersionsClientAPI
type ClustersClientAPI = original.ClustersClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type ServicesClientAPI = original.ServicesClientAPI
305 changes: 197 additions & 108 deletions profiles/preview/preview/servicefabric/mgmt/servicefabric/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// +build go1.9

// Copyright 2019 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 servicefabricapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/servicefabric/mgmt/2019-03-01/servicefabric/servicefabricapi"

type ApplicationTypeVersionsClientAPI = original.ApplicationTypeVersionsClientAPI
type ApplicationTypesClientAPI = original.ApplicationTypesClientAPI
type ApplicationsClientAPI = original.ApplicationsClientAPI
type ClusterVersionsClientAPI = original.ClusterVersionsClientAPI
type ClustersClientAPI = original.ClustersClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type ServicesClientAPI = original.ServicesClientAPI
23 changes: 22 additions & 1 deletion profiles/preview/servicefabric/mgmt/servicefabric/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,23 @@

package servicefabric

import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2018-02-01/servicefabric"
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2019-03-01/servicefabric"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type ArmServicePackageActivationMode = original.ArmServicePackageActivationMode

const (
ExclusiveProcess ArmServicePackageActivationMode = original.ExclusiveProcess
SharedProcess ArmServicePackageActivationMode = original.SharedProcess
)

type ClusterState = original.ClusterState

const (
Expand Down Expand Up @@ -234,6 +245,7 @@ type ApplicationsClient = original.ApplicationsClient
type ApplicationsCreateFuture = original.ApplicationsCreateFuture
type ApplicationsDeleteFuture = original.ApplicationsDeleteFuture
type ApplicationsUpdateFuture = original.ApplicationsUpdateFuture
type ArmApplicationHealthPolicy = original.ArmApplicationHealthPolicy
type AvailableOperationDisplay = original.AvailableOperationDisplay
type AzureActiveDirectory = original.AzureActiveDirectory
type BaseClient = original.BaseClient
Expand Down Expand Up @@ -333,6 +345,12 @@ func NewClustersClient(subscriptionID string) ClustersClient {
func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient {
return original.NewClustersClientWithBaseURI(baseURI, subscriptionID)
}
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator {
return original.NewOperationListResultIterator(page)
}
func NewOperationListResultPage(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage {
return original.NewOperationListResultPage(getNextPage)
}
func NewOperationsClient(subscriptionID string) OperationsClient {
return original.NewOperationsClient(subscriptionID)
}
Expand All @@ -348,6 +366,9 @@ func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) Service
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleArmServicePackageActivationModeValues() []ArmServicePackageActivationMode {
return original.PossibleArmServicePackageActivationModeValues()
}
func PossibleClusterStateValues() []ClusterState {
return original.PossibleClusterStateValues()
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// +build go1.9

// Copyright 2019 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 servicefabricapi

import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2019-03-01/servicefabric/servicefabricapi"

type ApplicationTypeVersionsClientAPI = original.ApplicationTypeVersionsClientAPI
type ApplicationTypesClientAPI = original.ApplicationTypesClientAPI
type ApplicationsClientAPI = original.ApplicationsClientAPI
type ClusterVersionsClientAPI = original.ClusterVersionsClientAPI
type ClustersClientAPI = original.ClustersClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type ServicesClientAPI = original.ServicesClientAPI
Loading