Skip to content

Commit

Permalink
Release v61.0.0 (#16725)
Browse files Browse the repository at this point in the history
* Generated from specification/monitor/resource-manager/readme.md tag package-2021-09 (commit hash: 81ab10cd9d46a85258b710c6150ec48021c6d202)

* Generated from specification/streamanalytics/resource-manager/readme.md tag package-pure-2020-03 (commit hash: 81ab10cd9d46a85258b710c6150ec48021c6d202)

* Generated from specification/notificationhubs/resource-manager/readme.md tag package-2017-04 (commit hash: 81ab10cd9d46a85258b710c6150ec48021c6d202)

* v61.0.0
  • Loading branch information
Alancere committed Dec 31, 2021
1 parent 9c90938 commit b5367c4
Show file tree
Hide file tree
Showing 67 changed files with 33,665 additions and 113 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -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
16 changes: 8 additions & 8 deletions profiles/latest/notificationhubs/mgmt/notificationhubs/models.go
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.

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
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
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
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

0 comments on commit b5367c4

Please sign in to comment.