@@ -155,12 +155,6 @@ export type CreatedByType = string;
155155// @public
156156export type DefaultAction = string ;
157157
158- // @public
159- export interface EncryptionPropertiesDescription {
160- keySource? : string ;
161- keyVaultProperties? : KeyVaultKeyProperties [];
162- }
163-
164158// @public
165159export interface EndpointHealthData {
166160 endpointId? : string ;
@@ -389,20 +383,17 @@ export interface IotHubProperties {
389383 authorizationPolicies? : SharedAccessSignatureAuthorizationRule [];
390384 cloudToDevice? : CloudToDeviceProperties ;
391385 comments? : string ;
392- deviceStreams? : IotHubPropertiesDeviceStreams ;
393386 disableDeviceSAS? : boolean ;
394387 disableLocalAuth? : boolean ;
395388 disableModuleSAS? : boolean ;
396389 enableDataResidency? : boolean ;
397390 enableFileUploadNotifications? : boolean ;
398- encryption? : EncryptionPropertiesDescription ;
399391 eventHubEndpoints? : {
400392 [propertyName : string ]: EventHubProperties ;
401393 };
402394 features? : Capabilities ;
403395 readonly hostName? : string ;
404396 ipFilterRules? : IpFilterRule [];
405- ipVersion? : IpVersion ;
406397 readonly locations? : IotHubLocationDescription [];
407398 messagingEndpoints? : {
408399 [propertyName : string ]: MessagingEndpointProperties ;
@@ -413,19 +404,13 @@ export interface IotHubProperties {
413404 readonly provisioningState? : string ;
414405 publicNetworkAccess? : PublicNetworkAccess ;
415406 restrictOutboundNetworkAccess? : boolean ;
416- rootCertificate? : RootCertificateProperties ;
417407 routing? : RoutingProperties ;
418408 readonly state? : string ;
419409 storageEndpoints? : {
420410 [propertyName : string ]: StorageEndpointProperties ;
421411 };
422412}
423413
424- // @public
425- export interface IotHubPropertiesDeviceStreams {
426- streamingEndpoints? : string [];
427- }
428-
429414// @public
430415export interface IotHubQuotaMetricInfo {
431416 readonly currentValue? : number ;
@@ -486,11 +471,6 @@ export interface IotHubResourceCreateEventHubConsumerGroupOptionalParams extends
486471// @public
487472export type IotHubResourceCreateEventHubConsumerGroupResponse = EventHubConsumerGroupInfo ;
488473
489- // @public
490- export interface IotHubResourceCreateOrUpdateHeaders {
491- azureAsyncOperation? : string ;
492- }
493-
494474// @public
495475export interface IotHubResourceCreateOrUpdateOptionalParams extends coreClient .OperationOptions {
496476 ifMatch? : string ;
@@ -508,6 +488,8 @@ export interface IotHubResourceDeleteEventHubConsumerGroupOptionalParams extends
508488// @public
509489export interface IotHubResourceDeleteHeaders {
510490 azureAsyncOperation? : string ;
491+ // (undocumented)
492+ location? : string ;
511493}
512494
513495// @public
@@ -694,19 +676,14 @@ export interface IotHubResourceTestRouteOptionalParams extends coreClient.Operat
694676// @public
695677export type IotHubResourceTestRouteResponse = TestRouteResult ;
696678
697- // @public
698- export interface IotHubResourceUpdateHeaders {
699- azureAsyncOperation? : string ;
700- }
701-
702679// @public
703680export interface IotHubResourceUpdateOptionalParams extends coreClient .OperationOptions {
704681 resumeFrom? : string ;
705682 updateIntervalInMs? : number ;
706683}
707684
708685// @public
709- export type IotHubResourceUpdateResponse = IotHubResourceUpdateHeaders & IotHubDescription ;
686+ export type IotHubResourceUpdateResponse = IotHubDescription ;
710687
711688// @public
712689export type IotHubScaleType = " Automatic" | " Manual" | " None" ;
@@ -747,9 +724,6 @@ export interface IpFilterRule {
747724 ipMask: string ;
748725}
749726
750- // @public
751- export type IpVersion = string ;
752-
753727// @public
754728export interface JobResponse {
755729 readonly endTimeUtc? : Date ;
@@ -774,12 +748,6 @@ export type JobStatus = "unknown" | "enqueued" | "running" | "completed" | "fail
774748// @public
775749export type JobType = string ;
776750
777- // @public
778- export interface KeyVaultKeyProperties {
779- identity? : ManagedIdentity ;
780- keyIdentifier? : string ;
781- }
782-
783751// @public
784752export enum KnownAuthenticationType {
785753 IdentityBased = " identityBased" ,
@@ -832,13 +800,6 @@ export enum KnownIotHubSku {
832800 S3 = " S3"
833801}
834802
835- // @public
836- export enum KnownIpVersion {
837- Ipv4 = " ipv4" ,
838- Ipv4Ipv6 = " ipv4ipv6" ,
839- Ipv6 = " ipv6"
840- }
841-
842803// @public
843804export enum KnownJobType {
844805 Backup = " backup" ,
@@ -884,9 +845,7 @@ export enum KnownRoutingSource {
884845 DeviceJobLifecycleEvents = " DeviceJobLifecycleEvents" ,
885846 DeviceLifecycleEvents = " DeviceLifecycleEvents" ,
886847 DeviceMessages = " DeviceMessages" ,
887- DigitalTwinChangeEvents = " DigitalTwinChangeEvents" ,
888848 Invalid = " Invalid" ,
889- MqttBrokerMessages = " MqttBrokerMessages" ,
890849 TwinChangeEvents = " TwinChangeEvents"
891850}
892851
@@ -1020,6 +979,8 @@ export interface PrivateEndpointConnections {
1020979// @public
1021980export interface PrivateEndpointConnectionsDeleteHeaders {
1022981 azureAsyncOperation? : string ;
982+ // (undocumented)
983+ location? : string ;
1023984}
1024985
1025986// @public
@@ -1045,11 +1006,6 @@ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient
10451006// @public
10461007export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnection [];
10471008
1048- // @public
1049- export interface PrivateEndpointConnectionsUpdateHeaders {
1050- azureAsyncOperation? : string ;
1051- }
1052-
10531009// @public
10541010export interface PrivateEndpointConnectionsUpdateOptionalParams extends coreClient .OperationOptions {
10551011 resumeFrom? : string ;
@@ -1130,12 +1086,6 @@ export interface ResourceProviderCommonGetSubscriptionQuotaOptionalParams extend
11301086// @public
11311087export type ResourceProviderCommonGetSubscriptionQuotaResponse = UserSubscriptionQuotaListResult ;
11321088
1133- // @public
1134- export interface RootCertificateProperties {
1135- enableRootCertificateV2? : boolean ;
1136- readonly lastUpdatedTimeUtc? : Date ;
1137- }
1138-
11391089// @public
11401090export interface RouteCompilationError {
11411091 location? : RouteErrorRange ;
@@ -1170,10 +1120,10 @@ export interface RouteProperties {
11701120// @public
11711121export interface RoutingCosmosDBSqlApiProperties {
11721122 authenticationType? : AuthenticationType ;
1173- collectionName : string ;
1123+ containerName : string ;
11741124 databaseName: string ;
11751125 endpointUri: string ;
1176- id? : string ;
1126+ readonly id? : string ;
11771127 identity? : ManagedIdentity ;
11781128 name: string ;
11791129 partitionKeyName? : string ;
@@ -1186,7 +1136,7 @@ export interface RoutingCosmosDBSqlApiProperties {
11861136
11871137// @public
11881138export interface RoutingEndpoints {
1189- cosmosDBSqlCollections ? : RoutingCosmosDBSqlApiProperties [];
1139+ cosmosDBSqlContainers ? : RoutingCosmosDBSqlApiProperties [];
11901140 eventHubs? : RoutingEventHubProperties [];
11911141 serviceBusQueues? : RoutingServiceBusQueueEndpointProperties [];
11921142 serviceBusTopics? : RoutingServiceBusTopicEndpointProperties [];
0 commit comments