Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dec5817
Add schema and create_sdk_pull_requests to config
Jul 24, 2019
2a38f57
Add *.zip to .gitignore
Jul 24, 2019
317a7b7
Merge branch 'latest' of https://github.com/Azure/azure-sdk-for-go in…
Jul 25, 2019
23bc466
Generated from ca46ecf5c4baeb43c5fc1afb355c065bf49efd90 (#5449)
AutorestCI Aug 7, 2019
b04065c
Generated from b3623415bfb03b5a528c8a2a20caad53aba43ce2
AutorestCI Aug 1, 2019
0e470cf
Generated from f1354d954d03c2283656d3c820a88dcfc2ddf79e
AutorestCI Aug 2, 2019
7fed295
Generated from df3fa85139fca07f04373031470bed637e7b8126
AutorestCI Aug 5, 2019
3c08fc3
Merge pull request #4 from Azure/latest
pull[bot] Aug 7, 2019
b32c1a7
Add schema and create_sdk_pull_requests to config
Jul 24, 2019
5c91888
Merge branch 'sdkAutomationProdTest/recoveryservices/mgmt/2017-07-01'…
Aug 7, 2019
81b98af
[AutoPR servicefabric/resource-manager] Moving sfrp release 2019-03-0…
AutorestCI Aug 7, 2019
052ffb5
Generated from e8805bf5ca1ff7c125b84a637eb483af9efd5ff5 (#5459)
AutorestCI Aug 8, 2019
d366f09
Generated from 27e7dd3c7e4a6b855c902cfaf35380e273760cde (#5462)
AutorestCI Aug 8, 2019
41c4773
Add schema and create_sdk_pull_requests to config
Jul 24, 2019
314cd63
Merge branch 'sdkAutomationProdTest/recoveryservices/mgmt/2017-07-01'…
Aug 13, 2019
be02465
Add schema and create_sdk_pull_requests to config
Jul 24, 2019
f8a3f49
Merge branch 'sdkAutomationProdTest/recoveryservices/mgmt/2017-07-01'…
Aug 13, 2019
612fe39
[AutoPR recoveryservices/mgmt/2017-07-01] Adding non mandatory fields…
openapi-sdkautomation[bot] Aug 15, 2019
5ed2ef3
Add schema and create_sdk_pull_requests to config
Jul 24, 2019
3fd792b
[AutoPR recoveryservices/mgmt/2017-07-01] Adding non mandatory fields…
openapi-sdkautomation[bot] Aug 15, 2019
03e69f3
Merge branch 'sdkAutomationProdTest/recoveryservices/mgmt/2017-07-01'…
Aug 19, 2019
65fa31f
[AutoPR recoveryservices/mgmt/2017-07-01] Fixing model validation err…
openapi-sdkautomation[bot] Aug 20, 2019
9a25227
Add schema and create_sdk_pull_requests to config
Jul 24, 2019
ac29847
[AutoPR recoveryservices/mgmt/2017-07-01] Adding non mandatory fields…
openapi-sdkautomation[bot] Aug 15, 2019
942dea8
[AutoPR recoveryservices/mgmt/2017-07-01] Fixing model validation err…
openapi-sdkautomation[bot] Aug 20, 2019
f147f13
Merge branch 'sdkAutomationProdTest/recoveryservices/mgmt/2017-07-01'…
Aug 21, 2019
1e187a3
Add schema and create_sdk_pull_requests to config
Jul 24, 2019
210e4d4
[AutoPR recoveryservices/mgmt/2017-07-01] Adding non mandatory fields…
openapi-sdkautomation[bot] Aug 15, 2019
994a96d
[AutoPR recoveryservices/mgmt/2017-07-01] Fixing model validation err…
openapi-sdkautomation[bot] Aug 20, 2019
611ec52
[AutoPR recoveryservices/mgmt/2017-07-01] Adding non mandatory fields…
openapi-sdkautomation[bot] Aug 15, 2019
622d7e4
[AutoPR recoveryservices/mgmt/2017-07-01] Fixing model validation err…
openapi-sdkautomation[bot] Aug 20, 2019
31e45b5
Merge branch 'sdkAutomationProdTest/recoveryservices/mgmt/2017-07-01'…
Aug 21, 2019
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
25 changes: 18 additions & 7 deletions profiles/latest/servicefabric/mgmt/servicefabric/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ const (
SharedProcess ArmServicePackageActivationMode = original.SharedProcess
)

type ArmUpgradeFailureAction = original.ArmUpgradeFailureAction

const (
Manual ArmUpgradeFailureAction = original.Manual
Rollback ArmUpgradeFailureAction = original.Rollback
)

type ClusterState = original.ClusterState

const (
Expand Down Expand Up @@ -184,8 +191,8 @@ const (
type UpgradeMode = original.UpgradeMode

const (
Automatic UpgradeMode = original.Automatic
Manual UpgradeMode = original.Manual
UpgradeModeAutomatic UpgradeMode = original.UpgradeModeAutomatic
UpgradeModeManual UpgradeMode = original.UpgradeModeManual
)

type UpgradeMode1 = original.UpgradeMode1
Expand Down Expand Up @@ -236,16 +243,18 @@ type ApplicationTypeVersionResource = original.ApplicationTypeVersionResource
type ApplicationTypeVersionResourceList = original.ApplicationTypeVersionResourceList
type ApplicationTypeVersionResourceProperties = original.ApplicationTypeVersionResourceProperties
type ApplicationTypeVersionsClient = original.ApplicationTypeVersionsClient
type ApplicationTypeVersionsCreateFuture = original.ApplicationTypeVersionsCreateFuture
type ApplicationTypeVersionsCreateOrUpdateFuture = original.ApplicationTypeVersionsCreateOrUpdateFuture
type ApplicationTypeVersionsDeleteFuture = original.ApplicationTypeVersionsDeleteFuture
type ApplicationTypesClient = original.ApplicationTypesClient
type ApplicationTypesDeleteFuture = original.ApplicationTypesDeleteFuture
type ApplicationUpgradePolicy = original.ApplicationUpgradePolicy
type ApplicationsClient = original.ApplicationsClient
type ApplicationsCreateFuture = original.ApplicationsCreateFuture
type ApplicationsCreateOrUpdateFuture = original.ApplicationsCreateOrUpdateFuture
type ApplicationsDeleteFuture = original.ApplicationsDeleteFuture
type ApplicationsUpdateFuture = original.ApplicationsUpdateFuture
type ArmApplicationHealthPolicy = original.ArmApplicationHealthPolicy
type ArmRollingUpgradeMonitoringPolicy = original.ArmRollingUpgradeMonitoringPolicy
type ArmServiceTypeHealthPolicy = original.ArmServiceTypeHealthPolicy
type AvailableOperationDisplay = original.AvailableOperationDisplay
type AzureActiveDirectory = original.AzureActiveDirectory
type BaseClient = original.BaseClient
Expand All @@ -269,7 +278,7 @@ type ClusterUpgradePolicy = original.ClusterUpgradePolicy
type ClusterVersionDetails = original.ClusterVersionDetails
type ClusterVersionsClient = original.ClusterVersionsClient
type ClustersClient = original.ClustersClient
type ClustersCreateFuture = original.ClustersCreateFuture
type ClustersCreateOrUpdateFuture = original.ClustersCreateOrUpdateFuture
type ClustersUpdateFuture = original.ClustersUpdateFuture
type DiagnosticsStorageAccountConfig = original.DiagnosticsStorageAccountConfig
type EndpointRangeDescription = original.EndpointRangeDescription
Expand All @@ -285,7 +294,6 @@ type OperationsClient = original.OperationsClient
type PartitionSchemeDescription = original.PartitionSchemeDescription
type ProxyResource = original.ProxyResource
type Resource = original.Resource
type RollingUpgradeMonitoringPolicy = original.RollingUpgradeMonitoringPolicy
type ServerCertificateCommonName = original.ServerCertificateCommonName
type ServerCertificateCommonNames = original.ServerCertificateCommonNames
type ServiceCorrelationDescription = original.ServiceCorrelationDescription
Expand All @@ -300,7 +308,7 @@ type ServiceResourceUpdateProperties = original.ServiceResourceUpdateProperties
type ServiceTypeDeltaHealthPolicy = original.ServiceTypeDeltaHealthPolicy
type ServiceTypeHealthPolicy = original.ServiceTypeHealthPolicy
type ServicesClient = original.ServicesClient
type ServicesCreateFuture = original.ServicesCreateFuture
type ServicesCreateOrUpdateFuture = original.ServicesCreateOrUpdateFuture
type ServicesDeleteFuture = original.ServicesDeleteFuture
type ServicesUpdateFuture = original.ServicesUpdateFuture
type SettingsParameterDescription = original.SettingsParameterDescription
Expand Down Expand Up @@ -369,6 +377,9 @@ func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
func PossibleArmServicePackageActivationModeValues() []ArmServicePackageActivationMode {
return original.PossibleArmServicePackageActivationModeValues()
}
func PossibleArmUpgradeFailureActionValues() []ArmUpgradeFailureAction {
return original.PossibleArmUpgradeFailureActionValues()
}
func PossibleClusterStateValues() []ClusterState {
return original.PossibleClusterStateValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package frontdoorapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/frontdoor/mgmt/2019-04-01/frontdoor/frontdoorapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/frontdoor/mgmt/2019-05-01/frontdoor/frontdoorapi"

type BackendPoolsClientAPI = original.BackendPoolsClientAPI
type BaseClientAPI = original.BaseClientAPI
Expand Down
41 changes: 31 additions & 10 deletions profiles/preview/preview/frontdoor/mgmt/frontdoor/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package frontdoor
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/frontdoor/mgmt/2019-04-01/frontdoor"
original "github.com/Azure/azure-sdk-for-go/services/preview/frontdoor/mgmt/2019-05-01/frontdoor"
)

const (
Expand Down Expand Up @@ -126,6 +126,20 @@ const (
MatchRequest ForwardingProtocol = original.MatchRequest
)

type HealthProbeEnabled = original.HealthProbeEnabled

const (
HealthProbeEnabledDisabled HealthProbeEnabled = original.HealthProbeEnabledDisabled
HealthProbeEnabledEnabled HealthProbeEnabled = original.HealthProbeEnabledEnabled
)

type HealthProbeMethod = original.HealthProbeMethod

const (
GET HealthProbeMethod = original.GET
HEAD HealthProbeMethod = original.HEAD
)

type ManagedRuleEnabledState = original.ManagedRuleEnabledState

const (
Expand All @@ -146,6 +160,13 @@ const (
RequestURI MatchVariable = original.RequestURI
)

type MinimumTLSVersion = original.MinimumTLSVersion

const (
OneFullStopTwo MinimumTLSVersion = original.OneFullStopTwo
OneFullStopZero MinimumTLSVersion = original.OneFullStopZero
)

type NetworkOperationStatus = original.NetworkOperationStatus

const (
Expand Down Expand Up @@ -274,12 +295,6 @@ const (
SessionAffinityEnabledStateEnabled SessionAffinityEnabledState = original.SessionAffinityEnabledStateEnabled
)

type TLSProtocolType = original.TLSProtocolType

const (
ServerNameIndication TLSProtocolType = original.ServerNameIndication
)

type TransformType = original.TransformType

const (
Expand Down Expand Up @@ -544,12 +559,21 @@ func PossibleEnforceCertificateNameCheckEnabledStateValues() []EnforceCertificat
func PossibleForwardingProtocolValues() []ForwardingProtocol {
return original.PossibleForwardingProtocolValues()
}
func PossibleHealthProbeEnabledValues() []HealthProbeEnabled {
return original.PossibleHealthProbeEnabledValues()
}
func PossibleHealthProbeMethodValues() []HealthProbeMethod {
return original.PossibleHealthProbeMethodValues()
}
func PossibleManagedRuleEnabledStateValues() []ManagedRuleEnabledState {
return original.PossibleManagedRuleEnabledStateValues()
}
func PossibleMatchVariableValues() []MatchVariable {
return original.PossibleMatchVariableValues()
}
func PossibleMinimumTLSVersionValues() []MinimumTLSVersion {
return original.PossibleMinimumTLSVersionValues()
}
func PossibleNetworkOperationStatusValues() []NetworkOperationStatus {
return original.PossibleNetworkOperationStatusValues()
}
Expand Down Expand Up @@ -595,9 +619,6 @@ func PossibleRuleTypeValues() []RuleType {
func PossibleSessionAffinityEnabledStateValues() []SessionAffinityEnabledState {
return original.PossibleSessionAffinityEnabledStateValues()
}
func PossibleTLSProtocolTypeValues() []TLSProtocolType {
return original.PossibleTLSProtocolTypeValues()
}
func PossibleTransformTypeValues() []TransformType {
return original.PossibleTransformTypeValues()
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// +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 managednetworkapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/managednetwork/mgmt/2019-06-01-preview/managednetwork/managednetworkapi"

type GroupsClientAPI = original.GroupsClientAPI
type ManagedNetworksClientAPI = original.ManagedNetworksClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PeeringPoliciesClientAPI = original.PeeringPoliciesClientAPI
type ScopeAssignmentsClientAPI = original.ScopeAssignmentsClientAPI
185 changes: 185 additions & 0 deletions profiles/preview/preview/managednetwork/mgmt/managednetwork/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
// +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 managednetwork

import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/managednetwork/mgmt/2019-06-01-preview/managednetwork"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type Kind = original.Kind

const (
Connectivity Kind = original.Connectivity
)

type PeeringPolicyType = original.PeeringPolicyType

const (
PeeringPolicyTypeHubAndSpokeTopology PeeringPolicyType = original.PeeringPolicyTypeHubAndSpokeTopology
PeeringPolicyTypeManagedNetworkPeeringPolicyProperties PeeringPolicyType = original.PeeringPolicyTypeManagedNetworkPeeringPolicyProperties
PeeringPolicyTypeMeshTopology PeeringPolicyType = original.PeeringPolicyTypeMeshTopology
)

type ProvisioningState = original.ProvisioningState

const (
Deleting ProvisioningState = original.Deleting
Failed ProvisioningState = original.Failed
Succeeded ProvisioningState = original.Succeeded
Updating ProvisioningState = original.Updating
)

type BaseClient = original.BaseClient
type BasicPeeringPolicyProperties = original.BasicPeeringPolicyProperties
type ConnectivityCollection = original.ConnectivityCollection
type ErrorResponse = original.ErrorResponse
type Group = original.Group
type GroupListResult = original.GroupListResult
type GroupListResultIterator = original.GroupListResultIterator
type GroupListResultPage = original.GroupListResultPage
type GroupProperties = original.GroupProperties
type GroupsClient = original.GroupsClient
type GroupsCreateOrUpdateFuture = original.GroupsCreateOrUpdateFuture
type GroupsDeleteFuture = original.GroupsDeleteFuture
type HubAndSpokePeeringPolicyProperties = original.HubAndSpokePeeringPolicyProperties
type ListResult = original.ListResult
type ListResultIterator = original.ListResultIterator
type ListResultPage = original.ListResultPage
type ManagedNetwork = original.ManagedNetwork
type ManagedNetworksClient = original.ManagedNetworksClient
type ManagedNetworksDeleteFutureType = original.ManagedNetworksDeleteFutureType
type ManagedNetworksUpdateFutureType = original.ManagedNetworksUpdateFutureType
type MeshPeeringPolicyProperties = original.MeshPeeringPolicyProperties
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type OperationsClient = original.OperationsClient
type PeeringPoliciesClient = original.PeeringPoliciesClient
type PeeringPoliciesCreateOrUpdateFuture = original.PeeringPoliciesCreateOrUpdateFuture
type PeeringPoliciesDeleteFuture = original.PeeringPoliciesDeleteFuture
type PeeringPolicy = original.PeeringPolicy
type PeeringPolicyListResult = original.PeeringPolicyListResult
type PeeringPolicyListResultIterator = original.PeeringPolicyListResultIterator
type PeeringPolicyListResultPage = original.PeeringPolicyListResultPage
type PeeringPolicyProperties = original.PeeringPolicyProperties
type Properties = original.Properties
type ProxyResource = original.ProxyResource
type Resource = original.Resource
type ResourceID = original.ResourceID
type ResourceProperties = original.ResourceProperties
type Scope = original.Scope
type ScopeAssignment = original.ScopeAssignment
type ScopeAssignmentListResult = original.ScopeAssignmentListResult
type ScopeAssignmentListResultIterator = original.ScopeAssignmentListResultIterator
type ScopeAssignmentListResultPage = original.ScopeAssignmentListResultPage
type ScopeAssignmentProperties = original.ScopeAssignmentProperties
type ScopeAssignmentsClient = original.ScopeAssignmentsClient
type TrackedResource = original.TrackedResource
type Update = original.Update

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewGroupListResultIterator(page GroupListResultPage) GroupListResultIterator {
return original.NewGroupListResultIterator(page)
}
func NewGroupListResultPage(getNextPage func(context.Context, GroupListResult) (GroupListResult, error)) GroupListResultPage {
return original.NewGroupListResultPage(getNextPage)
}
func NewGroupsClient(subscriptionID string) GroupsClient {
return original.NewGroupsClient(subscriptionID)
}
func NewGroupsClientWithBaseURI(baseURI string, subscriptionID string) GroupsClient {
return original.NewGroupsClientWithBaseURI(baseURI, subscriptionID)
}
func NewListResultIterator(page ListResultPage) ListResultIterator {
return original.NewListResultIterator(page)
}
func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage {
return original.NewListResultPage(getNextPage)
}
func NewManagedNetworksClient(subscriptionID string) ManagedNetworksClient {
return original.NewManagedNetworksClient(subscriptionID)
}
func NewManagedNetworksClientWithBaseURI(baseURI string, subscriptionID string) ManagedNetworksClient {
return original.NewManagedNetworksClientWithBaseURI(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)
}
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewPeeringPoliciesClient(subscriptionID string) PeeringPoliciesClient {
return original.NewPeeringPoliciesClient(subscriptionID)
}
func NewPeeringPoliciesClientWithBaseURI(baseURI string, subscriptionID string) PeeringPoliciesClient {
return original.NewPeeringPoliciesClientWithBaseURI(baseURI, subscriptionID)
}
func NewPeeringPolicyListResultIterator(page PeeringPolicyListResultPage) PeeringPolicyListResultIterator {
return original.NewPeeringPolicyListResultIterator(page)
}
func NewPeeringPolicyListResultPage(getNextPage func(context.Context, PeeringPolicyListResult) (PeeringPolicyListResult, error)) PeeringPolicyListResultPage {
return original.NewPeeringPolicyListResultPage(getNextPage)
}
func NewScopeAssignmentListResultIterator(page ScopeAssignmentListResultPage) ScopeAssignmentListResultIterator {
return original.NewScopeAssignmentListResultIterator(page)
}
func NewScopeAssignmentListResultPage(getNextPage func(context.Context, ScopeAssignmentListResult) (ScopeAssignmentListResult, error)) ScopeAssignmentListResultPage {
return original.NewScopeAssignmentListResultPage(getNextPage)
}
func NewScopeAssignmentsClient(subscriptionID string) ScopeAssignmentsClient {
return original.NewScopeAssignmentsClient(subscriptionID)
}
func NewScopeAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) ScopeAssignmentsClient {
return original.NewScopeAssignmentsClientWithBaseURI(baseURI, subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleKindValues() []Kind {
return original.PossibleKindValues()
}
func PossiblePeeringPolicyTypeValues() []PeeringPolicyType {
return original.PossiblePeeringPolicyTypeValues()
}
func PossibleProvisioningStateValues() []ProvisioningState {
return original.PossibleProvisioningStateValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/preview"
}
func Version() string {
return original.Version()
}
Loading