Skip to content

Commit

Permalink
CodeGen from PR 21407 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 9b2e7c5e787509e720bb87d9fb8a6324a9970b10 into fa8bd476e1768f419063cba8c1d696e9f8c43511
  • Loading branch information
SDKAuto committed Nov 3, 2022
1 parent ac8e098 commit 0ce9f62
Show file tree
Hide file tree
Showing 70 changed files with 628 additions and 6,755 deletions.
67 changes: 67 additions & 0 deletions sdk/resourcemanager/security/armsecurity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
# Release History

## 0.9.0 (2022-11-03)
### Breaking Changes

- Type of `ContactProperties.AlertNotifications` has been changed from `*AlertNotifications` to `*ContactPropertiesAlertNotifications`
- Type of `DefenderForServersAwsOfferingVMScannersConfiguration.ExclusionTags` has been changed from `interface{}` to `map[string]*string`
- Const `AlertsToAdminsOff` has been removed
- Const `AlertNotificationsOn` has been removed
- Const `AlertNotificationsOff` has been removed
- Const `AlertsToAdminsOn` has been removed
- Type alias `AlertNotifications` has been removed
- Type alias `AlertsToAdmins` has been removed
- Function `PossibleAlertNotificationsValues` has been removed
- Function `*AWSEnvironmentData.GetEnvironmentData` has been removed
- Function `*ContactsClient.Update` has been removed
- Function `PossibleAlertsToAdminsValues` has been removed
- Struct `AWSEnvironmentData` has been removed
- Struct `ContactsClientUpdateOptions` has been removed
- Struct `ContactsClientUpdateResponse` has been removed
- Struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed
- Struct `DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration` has been removed
- Struct `DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed
- Struct `DefenderForServersGcpOfferingArcAutoProvisioningConfiguration` has been removed
- Field `Configuration` of struct `DefenderForServersGcpOfferingArcAutoProvisioning` has been removed
- Field `ServicePrincipalSecretMetadata` of struct `DefenderForServersAwsOfferingArcAutoProvisioning` has been removed
- Field `Configuration` of struct `DefenderForDatabasesGcpOfferingArcAutoProvisioning` has been removed
- Field `AlertsToAdmins` of struct `ContactProperties` has been removed
- Field `Email` of struct `ContactProperties` has been removed
- Field `ServicePrincipalSecretMetadata` of struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioning` has been removed

### Features Added

- New const `ApplicationConditionOperatorEquals`
- New const `OfferingTypeDefenderForDevOpsAzureDevOps`
- New const `RolesAccountAdmin`
- New const `RolesServiceAdmin`
- New const `RolesContributor`
- New const `MinimalSeverityHigh`
- New const `RolesOwner`
- New const `OfferingTypeDefenderCspmAws`
- New const `MinimalSeverityLow`
- New const `OfferingTypeDefenderForDevOpsGithub`
- New const `OfferingTypeDefenderCspmGcp`
- New const `MinimalSeverityMedium`
- New type alias `MinimalSeverity`
- New type alias `Roles`
- New function `PossibleMinimalSeverityValues() []MinimalSeverity`
- New function `*AwsEnvironmentData.GetEnvironmentData() *EnvironmentData`
- New function `*DefenderCspmAwsOffering.GetCloudOffering() *CloudOffering`
- New function `*DefenderForDevOpsGithubOffering.GetCloudOffering() *CloudOffering`
- New function `*DefenderCspmGcpOffering.GetCloudOffering() *CloudOffering`
- New function `PossibleRolesValues() []Roles`
- New function `*DefenderForDevOpsAzureDevOpsOffering.GetCloudOffering() *CloudOffering`
- New struct `AwsEnvironmentData`
- New struct `ContactPropertiesAlertNotifications`
- New struct `ContactPropertiesNotificationsByRole`
- New struct `DefenderCspmAwsOffering`
- New struct `DefenderCspmAwsOfferingVMScanners`
- New struct `DefenderCspmAwsOfferingVMScannersConfiguration`
- New struct `DefenderCspmGcpOffering`
- New struct `DefenderFoDatabasesAwsOfferingRds`
- New struct `DefenderForDevOpsAzureDevOpsOffering`
- New struct `DefenderForDevOpsGithubOffering`
- New field `Emails` in struct `ContactProperties`
- New field `NotificationsByRole` in struct `ContactProperties`
- New field `Rds` in struct `DefenderFoDatabasesAwsOffering`


## 0.8.0 (2022-09-13)
### Breaking Changes

Expand Down

This file was deleted.

Loading

0 comments on commit 0ce9f62

Please sign in to comment.