Skip to content

Commit 907c7f0

Browse files
author
SDKAuto
committed
CodeGen from PR 21519 in Azure/azure-rest-api-specs
Merge 2cad0776cb0bfe96abc00467856ea69bc150e910 into af3f7994582c0cbd61a48b636907ad2ac95d332c
1 parent 5e365ed commit 907c7f0

File tree

73 files changed

+1318
-6729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1318
-6729
lines changed

sdk/resourcemanager/security/armsecurity/CHANGELOG.md

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

3+
## 0.9.0 (2022-11-14)
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+
- Const `AlertsToAdminsOff` has been removed
9+
- Const `AlertNotificationsOn` has been removed
10+
- Const `AlertsToAdminsOn` has been removed
11+
- Const `AlertNotificationsOff` has been removed
12+
- Type alias `AlertsToAdmins` has been removed
13+
- Type alias `AlertNotifications` has been removed
14+
- Function `PossibleAlertNotificationsValues` has been removed
15+
- Function `*AWSEnvironmentData.GetEnvironmentData` has been removed
16+
- Function `*ContactsClient.Update` has been removed
17+
- Function `PossibleAlertsToAdminsValues` has been removed
18+
- Struct `AWSEnvironmentData` has been removed
19+
- Struct `ContactsClientUpdateOptions` has been removed
20+
- Struct `ContactsClientUpdateResponse` has been removed
21+
- Struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed
22+
- Struct `DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration` has been removed
23+
- Struct `DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed
24+
- Struct `DefenderForServersGcpOfferingArcAutoProvisioningConfiguration` has been removed
25+
- Field `Configuration` of struct `DefenderForDatabasesGcpOfferingArcAutoProvisioning` has been removed
26+
- Field `ServicePrincipalSecretMetadata` of struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioning` has been removed
27+
- Field `Email` of struct `ContactProperties` has been removed
28+
- Field `AlertsToAdmins` of struct `ContactProperties` has been removed
29+
- Field `Configuration` of struct `DefenderForServersGcpOfferingArcAutoProvisioning` has been removed
30+
- Field `ServicePrincipalSecretMetadata` of struct `DefenderForServersAwsOfferingArcAutoProvisioning` has been removed
31+
32+
### Features Added
33+
34+
- New const `OfferingTypeDefenderForDevOpsGithub`
35+
- New const `RolesServiceAdmin`
36+
- New const `OfferingTypeDefenderForDevOpsAzureDevOps`
37+
- New const `RolesAccountAdmin`
38+
- New const `RolesContributor`
39+
- New const `MinimalSeverityLow`
40+
- New const `MinimalSeverityHigh`
41+
- New const `OfferingTypeDefenderCspmGcp`
42+
- New const `MinimalSeverityMedium`
43+
- New const `RolesOwner`
44+
- New const `OfferingTypeDefenderCspmAws`
45+
- New const `ApplicationConditionOperatorEquals`
46+
- New type alias `MinimalSeverity`
47+
- New type alias `Roles`
48+
- New function `*DefenderForDevOpsAzureDevOpsOffering.GetCloudOffering() *CloudOffering`
49+
- New function `PossibleRolesValues() []Roles`
50+
- New function `*AwsEnvironmentData.GetEnvironmentData() *EnvironmentData`
51+
- New function `*DefenderCspmAwsOffering.GetCloudOffering() *CloudOffering`
52+
- New function `*APICollectionClient.NewListPager(string, string, *APICollectionClientListOptions) *runtime.Pager[APICollectionClientListResponse]`
53+
- New function `NewAPICollectionOffboardingClient(string, azcore.TokenCredential, *arm.ClientOptions) (*APICollectionOffboardingClient, error)`
54+
- New function `*APICollectionOffboardingClient.Delete(context.Context, string, string, string, *APICollectionOffboardingClientDeleteOptions) (APICollectionOffboardingClientDeleteResponse, error)`
55+
- New function `*APICollectionClient.Get(context.Context, string, string, string, *APICollectionClientGetOptions) (APICollectionClientGetResponse, error)`
56+
- New function `NewAPICollectionClient(string, azcore.TokenCredential, *arm.ClientOptions) (*APICollectionClient, error)`
57+
- New function `*APICollectionOnboardingClient.Create(context.Context, string, string, string, *APICollectionOnboardingClientCreateOptions) (APICollectionOnboardingClientCreateResponse, error)`
58+
- New function `*DefenderCspmGcpOffering.GetCloudOffering() *CloudOffering`
59+
- New function `*DefenderForDevOpsGithubOffering.GetCloudOffering() *CloudOffering`
60+
- New function `NewAPICollectionOnboardingClient(string, azcore.TokenCredential, *arm.ClientOptions) (*APICollectionOnboardingClient, error)`
61+
- New function `PossibleMinimalSeverityValues() []MinimalSeverity`
62+
- New struct `APICollectionClient`
63+
- New struct `APICollectionClientGetOptions`
64+
- New struct `APICollectionClientGetResponse`
65+
- New struct `APICollectionClientListOptions`
66+
- New struct `APICollectionClientListResponse`
67+
- New struct `APICollectionOffboardingClient`
68+
- New struct `APICollectionOffboardingClientDeleteOptions`
69+
- New struct `APICollectionOffboardingClientDeleteResponse`
70+
- New struct `APICollectionOnboardingClient`
71+
- New struct `APICollectionOnboardingClientCreateOptions`
72+
- New struct `APICollectionOnboardingClientCreateResponse`
73+
- New struct `APICollectionProperties`
74+
- New struct `APICollectionResponse`
75+
- New struct `APICollectionResponseList`
76+
- New struct `AwsEnvironmentData`
77+
- New struct `ContactPropertiesAlertNotifications`
78+
- New struct `ContactPropertiesNotificationsByRole`
79+
- New struct `DefenderCspmAwsOffering`
80+
- New struct `DefenderCspmAwsOfferingVMScanners`
81+
- New struct `DefenderCspmAwsOfferingVMScannersConfiguration`
82+
- New struct `DefenderCspmGcpOffering`
83+
- New struct `DefenderFoDatabasesAwsOfferingRds`
84+
- New struct `DefenderForDevOpsAzureDevOpsOffering`
85+
- New struct `DefenderForDevOpsGithubOffering`
86+
- New struct `ErrorDetail`
87+
- New struct `ErrorResponse`
88+
- New field `Rds` in struct `DefenderFoDatabasesAwsOffering`
89+
- New field `Emails` in struct `ContactProperties`
90+
- New field `NotificationsByRole` in struct `ContactProperties`
91+
92+
393
## 0.8.0 (2022-09-13)
494
### Breaking Changes
595

sdk/resourcemanager/security/armsecurity/accountconnectors_client_example_test.go

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)