Skip to content

Commit 1d8a445

Browse files
authored
Merge pull request #207620 from tfitzmac/0810lists2
update management features
2 parents 4cbfaab + 0dd685a commit 1d8a445

File tree

3 files changed

+175
-31
lines changed

3 files changed

+175
-31
lines changed

articles/azure-resource-manager/management/extension-resource-types.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Extension resource types
33
description: Lists the Azure resource types are used to extend the capabilities of other resource types.
44
ms.topic: conceptual
5-
ms.date: 06/03/2022
5+
ms.date: 08/10/2022
66
---
77

88
# Resource types that extend capabilities of other resources
@@ -13,6 +13,7 @@ An extension resource is a resource that adds to another resource's capabilities
1313

1414
* advisorScore
1515
* configurations
16+
* predict
1617
* recommendations
1718
* suppressions
1819

@@ -97,6 +98,10 @@ An extension resource is a resource that adds to another resource's capabilities
9798

9899
* serviceAssociationLinks
99100

101+
## Microsoft.ContainerService
102+
103+
* fleetMemberships
104+
100105
## Microsoft.CostManagement
101106

102107
* Alerts
@@ -107,6 +112,7 @@ An extension resource is a resource that adds to another resource's capabilities
107112
* Exports
108113
* ExternalSubscriptions
109114
* Forecast
115+
* GenerateCostDetailsReport
110116
* GenerateDetailedCostReport
111117
* Insights
112118
* Pricesheets
@@ -190,6 +196,7 @@ An extension resource is a resource that adds to another resource's capabilities
190196

191197
## Microsoft.Network
192198

199+
* cloudServiceSlots
193200
* networkManagerConnections
194201

195202
## Microsoft.PolicyInsights
@@ -227,10 +234,12 @@ An extension resource is a resource that adds to another resource's capabilities
227234
* adaptiveNetworkHardenings
228235
* advancedThreatProtectionSettings
229236
* antiMalwareSettings
237+
* applications
230238
* assessmentMetadata
231239
* assessments
232240
* Compliances
233241
* dataCollectionAgents
242+
* dataSensitivitySettings
234243
* deviceSecurityGroups
235244
* governanceRules
236245
* InformationProtectionPolicies
@@ -255,11 +264,13 @@ An extension resource is a resource that adds to another resource's capabilities
255264
* entities
256265
* entityQueryTemplates
257266
* fileImports
267+
* huntsessions
258268
* incidents
259269
* metadata
260270
* MitreCoverageRecords
261271
* onboardingStates
262272
* overview
273+
* recommendations
263274
* securityMLAnalyticsSettings
264275
* settings
265276
* sourceControls

articles/azure-resource-manager/management/resources-without-resource-group-limit.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resources without 800 count limit
33
description: Lists the Azure resource types that can have more than 800 instances in a resource group.
44
ms.topic: conceptual
5-
ms.date: 06/27/2022
5+
ms.date: 08/10/2022
66
---
77

88
# Resources not limited to 800 instances per resource group
@@ -15,6 +15,7 @@ Some resources have a limit on the number instances per region. This limit is di
1515

1616
## Microsoft.AlertsManagement
1717

18+
* actionRules
1819
* smartDetectorAlertRules
1920

2021
## Microsoft.Automation
@@ -23,6 +24,7 @@ Some resources have a limit on the number instances per region. This limit is di
2324

2425
## Microsoft.AzureStack
2526

27+
* generateDeploymentLicense
2628
* linkedSubscriptions
2729
* registrations
2830
* registrations/customerSubscriptions
@@ -95,10 +97,6 @@ Some resources have a limit on the number instances per region. This limit is di
9597
* clusters
9698
* namespaces
9799

98-
## Microsoft.Experimentation
99-
100-
* experimentWorkspaces
101-
102100
## Microsoft.GuestConfiguration
103101

104102
* guestConfigurationAssignments
@@ -184,6 +182,11 @@ Some resources have a limit on the number instances per region. This limit is di
184182
* virtualNetworks/privateDnsZoneLinks
185183
* virtualNetworkTaps
186184

185+
## Microsoft.NotificationHubs
186+
187+
* namespaces - By default, limited to 800 instances. That limit can be increased by contacting support.
188+
* namespaces/notificationHubs - By default, limited to 800 instances. That limit can be increased by contacting support.
189+
187190
## Microsoft.PowerBI
188191

189192
* workspaceCollections - By default, limited to 800 instances. That limit can be increased by contacting support.
@@ -197,6 +200,10 @@ Some resources have a limit on the number instances per region. This limit is di
197200

198201
* namespaces
199202

203+
## Microsoft.Security
204+
205+
* assignments
206+
200207
## Microsoft.ServiceBus
201208

202209
* namespaces

0 commit comments

Comments
 (0)