Skip to content

Commit

Permalink
Release v49.1.0 (Azure#14015)
Browse files Browse the repository at this point in the history
* bump autorest.go version

* Fix issue Azure#13882

* Generated from tags [package-2020-09] of specification/cdn/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2020-07] of specification/network/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-composite-v3] of specification/security/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2019-06-01-preview] of specification/synapse/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2020-05-01-preview] of specification/cpim/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2018-06] of specification/datafactory/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2020-06] of specification/redis/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2016-06] of specification/recoveryservices/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* v49.1.0

* Fix links in CHANGELOG
  • Loading branch information
ArcturusZhang authored Dec 17, 2020
1 parent 3e279e9 commit 833259e
Show file tree
Hide file tree
Showing 7,294 changed files with 169,393 additions and 1,634 deletions.
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

0 comments on commit 833259e

Please sign in to comment.