Skip to content

Commit dffabea

Browse files
azure-sdkAlancere
andauthored
[Release] sdk/resourcemanager/security/armsecurity/0.9.0 (Azure#19572)
* [Release] sdk/resourcemanager/security/armsecurity/0.9.0 generation from spec commit: af3f7994582c0cbd61a48b636907ad2ac95d332c * update changelog Co-authored-by: ReleaseHelper <ReleaseHelper> Co-authored-by: Alancere <804873052@qq.com>
1 parent 7c80c51 commit dffabea

File tree

13 files changed

+643
-536
lines changed

13 files changed

+643
-536
lines changed

sdk/resourcemanager/security/armsecurity/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Release History
22

3+
## 0.9.0 (2022-11-15)
4+
### Breaking Changes
5+
6+
- Type of `DefenderForServersAwsOfferingVMScannersConfiguration.ExclusionTags` has been changed from `interface{}` to `map[string]*string`
7+
- Type of `ContactProperties.AlertNotifications` has been changed from `*AlertNotifications` to `*ContactPropertiesAlertNotifications`
8+
- Type alias `AlertsToAdmins` has been removed
9+
- Type alias `AlertNotifications` has been removed
10+
- Function `*AWSEnvironmentData.GetEnvironmentData` has been removed
11+
- Function `*ContactsClient.Update` has been removed
12+
- Struct `AWSEnvironmentData` has been removed
13+
- Struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed
14+
- Struct `DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration` has been removed
15+
- Struct `DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed
16+
- Struct `DefenderForServersGcpOfferingArcAutoProvisioningConfiguration` has been removed
17+
- Field `AlertsToAdmins` of struct `ContactProperties` has been removed
18+
- Field `Email` of struct `ContactProperties` has been removed
19+
- Field `ServicePrincipalSecretMetadata` of struct `DefenderForServersAwsOfferingArcAutoProvisioning` has been removed
20+
- Field `Configuration` of struct `DefenderForDatabasesGcpOfferingArcAutoProvisioning` has been removed
21+
- Field `Configuration` of struct `DefenderForServersGcpOfferingArcAutoProvisioning` has been removed
22+
- Field `ServicePrincipalSecretMetadata` of struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioning` has been removed
23+
24+
### Features Added
25+
26+
- New const `OfferingTypeDefenderCspmAws`
27+
- New const `OfferingTypeDefenderCspmGcp`
28+
- New const `OfferingTypeDefenderForDevOpsGithub`
29+
- New const `OfferingTypeDefenderForDevOpsAzureDevOps`
30+
- New const `ApplicationConditionOperatorEquals`
31+
- New type alias `MinimalSeverity`
32+
- New type alias `Roles`
33+
- New function `*AwsEnvironmentData.GetEnvironmentData() *EnvironmentData`
34+
- New function `*DefenderForDevOpsAzureDevOpsOffering.GetCloudOffering() *CloudOffering`
35+
- New function `*DefenderForDevOpsGithubOffering.GetCloudOffering() *CloudOffering`
36+
- New function `*DefenderCspmGcpOffering.GetCloudOffering() *CloudOffering`
37+
- New function `*DefenderCspmAwsOffering.GetCloudOffering() *CloudOffering`
38+
- New struct `AwsEnvironmentData`
39+
- New struct `ContactPropertiesAlertNotifications`
40+
- New struct `ContactPropertiesNotificationsByRole`
41+
- New struct `DefenderCspmAwsOffering`
42+
- New struct `DefenderCspmAwsOfferingVMScanners`
43+
- New struct `DefenderCspmAwsOfferingVMScannersConfiguration`
44+
- New struct `DefenderCspmGcpOffering`
45+
- New struct `DefenderFoDatabasesAwsOfferingRds`
46+
- New struct `DefenderForDevOpsAzureDevOpsOffering`
47+
- New struct `DefenderForDevOpsGithubOffering`
48+
- New field `Rds` in struct `DefenderFoDatabasesAwsOffering`
49+
- New field `Emails` in struct `ContactProperties`
50+
- New field `NotificationsByRole` in struct `ContactProperties`
51+
52+
353
## 0.8.0 (2022-09-13)
454
### Breaking Changes
555

sdk/resourcemanager/security/armsecurity/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
azure-arm: true
77
tag: package-composite-v3
88
require:
9-
- https://github.com/Azure/azure-rest-api-specs/blob/6080bb1fc0e219b72ed3c85966b54334e22e9980/specification/security/resource-manager/readme.md
10-
- https://github.com/Azure/azure-rest-api-specs/blob/6080bb1fc0e219b72ed3c85966b54334e22e9980/specification/security/resource-manager/readme.go.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/af3f7994582c0cbd61a48b636907ad2ac95d332c/specification/security/resource-manager/readme.md
10+
- https://github.com/Azure/azure-rest-api-specs/blob/af3f7994582c0cbd61a48b636907ad2ac95d332c/specification/security/resource-manager/readme.go.md
1111
license-header: MICROSOFT_MIT_NO_VERSION
12-
module-version: 0.8.0
12+
module-version: 0.9.0
1313
modelerfour:
1414
lenient-model-deduplication: true
1515
```

sdk/resourcemanager/security/armsecurity/connectors_client.go

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/security/armsecurity/connectors_client_example_test.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)