@@ -7816,6 +7816,8 @@ azure.subscription.aksService.cluster @defaults("name location kubernetesVersion
78167816 kubeletIdentity() azure.subscription.managedIdentity
78177817 // Client ID of the legacy service principal used by the cluster; empty when the cluster uses a managed identity
78187818 servicePrincipalClientId string
7819+ // Private endpoint connections to the cluster API server
7820+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
78197821 // Creation and last-modification provenance recorded by Azure Resource Manager
78207822 systemMetadata() azure.subscription.systemData
78217823 // Whether the AKS API server is reachable from the public internet
@@ -8246,6 +8248,16 @@ private azure.subscription.iotService.iotHub @defaults("id name location") {
82468248 enableDataResidency bool
82478249 // Network rule set: defaultAction, applyToBuiltInEventHubEndpoint, ipRules
82488250 networkRuleSet dict
8251+ // Managed identity type ("None", "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned")
8252+ identityType string
8253+ // Principal ID of the system-assigned managed identity
8254+ principalId string
8255+ // Tenant ID of the system-assigned managed identity
8256+ tenantId string
8257+ // User-assigned managed identities associated with the IoT hub
8258+ userAssignedIdentities() []azure.subscription.managedIdentity
8259+ // Private endpoint connections to the IoT hub
8260+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
82498261 // Diagnostic settings configured on the IoT hub (forwarding logs and metrics to Log Analytics, storage, or Event Hub)
82508262 diagnosticSettings() []azure.subscription.monitorService.diagnosticsetting
82518263 // Creation and last-modification provenance recorded by Azure Resource Manager
@@ -8628,6 +8640,8 @@ azure.subscription.synapseService.workspace @defaults("name location") {
86288640 cmkKey() azure.subscription.keyVaultService.key
86298641 // User-assigned managed identities associated with the workspace
86308642 userAssignedIdentities() []azure.subscription.managedIdentity
8643+ // Private endpoint connections to the workspace
8644+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
86318645}
86328646
86338647// Azure Container Registry service
@@ -9595,6 +9609,8 @@ azure.subscription.serviceBusService.namespace @defaults("id name location") {
95959609 queues() []azure.subscription.serviceBusService.namespace.queue
95969610 // Topics in this namespace
95979611 topics() []azure.subscription.serviceBusService.namespace.topic
9612+ // Private endpoint connections to the namespace
9613+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
95989614 // When the namespace was created
95999615 creationTime time
96009616 // Creation and last-modification provenance recorded by Azure Resource Manager
@@ -9783,6 +9799,8 @@ azure.subscription.eventHubService.namespace @defaults("id name location") {
97839799 networkRules() azure.subscription.eventHubService.namespace.networkRules
97849800 // Event Hubs in this namespace
97859801 eventHubs() []azure.subscription.eventHubService.namespace.eventHub
9802+ // Private endpoint connections to the namespace
9803+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
97869804 // When the namespace was created
97879805 creationTime time
97889806 // Creation and last-modification provenance recorded by Azure Resource Manager
@@ -11023,14 +11041,24 @@ azure.subscription.apiManagementService.service @defaults("name location skuName
1102311041 http2Enabled bool
1102411042 // Identity type ("None", "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned")
1102511043 identityType string
11044+ // Principal ID of the system-assigned managed identity
11045+ principalId string
11046+ // Tenant ID of the system-assigned managed identity
11047+ tenantId string
11048+ // User-assigned managed identities associated with the service
11049+ userAssignedIdentities() []azure.subscription.managedIdentity
1102611050 // Public load-balanced IPv4 addresses of the service in its primary region (Basic / Standard / Premium / Isolated SKUs)
1102711051 publicIpAddresses []string
1102811052 // Private load-balanced IPv4 addresses of the service in its primary region when deployed in an Internal VNet
1102911053 privateIpAddresses []string
1103011054 // Outbound public IPv4 prefixes associated with NAT Gateway-deployed services (Premium SKU on stv2)
1103111055 outboundPublicIpAddresses []string
1103211056 // Number of private endpoint connections to the service
11033- privateEndpointConnectionCount int
11057+ //
11058+ // Deprecated in favor of `privateEndpointConnections`.
11059+ privateEndpointConnectionCount @maturity("deprecated") int
11060+ // Private endpoint connections to the service
11061+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
1103411062 // Availability zones the service is spread across
1103511063 zones []string
1103611064 // Public IP address attached to the service (null when not configured)
@@ -11106,6 +11134,8 @@ private azure.subscription.purviewService.account @defaults("name location publi
1110611134 createdBy string
1110711135 // Unmodeled raw properties returned by the Azure API
1110811136 properties dict
11137+ // Creation and last-modification provenance recorded by Azure Resource Manager
11138+ systemMetadata() azure.subscription.systemData
1110911139}
1111011140
1111111141// Azure AI Search
@@ -11652,6 +11682,8 @@ azure.subscription.appConfigurationService.configurationStore @defaults("id name
1165211682 defaultKeyValueRevisionRetentionPeriodInSeconds int
1165311683 // When the configuration store was created
1165411684 creationTime time
11685+ // Private endpoint connections to the configuration store
11686+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
1165511687 // Creation and last-modification provenance recorded by Azure Resource Manager
1165611688 systemMetadata() azure.subscription.systemData
1165711689}
@@ -11741,6 +11773,8 @@ azure.subscription.cognitiveServicesService.account @defaults("id name location
1174111773 projects() []azure.subscription.cognitiveServicesService.account.project
1174211774 // Account-scoped connections to external resources, model providers, data sources, and tool servers
1174311775 connections() []azure.subscription.cognitiveServicesService.account.connection
11776+ // Private endpoint connections to the account
11777+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
1174411778 // Creation and last-modification provenance recorded by Azure Resource Manager
1174511779 systemMetadata() azure.subscription.systemData
1174611780}
@@ -12163,6 +12197,8 @@ azure.subscription.signalRService.signalR @defaults("id name location publicNetw
1216312197 networkAclsDefaultAction string
1216412198 // Provisioning state
1216512199 provisioningState string
12200+ // Private endpoint connections to the instance
12201+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
1216612202 // Creation and last-modification provenance recorded by Azure Resource Manager
1216712203 systemMetadata() azure.subscription.systemData
1216812204}
@@ -12222,6 +12258,8 @@ azure.subscription.webPubSubService.webPubSub @defaults("id name location public
1222212258 networkAclsDefaultAction string
1222312259 // Provisioning state
1222412260 provisioningState string
12261+ // Private endpoint connections to the instance
12262+ privateEndpointConnections() []azure.subscription.privateEndpointConnection
1222512263 // Creation and last-modification provenance recorded by Azure Resource Manager
1222612264 systemMetadata() azure.subscription.systemData
1222712265}
0 commit comments