Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR network/resource-manager] Merge Network release branch into master #5256

Merged
merged 1 commit into from
Jul 16, 2019
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
19 changes: 12 additions & 7 deletions profiles/latest/network/mgmt/network/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,10 @@ type AuthorizationListResult = original.AuthorizationListResult
type AuthorizationListResultIterator = original.AuthorizationListResultIterator
type AuthorizationListResultPage = original.AuthorizationListResultPage
type AuthorizationPropertiesFormat = original.AuthorizationPropertiesFormat
type AutoApprovedPrivateLinkService = original.AutoApprovedPrivateLinkService
type AutoApprovedPrivateLinkServicesResult = original.AutoApprovedPrivateLinkServicesResult
type AutoApprovedPrivateLinkServicesResultIterator = original.AutoApprovedPrivateLinkServicesResultIterator
type AutoApprovedPrivateLinkServicesResultPage = original.AutoApprovedPrivateLinkServicesResultPage
type Availability = original.Availability
type AvailableDelegation = original.AvailableDelegation
type AvailableDelegationsClient = original.AvailableDelegationsClient
Expand All @@ -1063,7 +1067,6 @@ type AvailableProvidersListCountry = original.AvailableProvidersListCountry
type AvailableProvidersListParameters = original.AvailableProvidersListParameters
type AvailableProvidersListState = original.AvailableProvidersListState
type AvailableResourceGroupDelegationsClient = original.AvailableResourceGroupDelegationsClient
type AvailableResourceGroupPrivateEndpointTypesClient = original.AvailableResourceGroupPrivateEndpointTypesClient
type AzureAsyncOperationResult = original.AzureAsyncOperationResult
type AzureFirewall = original.AzureFirewall
type AzureFirewallApplicationRule = original.AzureFirewallApplicationRule
Expand Down Expand Up @@ -1121,6 +1124,7 @@ type BgpServiceCommunityListResultIterator = original.BgpServiceCommunityListRes
type BgpServiceCommunityListResultPage = original.BgpServiceCommunityListResultPage
type BgpServiceCommunityPropertiesFormat = original.BgpServiceCommunityPropertiesFormat
type BgpSettings = original.BgpSettings
type CheckPrivateLinkServiceVisibilityRequest = original.CheckPrivateLinkServiceVisibilityRequest
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type ConfigurationDiagnosticParameters = original.ConfigurationDiagnosticParameters
Expand Down Expand Up @@ -1529,6 +1533,7 @@ type PrivateLinkServiceListResultPage = original.PrivateLinkServiceListResultPag
type PrivateLinkServiceProperties = original.PrivateLinkServiceProperties
type PrivateLinkServicePropertiesAutoApproval = original.PrivateLinkServicePropertiesAutoApproval
type PrivateLinkServicePropertiesVisibility = original.PrivateLinkServicePropertiesVisibility
type PrivateLinkServiceVisibility = original.PrivateLinkServiceVisibility
type PrivateLinkServicesClient = original.PrivateLinkServicesClient
type PrivateLinkServicesCreateOrUpdateFuture = original.PrivateLinkServicesCreateOrUpdateFuture
type PrivateLinkServicesDeleteFuture = original.PrivateLinkServicesDeleteFuture
Expand Down Expand Up @@ -1877,6 +1882,12 @@ func NewAuthorizationListResultIterator(page AuthorizationListResultPage) Author
func NewAuthorizationListResultPage(getNextPage func(context.Context, AuthorizationListResult) (AuthorizationListResult, error)) AuthorizationListResultPage {
return original.NewAuthorizationListResultPage(getNextPage)
}
func NewAutoApprovedPrivateLinkServicesResultIterator(page AutoApprovedPrivateLinkServicesResultPage) AutoApprovedPrivateLinkServicesResultIterator {
return original.NewAutoApprovedPrivateLinkServicesResultIterator(page)
}
func NewAutoApprovedPrivateLinkServicesResultPage(getNextPage func(context.Context, AutoApprovedPrivateLinkServicesResult) (AutoApprovedPrivateLinkServicesResult, error)) AutoApprovedPrivateLinkServicesResultPage {
return original.NewAutoApprovedPrivateLinkServicesResultPage(getNextPage)
}
func NewAvailableDelegationsClient(subscriptionID string) AvailableDelegationsClient {
return original.NewAvailableDelegationsClient(subscriptionID)
}
Expand Down Expand Up @@ -1913,12 +1924,6 @@ func NewAvailableResourceGroupDelegationsClient(subscriptionID string) Available
func NewAvailableResourceGroupDelegationsClientWithBaseURI(baseURI string, subscriptionID string) AvailableResourceGroupDelegationsClient {
return original.NewAvailableResourceGroupDelegationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewAvailableResourceGroupPrivateEndpointTypesClient(subscriptionID string) AvailableResourceGroupPrivateEndpointTypesClient {
return original.NewAvailableResourceGroupPrivateEndpointTypesClient(subscriptionID)
}
func NewAvailableResourceGroupPrivateEndpointTypesClientWithBaseURI(baseURI string, subscriptionID string) AvailableResourceGroupPrivateEndpointTypesClient {
return original.NewAvailableResourceGroupPrivateEndpointTypesClientWithBaseURI(baseURI, subscriptionID)
}
func NewAzureFirewallFqdnTagListResultIterator(page AzureFirewallFqdnTagListResultPage) AzureFirewallFqdnTagListResultIterator {
return original.NewAzureFirewallFqdnTagListResultIterator(page)
}
Expand Down
1 change: 0 additions & 1 deletion profiles/latest/network/mgmt/network/networkapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type AvailableDelegationsClientAPI = original.AvailableDelegationsClientAPI
type AvailableEndpointServicesClientAPI = original.AvailableEndpointServicesClientAPI
type AvailablePrivateEndpointTypesClientAPI = original.AvailablePrivateEndpointTypesClientAPI
type AvailableResourceGroupDelegationsClientAPI = original.AvailableResourceGroupDelegationsClientAPI
type AvailableResourceGroupPrivateEndpointTypesClientAPI = original.AvailableResourceGroupPrivateEndpointTypesClientAPI
type AzureFirewallFqdnTagsClientAPI = original.AzureFirewallFqdnTagsClientAPI
type AzureFirewallsClientAPI = original.AzureFirewallsClientAPI
type BaseClientAPI = original.BaseClientAPI
Expand Down
19 changes: 12 additions & 7 deletions profiles/preview/network/mgmt/network/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,10 @@ type AuthorizationListResult = original.AuthorizationListResult
type AuthorizationListResultIterator = original.AuthorizationListResultIterator
type AuthorizationListResultPage = original.AuthorizationListResultPage
type AuthorizationPropertiesFormat = original.AuthorizationPropertiesFormat
type AutoApprovedPrivateLinkService = original.AutoApprovedPrivateLinkService
type AutoApprovedPrivateLinkServicesResult = original.AutoApprovedPrivateLinkServicesResult
type AutoApprovedPrivateLinkServicesResultIterator = original.AutoApprovedPrivateLinkServicesResultIterator
type AutoApprovedPrivateLinkServicesResultPage = original.AutoApprovedPrivateLinkServicesResultPage
type Availability = original.Availability
type AvailableDelegation = original.AvailableDelegation
type AvailableDelegationsClient = original.AvailableDelegationsClient
Expand All @@ -1063,7 +1067,6 @@ type AvailableProvidersListCountry = original.AvailableProvidersListCountry
type AvailableProvidersListParameters = original.AvailableProvidersListParameters
type AvailableProvidersListState = original.AvailableProvidersListState
type AvailableResourceGroupDelegationsClient = original.AvailableResourceGroupDelegationsClient
type AvailableResourceGroupPrivateEndpointTypesClient = original.AvailableResourceGroupPrivateEndpointTypesClient
type AzureAsyncOperationResult = original.AzureAsyncOperationResult
type AzureFirewall = original.AzureFirewall
type AzureFirewallApplicationRule = original.AzureFirewallApplicationRule
Expand Down Expand Up @@ -1121,6 +1124,7 @@ type BgpServiceCommunityListResultIterator = original.BgpServiceCommunityListRes
type BgpServiceCommunityListResultPage = original.BgpServiceCommunityListResultPage
type BgpServiceCommunityPropertiesFormat = original.BgpServiceCommunityPropertiesFormat
type BgpSettings = original.BgpSettings
type CheckPrivateLinkServiceVisibilityRequest = original.CheckPrivateLinkServiceVisibilityRequest
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type ConfigurationDiagnosticParameters = original.ConfigurationDiagnosticParameters
Expand Down Expand Up @@ -1529,6 +1533,7 @@ type PrivateLinkServiceListResultPage = original.PrivateLinkServiceListResultPag
type PrivateLinkServiceProperties = original.PrivateLinkServiceProperties
type PrivateLinkServicePropertiesAutoApproval = original.PrivateLinkServicePropertiesAutoApproval
type PrivateLinkServicePropertiesVisibility = original.PrivateLinkServicePropertiesVisibility
type PrivateLinkServiceVisibility = original.PrivateLinkServiceVisibility
type PrivateLinkServicesClient = original.PrivateLinkServicesClient
type PrivateLinkServicesCreateOrUpdateFuture = original.PrivateLinkServicesCreateOrUpdateFuture
type PrivateLinkServicesDeleteFuture = original.PrivateLinkServicesDeleteFuture
Expand Down Expand Up @@ -1877,6 +1882,12 @@ func NewAuthorizationListResultIterator(page AuthorizationListResultPage) Author
func NewAuthorizationListResultPage(getNextPage func(context.Context, AuthorizationListResult) (AuthorizationListResult, error)) AuthorizationListResultPage {
return original.NewAuthorizationListResultPage(getNextPage)
}
func NewAutoApprovedPrivateLinkServicesResultIterator(page AutoApprovedPrivateLinkServicesResultPage) AutoApprovedPrivateLinkServicesResultIterator {
return original.NewAutoApprovedPrivateLinkServicesResultIterator(page)
}
func NewAutoApprovedPrivateLinkServicesResultPage(getNextPage func(context.Context, AutoApprovedPrivateLinkServicesResult) (AutoApprovedPrivateLinkServicesResult, error)) AutoApprovedPrivateLinkServicesResultPage {
return original.NewAutoApprovedPrivateLinkServicesResultPage(getNextPage)
}
func NewAvailableDelegationsClient(subscriptionID string) AvailableDelegationsClient {
return original.NewAvailableDelegationsClient(subscriptionID)
}
Expand Down Expand Up @@ -1913,12 +1924,6 @@ func NewAvailableResourceGroupDelegationsClient(subscriptionID string) Available
func NewAvailableResourceGroupDelegationsClientWithBaseURI(baseURI string, subscriptionID string) AvailableResourceGroupDelegationsClient {
return original.NewAvailableResourceGroupDelegationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewAvailableResourceGroupPrivateEndpointTypesClient(subscriptionID string) AvailableResourceGroupPrivateEndpointTypesClient {
return original.NewAvailableResourceGroupPrivateEndpointTypesClient(subscriptionID)
}
func NewAvailableResourceGroupPrivateEndpointTypesClientWithBaseURI(baseURI string, subscriptionID string) AvailableResourceGroupPrivateEndpointTypesClient {
return original.NewAvailableResourceGroupPrivateEndpointTypesClientWithBaseURI(baseURI, subscriptionID)
}
func NewAzureFirewallFqdnTagListResultIterator(page AzureFirewallFqdnTagListResultPage) AzureFirewallFqdnTagListResultIterator {
return original.NewAzureFirewallFqdnTagListResultIterator(page)
}
Expand Down
1 change: 0 additions & 1 deletion profiles/preview/network/mgmt/network/networkapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type AvailableDelegationsClientAPI = original.AvailableDelegationsClientAPI
type AvailableEndpointServicesClientAPI = original.AvailableEndpointServicesClientAPI
type AvailablePrivateEndpointTypesClientAPI = original.AvailablePrivateEndpointTypesClientAPI
type AvailableResourceGroupDelegationsClientAPI = original.AvailableResourceGroupDelegationsClientAPI
type AvailableResourceGroupPrivateEndpointTypesClientAPI = original.AvailableResourceGroupPrivateEndpointTypesClientAPI
type AzureFirewallFqdnTagsClientAPI = original.AzureFirewallFqdnTagsClientAPI
type AzureFirewallsClientAPI = original.AzureFirewallsClientAPI
type BaseClientAPI = original.BaseClientAPI
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading