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

Release v49.1.0 #14015

Merged
merged 12 commits into from
Dec 17, 2020
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## `v49.1.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2020-09-01/cdn`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-07-01/network`
- `github.com/Azure/azure-sdk-for-go/services/preview/azureadb2c/mgmt/2020-05-01-preview/azureadb2c`
- `github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2020-06-01/redis`

### Updated Packages

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory` | [details](services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |

### Breaking Changes

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security` | [details](services/preview/security/mgmt/v3.0/security/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/synapse/mgmt/2019-06-01-preview/synapse` | [details](services/preview/synapse/mgmt/2019-06-01-preview/synapse/CHANGELOG.md) |

## `v49.0.0`

**NOTE**: Due to the changes requested in [this issue](https://github.com/Azure/azure-sdk-for-go/issues/12834), we changed the constructor of all the pager structs, which leads to a very long list of breaking changes. Please check the details of the breaking changes by the link in the table.
Expand Down
2 changes: 1 addition & 1 deletion generate_options.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"autorestArguments": [
"[email protected]/autorest.go@~2.1.162",
"[email protected]/autorest.go@~2.1.165",
"--go",
"--verbose",
"--go-sdk-folder=.",
Expand Down
14 changes: 13 additions & 1 deletion profiles/latest/cdn/mgmt/cdn/cdnapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,28 @@

package cdnapi

import original "github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2020-04-15/cdn/cdnapi"
import original "github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2020-09-01/cdn/cdnapi"

type AFDCustomDomainsClientAPI = original.AFDCustomDomainsClientAPI
type AFDEndpointsClientAPI = original.AFDEndpointsClientAPI
type AFDOriginGroupsClientAPI = original.AFDOriginGroupsClientAPI
type AFDOriginsClientAPI = original.AFDOriginsClientAPI
type AFDProfilesClientAPI = original.AFDProfilesClientAPI
type BaseClientAPI = original.BaseClientAPI
type CustomDomainsClientAPI = original.CustomDomainsClientAPI
type EdgeNodesClientAPI = original.EdgeNodesClientAPI
type EndpointsClientAPI = original.EndpointsClientAPI
type LogAnalyticsClientAPI = original.LogAnalyticsClientAPI
type ManagedRuleSetsClientAPI = original.ManagedRuleSetsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type OriginGroupsClientAPI = original.OriginGroupsClientAPI
type OriginsClientAPI = original.OriginsClientAPI
type PoliciesClientAPI = original.PoliciesClientAPI
type ProfilesClientAPI = original.ProfilesClientAPI
type ResourceUsageClientAPI = original.ResourceUsageClientAPI
type RoutesClientAPI = original.RoutesClientAPI
type RuleSetsClientAPI = original.RuleSetsClientAPI
type RulesClientAPI = original.RulesClientAPI
type SecretsClientAPI = original.SecretsClientAPI
type SecurityPoliciesClientAPI = original.SecurityPoliciesClientAPI
type ValidateClientAPI = original.ValidateClientAPI
Loading