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 v61.0.0 #16725

Merged
merged 4 commits into from
Dec 31, 2021
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## `v61.0.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-09-01-preview/insights`
- `github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2020-03-01/streamanalytics`

### Breaking Changes

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/notificationhubs/mgmt/2017-04-01/notificationhubs` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/notificationhubs/mgmt/2017-04-01/notificationhubs/CHANGELOG.md) |

## `v60.3.0`

### New Packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ const (
type AccessRights = original.AccessRights

const (
Listen AccessRights = original.Listen
Manage AccessRights = original.Manage
SendEnumValue AccessRights = original.SendEnumValue
AccessRightsListen AccessRights = original.AccessRightsListen
AccessRightsManage AccessRights = original.AccessRightsManage
AccessRightsSend AccessRights = original.AccessRightsSend
)

type NamespaceType = original.NamespaceType

const (
Messaging NamespaceType = original.Messaging
NotificationHub NamespaceType = original.NotificationHub
NamespaceTypeMessaging NamespaceType = original.NamespaceTypeMessaging
NamespaceTypeNotificationHub NamespaceType = original.NamespaceTypeNotificationHub
)

type SkuName = original.SkuName

const (
Basic SkuName = original.Basic
Free SkuName = original.Free
Standard SkuName = original.Standard
SkuNameBasic SkuName = original.SkuNameBasic
SkuNameFree SkuName = original.SkuNameFree
SkuNameStandard SkuName = original.SkuNameStandard
)

type AdmCredential = original.AdmCredential
Expand Down
247 changes: 215 additions & 32 deletions profiles/latest/streamanalytics/mgmt/streamanalytics/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@

package streamanalyticsapi

import original "github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2016-03-01/streamanalytics/streamanalyticsapi"
import original "github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2020-03-01/streamanalytics/streamanalyticsapi"

type ClustersClientAPI = original.ClustersClientAPI
type FunctionsClientAPI = original.FunctionsClientAPI
type InputsClientAPI = original.InputsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type OutputsClientAPI = original.OutputsClientAPI
type PrivateEndpointsClientAPI = original.PrivateEndpointsClientAPI
type StreamingJobsClientAPI = original.StreamingJobsClientAPI
type SubscriptionsClientAPI = original.SubscriptionsClientAPI
type TransformationsClientAPI = original.TransformationsClientAPI
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ const (
type AccessRights = original.AccessRights

const (
Listen AccessRights = original.Listen
Manage AccessRights = original.Manage
SendEnumValue AccessRights = original.SendEnumValue
AccessRightsListen AccessRights = original.AccessRightsListen
AccessRightsManage AccessRights = original.AccessRightsManage
AccessRightsSend AccessRights = original.AccessRightsSend
)

type NamespaceType = original.NamespaceType

const (
Messaging NamespaceType = original.Messaging
NotificationHub NamespaceType = original.NotificationHub
NamespaceTypeMessaging NamespaceType = original.NamespaceTypeMessaging
NamespaceTypeNotificationHub NamespaceType = original.NamespaceTypeNotificationHub
)

type SkuName = original.SkuName

const (
Basic SkuName = original.Basic
Free SkuName = original.Free
Standard SkuName = original.Standard
SkuNameBasic SkuName = original.SkuNameBasic
SkuNameFree SkuName = original.SkuNameFree
SkuNameStandard SkuName = original.SkuNameStandard
)

type AdmCredential = original.AdmCredential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package insightsapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-07-01-preview/insights/insightsapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-09-01-preview/insights/insightsapi"

type ActionGroupsClientAPI = original.ActionGroupsClientAPI
type ActivityLogAlertsClientAPI = original.ActivityLogAlertsClientAPI
Expand Down
10 changes: 8 additions & 2 deletions profiles/preview/preview/monitor/mgmt/insights/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package insights
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-07-01-preview/insights"
original "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-09-01-preview/insights"
)

const (
Expand Down Expand Up @@ -394,7 +394,6 @@ const (
OperatorGreaterThanOrEqual Operator = original.OperatorGreaterThanOrEqual
OperatorLessThan Operator = original.OperatorLessThan
OperatorLessThanOrEqual Operator = original.OperatorLessThanOrEqual
OperatorNotEquals Operator = original.OperatorNotEquals
)

type ProvisioningState = original.ProvisioningState
Expand Down Expand Up @@ -486,12 +485,14 @@ const (
)

type Action = original.Action
type ActionDetail = original.ActionDetail
type ActionGroup = original.ActionGroup
type ActionGroupList = original.ActionGroupList
type ActionGroupPatch = original.ActionGroupPatch
type ActionGroupPatchBody = original.ActionGroupPatchBody
type ActionGroupResource = original.ActionGroupResource
type ActionGroupsClient = original.ActionGroupsClient
type ActionGroupsPostTestNotificationsFuture = original.ActionGroupsPostTestNotificationsFuture
type ActionList = original.ActionList
type ActivityLogAlertResource = original.ActivityLogAlertResource
type ActivityLogAlertsClient = original.ActivityLogAlertsClient
Expand Down Expand Up @@ -543,6 +544,7 @@ type BasicRuleAction = original.BasicRuleAction
type BasicRuleCondition = original.BasicRuleCondition
type BasicRuleDataSource = original.BasicRuleDataSource
type ConfigurationAccessEndpointSpec = original.ConfigurationAccessEndpointSpec
type Context = original.Context
type Criteria = original.Criteria
type DataCollectionEndpoint = original.DataCollectionEndpoint
type DataCollectionEndpointConfigurationAccess = original.DataCollectionEndpointConfigurationAccess
Expand Down Expand Up @@ -605,6 +607,7 @@ type EventData = original.EventData
type EventDataCollection = original.EventDataCollection
type EventDataCollectionIterator = original.EventDataCollectionIterator
type EventDataCollectionPage = original.EventDataCollectionPage
type EventHubReceiver = original.EventHubReceiver
type ExtensionDataSource = original.ExtensionDataSource
type HTTPRequestInfo = original.HTTPRequestInfo
type Incident = original.Incident
Expand Down Expand Up @@ -665,6 +668,7 @@ type MetricValue = original.MetricValue
type MetricsClient = original.MetricsClient
type MultiMetricCriteria = original.MultiMetricCriteria
type NetworkRuleSet = original.NetworkRuleSet
type NotificationRequestBody = original.NotificationRequestBody
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
Expand Down Expand Up @@ -731,6 +735,8 @@ type SyslogDataSource = original.SyslogDataSource
type SystemData = original.SystemData
type TagsResource = original.TagsResource
type TenantActivityLogsClient = original.TenantActivityLogsClient
type TestNotificationDetailsResponse = original.TestNotificationDetailsResponse
type TestNotificationResponse = original.TestNotificationResponse
type ThresholdRuleCondition = original.ThresholdRuleCondition
type TimeSeriesBaseline = original.TimeSeriesBaseline
type TimeSeriesElement = original.TimeSeriesElement
Expand Down
Loading