-
Notifications
You must be signed in to change notification settings - Fork 34
/
v2-lock.json
3056 lines (3056 loc) · 117 KB
/
v2-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"ADHybridHealthService": {},
"AVS": {
"Addon": "2022-05-01",
"Authorization": "2022-05-01",
"CloudLink": "2022-05-01",
"Cluster": "2022-05-01",
"Datastore": "2022-05-01",
"GlobalReachConnection": "2022-05-01",
"HcxEnterpriseSite": "2022-05-01",
"IscsiPath": "2023-09-01",
"PlacementPolicy": "2022-05-01",
"PrivateCloud": "2022-05-01",
"ScriptExecution": "2022-05-01",
"WorkloadNetworkDhcp": "2022-05-01",
"WorkloadNetworkDnsService": "2022-05-01",
"WorkloadNetworkDnsZone": "2022-05-01",
"WorkloadNetworkPortMirroring": "2022-05-01",
"WorkloadNetworkPublicIP": "2022-05-01",
"WorkloadNetworkSegment": "2022-05-01",
"WorkloadNetworkVMGroup": "2022-05-01",
"getScriptExecutionLogs": "2022-05-01",
"listClusterZones": "2022-05-01",
"listPrivateCloudAdminCredentials": "2022-05-01"
},
"Aad": {
"DomainService": "2022-12-01",
"OuContainer": "2022-12-01"
},
"AadIam": {
"DiagnosticSetting": "2017-04-01",
"PrivateEndpointConnection": "2020-03-01",
"azureADMetric": "2020-07-01-preview",
"privateLinkForAzureAd": "2020-03-01"
},
"Addons": {
"SupportPlanType": "2018-03-01",
"listSupportPlanTypeInfo": "2018-03-01"
},
"Advisor": {
"Suppression": "2023-01-01"
},
"AgFoodPlatform": {
"DataConnector": "2023-06-01-preview",
"DataManagerForAgricultureResource": "2023-06-01-preview",
"Extension": "2023-06-01-preview",
"PrivateEndpointConnection": "2023-06-01-preview",
"Solution": "2023-06-01-preview"
},
"AlertsManagement": {
"ActionRuleByName": "2019-05-05-preview",
"AlertProcessingRuleByName": "2021-08-08",
"PrometheusRuleGroup": "2023-03-01",
"SmartDetectorAlertRule": "2021-04-01"
},
"AnalysisServices": {
"ServerDetails": "2017-08-01",
"listServerGatewayStatus": "2017-08-01"
},
"ApiCenter": {
"Api": "2024-03-01",
"ApiDefinition": "2024-03-01",
"ApiVersion": "2024-03-01",
"Deployment": "2024-03-01",
"Environment": "2024-03-01",
"MetadataSchema": "2024-03-01",
"Service": "2023-07-01-preview",
"Workspace": "2024-03-01"
},
"ApiManagement": {
"Api": "2022-08-01",
"ApiDiagnostic": "2022-08-01",
"ApiGateway": "2023-09-01-preview",
"ApiGatewayConfigConnection": "2023-09-01-preview",
"ApiIssue": "2022-08-01",
"ApiIssueAttachment": "2022-08-01",
"ApiIssueComment": "2022-08-01",
"ApiManagementService": "2022-08-01",
"ApiOperation": "2022-08-01",
"ApiOperationPolicy": "2022-08-01",
"ApiPolicy": "2022-08-01",
"ApiRelease": "2022-08-01",
"ApiSchema": "2022-08-01",
"ApiTagDescription": "2022-08-01",
"ApiVersionSet": "2022-08-01",
"ApiWiki": "2022-08-01",
"Authorization": "2022-08-01",
"AuthorizationAccessPolicy": "2022-08-01",
"AuthorizationProvider": "2022-08-01",
"AuthorizationServer": "2022-08-01",
"Backend": "2022-08-01",
"Cache": "2022-08-01",
"Certificate": "2022-08-01",
"ContentItem": "2022-08-01",
"ContentType": "2022-08-01",
"Diagnostic": "2022-08-01",
"Documentation": "2022-08-01",
"EmailTemplate": "2022-08-01",
"Gateway": "2022-08-01",
"GatewayApiEntityTag": "2022-08-01",
"GatewayCertificateAuthority": "2022-08-01",
"GatewayHostnameConfiguration": "2022-08-01",
"GlobalSchema": "2022-08-01",
"GraphQLApiResolver": "2022-08-01",
"GraphQLApiResolverPolicy": "2022-08-01",
"Group": "2022-08-01",
"GroupUser": "2022-08-01",
"IdentityProvider": "2022-08-01",
"Logger": "2022-08-01",
"NamedValue": "2022-08-01",
"NotificationRecipientEmail": "2022-08-01",
"NotificationRecipientUser": "2022-08-01",
"OpenIdConnectProvider": "2022-08-01",
"Policy": "2022-08-01",
"PolicyFragment": "2022-08-01",
"PolicyRestriction": "2023-05-01-preview",
"PrivateEndpointConnectionByName": "2022-08-01",
"Product": "2022-08-01",
"ProductApi": "2022-08-01",
"ProductApiLink": "2022-09-01-preview",
"ProductGroup": "2022-08-01",
"ProductGroupLink": "2022-09-01-preview",
"ProductPolicy": "2022-08-01",
"ProductWiki": "2022-08-01",
"Schema": "2021-04-01-preview",
"Subscription": "2022-08-01",
"Tag": "2022-08-01",
"TagApiLink": "2022-09-01-preview",
"TagByApi": "2022-08-01",
"TagByOperation": "2022-08-01",
"TagByProduct": "2022-08-01",
"TagOperationLink": "2022-09-01-preview",
"TagProductLink": "2022-09-01-preview",
"User": "2022-08-01",
"Workspace": "2022-09-01-preview",
"WorkspaceApi": "2022-09-01-preview",
"WorkspaceApiDiagnostic": "2023-09-01-preview",
"WorkspaceApiOperation": "2022-09-01-preview",
"WorkspaceApiOperationPolicy": "2022-09-01-preview",
"WorkspaceApiPolicy": "2022-09-01-preview",
"WorkspaceApiRelease": "2022-09-01-preview",
"WorkspaceApiSchema": "2022-09-01-preview",
"WorkspaceApiVersionSet": "2022-09-01-preview",
"WorkspaceBackend": "2023-09-01-preview",
"WorkspaceCertificate": "2023-09-01-preview",
"WorkspaceDiagnostic": "2023-09-01-preview",
"WorkspaceGlobalSchema": "2022-09-01-preview",
"WorkspaceGroup": "2022-09-01-preview",
"WorkspaceGroupUser": "2022-09-01-preview",
"WorkspaceLogger": "2023-09-01-preview",
"WorkspaceNamedValue": "2022-09-01-preview",
"WorkspaceNotificationRecipientEmail": "2022-09-01-preview",
"WorkspaceNotificationRecipientUser": "2022-09-01-preview",
"WorkspacePolicy": "2022-09-01-preview",
"WorkspacePolicyFragment": "2022-09-01-preview",
"WorkspaceProduct": "2022-09-01-preview",
"WorkspaceProductApiLink": "2022-09-01-preview",
"WorkspaceProductGroupLink": "2022-09-01-preview",
"WorkspaceProductPolicy": "2022-09-01-preview",
"WorkspaceSubscription": "2022-09-01-preview",
"WorkspaceTag": "2022-09-01-preview",
"WorkspaceTagApiLink": "2022-09-01-preview",
"WorkspaceTagOperationLink": "2022-09-01-preview",
"WorkspaceTagProductLink": "2022-09-01-preview",
"getApiManagementServiceDomainOwnershipIdentifier": "2022-08-01",
"getApiManagementServiceSsoToken": "2022-08-01",
"getAuthorizationLoginLinkPost": "2022-08-01",
"getUserSharedAccessToken": "2022-08-01",
"listAuthorizationServerSecrets": "2022-08-01",
"listDelegationSettingSecrets": "2021-08-01",
"listGatewayDebugCredentials": "2023-03-01-preview",
"listGatewayKeys": "2022-08-01",
"listGatewayTrace": "2023-03-01-preview",
"listIdentityProviderSecrets": "2022-08-01",
"listNamedValue": "2022-08-01",
"listOpenIdConnectProviderSecrets": "2022-08-01",
"listPolicyFragmentReferences": "2022-08-01",
"listSubscriptionSecrets": "2022-08-01",
"listTenantAccessSecrets": "2022-08-01",
"listWorkspaceNamedValue": "2022-09-01-preview",
"listWorkspacePolicyFragmentReferences": "2022-09-01-preview",
"listWorkspaceSubscriptionSecrets": "2022-09-01-preview"
},
"App": {
"AppResiliency": "2023-08-01-preview",
"Build": "2023-08-01-preview",
"Builder": "2023-08-01-preview",
"Certificate": "2022-10-01",
"ConnectedEnvironment": "2022-10-01",
"ConnectedEnvironmentsCertificate": "2022-10-01",
"ConnectedEnvironmentsDaprComponent": "2022-10-01",
"ConnectedEnvironmentsStorage": "2022-10-01",
"ContainerApp": "2022-10-01",
"ContainerAppsAuthConfig": "2022-10-01",
"ContainerAppsSessionPool": "2024-02-02-preview",
"ContainerAppsSourceControl": "2022-10-01",
"DaprComponent": "2022-10-01",
"DaprComponentResiliencyPolicy": "2023-08-01-preview",
"DaprSubscription": "2023-08-01-preview",
"DotNetComponent": "2023-11-02-preview",
"JavaComponent": "2023-11-02-preview",
"Job": "2023-04-01-preview",
"LogicApp": "2024-02-02-preview",
"ManagedCertificate": "2023-04-01-preview",
"ManagedEnvironment": "2022-10-01",
"ManagedEnvironmentPrivateEndpointConnection": "2024-02-02-preview",
"ManagedEnvironmentsStorage": "2022-10-01",
"getContainerAppAuthToken": "2022-10-01",
"getCustomDomainVerificationId": "2023-05-02-preview",
"getManagedEnvironmentAuthToken": "2022-10-01",
"listBuildAuthToken": "2023-08-01-preview",
"listConnectedEnvironmentsDaprComponentSecrets": "2022-10-01",
"listContainerAppCustomHostNameAnalysis": "2022-10-01",
"listContainerAppSecrets": "2022-10-01",
"listDaprComponentSecrets": "2022-10-01",
"listJobSecrets": "2023-04-01-preview",
"listLogicAppWorkflowsConnections": "2024-02-02-preview"
},
"AppComplianceAutomation": {
"Evidence": "2024-06-27",
"Report": "2022-11-16-preview",
"ScopingConfiguration": "2024-06-27",
"Webhook": "2024-06-27",
"getProviderActionCollectionCount": "2024-06-27",
"getProviderActionOverviewStatus": "2024-06-27",
"getReportScopingQuestions": "2024-06-27",
"listProviderActionInUseStorageAccounts": "2024-06-27"
},
"AppConfiguration": {
"ConfigurationStore": "2023-03-01",
"KeyValue": "2023-03-01",
"PrivateEndpointConnection": "2023-03-01",
"Replica": "2023-03-01",
"listConfigurationStoreKeys": "2023-03-01"
},
"AppPlatform": {
"ApiPortal": "2023-05-01-preview",
"ApiPortalCustomDomain": "2023-05-01-preview",
"Apm": "2023-05-01-preview",
"App": "2023-05-01-preview",
"ApplicationAccelerator": "2023-05-01-preview",
"ApplicationLiveView": "2023-05-01-preview",
"Binding": "2023-05-01-preview",
"BuildServiceAgentPool": "2023-05-01-preview",
"BuildServiceBuild": "2023-05-01-preview",
"BuildServiceBuilder": "2023-05-01-preview",
"BuildpackBinding": "2023-05-01-preview",
"Certificate": "2023-05-01-preview",
"ConfigServer": "2023-05-01-preview",
"ConfigurationService": "2023-05-01-preview",
"ContainerRegistry": "2023-05-01-preview",
"CustomDomain": "2023-05-01-preview",
"CustomizedAccelerator": "2023-05-01-preview",
"Deployment": "2023-05-01-preview",
"DevToolPortal": "2023-05-01-preview",
"Gateway": "2023-05-01-preview",
"GatewayCustomDomain": "2023-05-01-preview",
"GatewayRouteConfig": "2023-05-01-preview",
"Job": "2024-05-01-preview",
"MonitoringSetting": "2023-05-01-preview",
"Service": "2023-05-01-preview",
"ServiceRegistry": "2023-05-01-preview",
"Storage": "2023-05-01-preview",
"getAppResourceUploadUrl": "2023-05-01-preview",
"getBuildServiceBuildResultLog": "2023-05-01-preview",
"getBuildServiceResourceUploadUrl": "2023-05-01-preview",
"getDeploymentLogFileUrl": "2023-05-01-preview",
"getDeploymentRemoteDebuggingConfig": "2023-05-01-preview",
"listApmSecretKeys": "2023-05-01-preview",
"listBuildServiceBuilderDeployments": "2023-05-01-preview",
"listGatewayEnvSecrets": "2023-05-01-preview",
"listJobEnvSecrets": "2024-05-01-preview",
"listJobExecutionEnvSecrets": "2024-05-01-preview",
"listServiceGloballyEnabledApms": "2023-05-01-preview",
"listServiceTestKeys": "2023-05-01-preview"
},
"Attestation": {
"AttestationProvider": "2021-06-01",
"PrivateEndpointConnection": "2021-06-01"
},
"Authorization": {
"AccessReviewHistoryDefinitionById": "2021-12-01-preview",
"AccessReviewScheduleDefinitionById": "2021-12-01-preview",
"ManagementLockAtResourceGroupLevel": "2020-05-01",
"ManagementLockAtResourceLevel": "2020-05-01",
"ManagementLockAtSubscriptionLevel": "2020-05-01",
"ManagementLockByScope": "2020-05-01",
"PolicyAssignment": "2022-06-01",
"PolicyDefinition": "2021-06-01",
"PolicyDefinitionAtManagementGroup": "2021-06-01",
"PolicyDefinitionVersion": "2023-04-01",
"PolicyDefinitionVersionAtManagementGroup": "2023-04-01",
"PolicyExemption": "2022-07-01-preview",
"PolicySetDefinition": "2021-06-01",
"PolicySetDefinitionAtManagementGroup": "2021-06-01",
"PolicySetDefinitionVersion": "2023-04-01",
"PolicySetDefinitionVersionAtManagementGroup": "2023-04-01",
"PrivateLinkAssociation": "2020-05-01",
"ResourceManagementPrivateLink": "2020-05-01",
"RoleAssignment": "2022-04-01",
"RoleDefinition": "2022-05-01-preview",
"RoleManagementPolicyAssignment": "2020-10-01",
"ScopeAccessReviewHistoryDefinitionById": "2021-12-01-preview",
"ScopeAccessReviewScheduleDefinitionById": "2021-12-01-preview",
"Variable": "2022-08-01-preview",
"VariableAtManagementGroup": "2022-08-01-preview",
"VariableValue": "2022-08-01-preview",
"VariableValueAtManagementGroup": "2022-08-01-preview",
"listPolicyDefinitionVersionAll": "2023-04-01",
"listPolicyDefinitionVersionAllAtManagementGroup": "2023-04-01",
"listPolicyDefinitionVersionAllBuiltins": "2023-04-01",
"listPolicySetDefinitionVersionAll": "2023-04-01",
"listPolicySetDefinitionVersionAllAtManagementGroup": "2023-04-01",
"listPolicySetDefinitionVersionAllBuiltins": "2023-04-01"
},
"Automanage": {
"Account": "2020-06-30-preview",
"ConfigurationProfile": "2022-05-04",
"ConfigurationProfileAssignment": "2022-05-04",
"ConfigurationProfileHCIAssignment": "2022-05-04",
"ConfigurationProfileHCRPAssignment": "2022-05-04",
"ConfigurationProfilePreference": "2020-06-30-preview",
"ConfigurationProfilesVersion": "2022-05-04"
},
"Automation": {
"AutomationAccount": "2022-08-08",
"Certificate": "2022-08-08",
"Connection": "2022-08-08",
"ConnectionType": "2022-08-08",
"Credential": "2022-08-08",
"DscConfiguration": "2022-08-08",
"DscNodeConfiguration": "2022-08-08",
"HybridRunbookWorker": "2022-08-08",
"HybridRunbookWorkerGroup": "2022-08-08",
"JobSchedule": "2022-08-08",
"Module": "2022-08-08",
"Package": "2023-05-15-preview",
"PowerShell72Module": "2023-11-01",
"PrivateEndpointConnection": "2020-01-13-preview",
"Python2Package": "2022-08-08",
"Python3Package": "2022-08-08",
"Runbook": "2022-08-08",
"RuntimeEnvironment": "2023-05-15-preview",
"Schedule": "2022-08-08",
"SoftwareUpdateConfigurationByName": "2019-06-01",
"SourceControl": "2022-08-08",
"Variable": "2022-08-08",
"Watcher": "2020-01-13-preview",
"Webhook": "2015-10-31",
"listAutomationAccountDeletedRunbooks": "2023-05-15-preview",
"listKeyByAutomationAccount": "2022-08-08"
},
"AwsConnector": {
"AccessAnalyzerAnalyzer": "2024-12-01",
"AcmCertificateSummary": "2024-12-01",
"ApiGatewayRestApi": "2024-12-01",
"ApiGatewayStage": "2024-12-01",
"AppSyncGraphqlApi": "2024-12-01",
"AutoScalingAutoScalingGroup": "2024-12-01",
"CloudFormationStack": "2024-12-01",
"CloudFormationStackSet": "2024-12-01",
"CloudFrontDistribution": "2024-12-01",
"CloudTrailTrail": "2024-12-01",
"CloudWatchAlarm": "2024-12-01",
"CodeBuildProject": "2024-12-01",
"CodeBuildSourceCredentialsInfo": "2024-12-01",
"ConfigServiceConfigurationRecorder": "2024-12-01",
"ConfigServiceConfigurationRecorderStatus": "2024-12-01",
"ConfigServiceDeliveryChannel": "2024-12-01",
"DatabaseMigrationServiceReplicationInstance": "2024-12-01",
"DaxCluster": "2024-12-01",
"DynamoDbContinuousBackupsDescription": "2024-12-01",
"DynamoDbTable": "2024-12-01",
"Ec2AccountAttribute": "2024-12-01",
"Ec2Address": "2024-12-01",
"Ec2FlowLog": "2024-12-01",
"Ec2Image": "2024-12-01",
"Ec2Instance": "2024-12-01",
"Ec2InstanceStatus": "2024-12-01",
"Ec2Ipam": "2024-12-01",
"Ec2KeyPair": "2024-12-01",
"Ec2NetworkAcl": "2024-12-01",
"Ec2NetworkInterface": "2024-12-01",
"Ec2RouteTable": "2024-12-01",
"Ec2SecurityGroup": "2024-12-01",
"Ec2Snapshot": "2024-12-01",
"Ec2Subnet": "2024-12-01",
"Ec2Volume": "2024-12-01",
"Ec2Vpc": "2024-12-01",
"Ec2VpcEndpoint": "2024-12-01",
"Ec2VpcPeeringConnection": "2024-12-01",
"EcrImageDetail": "2024-12-01",
"EcrRepository": "2024-12-01",
"EcsCluster": "2024-12-01",
"EcsService": "2024-12-01",
"EcsTaskDefinition": "2024-12-01",
"EfsFileSystem": "2024-12-01",
"EfsMountTarget": "2024-12-01",
"EksCluster": "2024-12-01",
"EksNodegroup": "2024-12-01",
"ElasticBeanstalkApplication": "2024-12-01",
"ElasticBeanstalkConfigurationTemplate": "2024-12-01",
"ElasticBeanstalkEnvironment": "2024-12-01",
"ElasticLoadBalancingV2Listener": "2024-12-01",
"ElasticLoadBalancingV2LoadBalancer": "2024-12-01",
"ElasticLoadBalancingV2TargetGroup": "2024-12-01",
"ElasticLoadBalancingv2TargetHealthDescription": "2024-12-01",
"EmrCluster": "2024-12-01",
"GuardDutyDetector": "2024-12-01",
"IamAccessKeyLastUsed": "2024-12-01",
"IamAccessKeyMetadataInfo": "2024-12-01",
"IamGroup": "2024-12-01",
"IamInstanceProfile": "2024-12-01",
"IamMfaDevice": "2024-12-01",
"IamPasswordPolicy": "2024-12-01",
"IamPolicyVersion": "2024-12-01",
"IamRole": "2024-12-01",
"IamServerCertificate": "2024-12-01",
"IamVirtualMfaDevice": "2024-12-01",
"KmsAlias": "2024-12-01",
"KmsKey": "2024-12-01",
"LambdaFunction": "2024-12-01",
"LambdaFunctionCodeLocation": "2024-12-01",
"LightsailBucket": "2024-12-01",
"LightsailInstance": "2024-12-01",
"LogsLogGroup": "2024-12-01",
"LogsLogStream": "2024-12-01",
"LogsMetricFilter": "2024-12-01",
"LogsSubscriptionFilter": "2024-12-01",
"Macie2JobSummary": "2024-12-01",
"MacieAllowList": "2024-12-01",
"NetworkFirewallFirewall": "2024-12-01",
"NetworkFirewallFirewallPolicy": "2024-12-01",
"NetworkFirewallRuleGroup": "2024-12-01",
"OpenSearchDomainStatus": "2024-12-01",
"OrganizationsAccount": "2024-12-01",
"OrganizationsOrganization": "2024-12-01",
"RdsDbCluster": "2024-12-01",
"RdsDbInstance": "2024-12-01",
"RdsDbSnapshot": "2024-12-01",
"RdsDbSnapshotAttributesResult": "2024-12-01",
"RdsEventSubscription": "2024-12-01",
"RdsExportTask": "2024-12-01",
"RedshiftCluster": "2024-12-01",
"RedshiftClusterParameterGroup": "2024-12-01",
"Route53DomainsDomainSummary": "2024-12-01",
"Route53HostedZone": "2024-12-01",
"Route53ResourceRecordSet": "2024-12-01",
"S3AccessControlPolicy": "2024-12-01",
"S3AccessPoint": "2024-12-01",
"S3Bucket": "2024-12-01",
"S3BucketPolicy": "2024-12-01",
"S3ControlMultiRegionAccessPointPolicyDocument": "2024-12-01",
"SageMakerApp": "2024-12-01",
"SageMakerNotebookInstanceSummary": "2024-12-01",
"SecretsManagerResourcePolicy": "2024-12-01",
"SecretsManagerSecret": "2024-12-01",
"SnsSubscription": "2024-12-01",
"SnsTopic": "2024-12-01",
"SqsQueue": "2024-12-01",
"SsmInstanceInformation": "2024-12-01",
"SsmParameter": "2024-12-01",
"SsmResourceComplianceSummaryItem": "2024-12-01",
"WafWebAclSummary": "2024-12-01",
"Wafv2LoggingConfiguration": "2024-12-01"
},
"AzureActiveDirectory": {
"B2CTenant": "2021-04-01",
"CIAMTenant": "2023-05-17-preview",
"GuestUsage": "2021-04-01"
},
"AzureArcData": {
"ActiveDirectoryConnector": "2023-01-15-preview",
"DataController": "2023-01-15-preview",
"FailoverGroup": "2023-01-15-preview",
"PostgresInstance": "2023-01-15-preview",
"SqlManagedInstance": "2023-01-15-preview",
"SqlServerAvailabilityGroup": "2024-01-01",
"SqlServerDatabase": "2023-01-15-preview",
"SqlServerEsuLicense": "2024-05-01-preview",
"SqlServerInstance": "2023-01-15-preview",
"SqlServerLicense": "2024-05-01-preview",
"getSqlServerAvailabilityGroupDetailView": "2024-01-01",
"getSqlServerInstanceJobsStatus": "2024-05-01-preview",
"getSqlServerInstanceTelemetry": "2024-01-01"
},
"AzureData": {
"SqlServer": "2019-07-24-preview",
"SqlServerRegistration": "2019-07-24-preview"
},
"AzureDataTransfer": {
"Connection": "2023-10-11-preview",
"Flow": "2023-10-11-preview",
"Pipeline": "2023-10-11-preview",
"getFlowDestinationEndpointPorts": "2024-09-27",
"getFlowDestinationEndpoints": "2024-09-27",
"getFlowSourceAddresses": "2024-09-27",
"getFlowStreamConnectionString": "2024-09-27",
"listAzureDataTransferApprovedSchemas": "2023-10-11-preview",
"listListPendingConnection": "2023-10-11-preview",
"listListPendingFlow": "2023-10-11-preview",
"listListSchema": "2023-10-11-preview"
},
"AzureFleet": {
"Fleet": "2024-05-01-preview"
},
"AzureLargeInstance": {
"AzureLargeInstance": "2024-08-01-preview",
"AzureLargeStorageInstance": "2024-08-01-preview"
},
"AzurePlaywrightService": {
"Account": "2023-10-01-preview"
},
"AzureSphere": {
"Catalog": "2022-09-01-preview",
"Deployment": "2022-09-01-preview",
"Device": "2022-09-01-preview",
"DeviceGroup": "2022-09-01-preview",
"Image": "2022-09-01-preview",
"Product": "2022-09-01-preview",
"listCatalogDeployments": "2022-09-01-preview",
"listCatalogDeviceGroups": "2022-09-01-preview",
"listCatalogDeviceInsights": "2022-09-01-preview",
"listCatalogDevices": "2022-09-01-preview"
},
"AzureStack": {
"CustomerSubscription": "2022-06-01",
"LinkedSubscription": "2020-06-01-preview",
"Registration": "2022-06-01",
"getProduct": "2022-06-01",
"getProducts": "2022-06-01",
"getRegistrationActivationKey": "2022-06-01",
"listProductDetails": "2022-06-01",
"listProducts": "2022-06-01"
},
"AzureStackHCI": {
"ArcSetting": "2023-03-01",
"Cluster": "2023-03-01",
"DeploymentSetting": "2023-08-01-preview",
"EdgeDevice": "2023-08-01-preview",
"EdgeDeviceJob": "2024-09-01-preview",
"Extension": "2023-03-01",
"GalleryImage": "2022-12-15-preview",
"GuestAgent": "2022-12-15-preview",
"HybridIdentityMetadatum": "2022-12-15-preview",
"LogicalNetwork": "2023-09-01-preview",
"MachineExtension": "2022-12-15-preview",
"MarketplaceGalleryImage": "2022-12-15-preview",
"NetworkInterface": "2022-12-15-preview",
"NetworkSecurityGroup": "2024-02-01-preview",
"SecurityRule": "2024-02-01-preview",
"SecuritySetting": "2023-11-01-preview",
"StorageContainer": "2022-12-15-preview",
"Update": "2023-03-01",
"UpdateRun": "2023-03-01",
"UpdateSummary": "2023-03-01",
"VirtualHardDisk": "2022-12-15-preview",
"VirtualMachine": "2022-12-15-preview",
"VirtualMachineInstance": "2023-07-01-preview",
"VirtualNetwork": "2022-12-15-preview"
},
"AzureTerraform": {},
"BareMetalInfrastructure": {
"AzureBareMetalInstance": "2024-08-01-preview",
"AzureBareMetalStorageInstance": "2023-04-06"
},
"Batch": {
"Application": "2023-05-01",
"ApplicationPackage": "2023-05-01",
"BatchAccount": "2023-05-01",
"Pool": "2023-05-01",
"listBatchAccountKeys": "2023-05-01"
},
"Billing": {
"AssociatedTenant": "2024-04-01",
"BillingProfile": "2024-04-01",
"BillingRoleAssignmentByBillingAccount": "2019-10-01-preview",
"BillingRoleAssignmentByDepartment": "2019-10-01-preview",
"BillingRoleAssignmentByEnrollmentAccount": "2019-10-01-preview",
"InvoiceSection": "2024-04-01",
"listBillingAccountInvoiceSectionsByCreateSubscriptionPermission": "2020-05-01"
},
"BillingBenefits": {},
"Blueprint": {
"Artifact": "2018-11-01-preview",
"Assignment": "2018-11-01-preview",
"Blueprint": "2018-11-01-preview",
"PublishedBlueprint": "2018-11-01-preview"
},
"BotService": {
"Bot": "2022-09-15",
"BotConnection": "2022-09-15",
"Channel": "2022-09-15",
"PrivateEndpointConnection": "2022-09-15",
"listBotConnectionServiceProviders": "2022-09-15",
"listBotConnectionWithSecrets": "2022-09-15",
"listChannelWithKeys": "2022-09-15",
"listQnAMakerEndpointKey": "2022-09-15"
},
"Cache": {
"AccessPolicy": "2023-05-01-preview",
"AccessPolicyAssignment": "2023-05-01-preview",
"Database": "2023-03-01-preview",
"EnterprisePrivateEndpointConnection": "2023-03-01-preview",
"FirewallRule": "2023-04-01",
"LinkedServer": "2023-04-01",
"PatchSchedule": "2023-04-01",
"PrivateEndpointConnection": "2023-04-01",
"Redis": "2023-04-01",
"RedisEnterprise": "2023-03-01-preview",
"listDatabaseKeys": "2023-03-01-preview",
"listRedisKeys": "2023-04-01"
},
"Capacity": {},
"Cdn": {
"AFDCustomDomain": "2023-05-01",
"AFDEndpoint": "2023-05-01",
"AFDOrigin": "2023-05-01",
"AFDOriginGroup": "2023-05-01",
"AFDTargetGroup": "2024-06-01-preview",
"CustomDomain": "2023-05-01",
"Endpoint": "2023-05-01",
"KeyGroup": "2023-07-01-preview",
"Origin": "2023-05-01",
"OriginGroup": "2023-05-01",
"Policy": "2023-05-01",
"Profile": "2023-05-01",
"Route": "2023-05-01",
"Rule": "2023-05-01",
"RuleSet": "2023-05-01",
"Secret": "2023-05-01",
"SecurityPolicy": "2023-05-01",
"TunnelPolicy": "2024-06-01-preview",
"getProfileSupportedOptimizationTypes": "2023-05-01"
},
"CertificateRegistration": {
"AppServiceCertificateOrder": "2022-09-01",
"AppServiceCertificateOrderCertificate": "2022-09-01"
},
"ChangeAnalysis": {
"ConfigurationProfile": "2020-04-01-preview"
},
"Chaos": {
"Capability": "2023-04-15-preview",
"Experiment": "2023-04-15-preview",
"PrivateAccess": "2023-10-27-preview",
"Target": "2023-04-15-preview",
"getExperimentExecutionDetails": "2023-11-01"
},
"Cloudngfw": {
"CertificateObjectGlobalRulestack": "2023-09-01",
"CertificateObjectLocalRulestack": "2023-09-01",
"Firewall": "2023-09-01",
"FqdnListGlobalRulestack": "2023-09-01",
"FqdnListLocalRulestack": "2023-09-01",
"GlobalRulestack": "2023-09-01",
"LocalRule": "2023-09-01",
"LocalRulestack": "2023-09-01",
"PostRule": "2023-09-01",
"PreRule": "2023-09-01",
"PrefixListGlobalRulestack": "2023-09-01",
"PrefixListLocalRulestack": "2023-09-01",
"getFirewallGlobalRulestack": "2023-09-01",
"getFirewallLogProfile": "2023-09-01",
"getFirewallSupportInfo": "2023-09-01",
"getGlobalRulestackChangeLog": "2023-09-01",
"getLocalRuleCounters": "2023-09-01",
"getLocalRulestackChangeLog": "2023-09-01",
"getLocalRulestackSupportInfo": "2023-09-01",
"getPostRuleCounters": "2023-09-01",
"getPreRuleCounters": "2023-09-01",
"listGlobalRulestackAdvancedSecurityObjects": "2023-09-01",
"listGlobalRulestackAppIds": "2023-09-01",
"listGlobalRulestackCountries": "2023-09-01",
"listGlobalRulestackFirewalls": "2023-09-01",
"listGlobalRulestackPredefinedUrlCategories": "2023-09-01",
"listGlobalRulestackSecurityServices": "2023-09-01",
"listLocalRulestackAdvancedSecurityObjects": "2023-09-01",
"listLocalRulestackAppIds": "2023-09-01",
"listLocalRulestackCountries": "2023-09-01",
"listLocalRulestackFirewalls": "2023-09-01",
"listLocalRulestackPredefinedUrlCategories": "2023-09-01",
"listLocalRulestackSecurityServices": "2023-09-01",
"listPaloAltoNetworksCloudngfwCloudManagerTenants": "2024-02-07-preview",
"listPaloAltoNetworksCloudngfwProductSerialNumberStatus": "2024-02-07-preview",
"listPaloAltoNetworksCloudngfwSupportInfo": "2024-02-07-preview"
},
"CodeSigning": {
"CertificateProfile": "2024-02-05-preview",
"CodeSigningAccount": "2024-02-05-preview"
},
"CognitiveServices": {
"Account": "2023-05-01",
"CommitmentPlan": "2023-05-01",
"CommitmentPlanAssociation": "2023-05-01",
"Deployment": "2023-05-01",
"EncryptionScope": "2023-10-01-preview",
"PrivateEndpointConnection": "2023-05-01",
"RaiBlocklist": "2023-10-01-preview",
"RaiBlocklistItem": "2023-10-01-preview",
"RaiPolicy": "2023-10-01-preview",
"SharedCommitmentPlan": "2023-05-01",
"listAccountKeys": "2023-05-01"
},
"Commerce": {},
"Communication": {
"CommunicationService": "2023-03-31",
"Domain": "2023-03-31",
"EmailService": "2023-03-31",
"SenderUsername": "2023-03-31",
"SuppressionList": "2023-06-01-preview",
"SuppressionListAddress": "2023-06-01-preview",
"listCommunicationServiceKeys": "2023-03-31",
"listEmailServiceVerifiedExchangeOnlineDomains": "2023-03-31"
},
"Community": {
"CommunityTraining": "2023-11-01"
},
"Compute": {
"AvailabilitySet": "2023-03-01",
"CapacityReservation": "2023-03-01",
"CapacityReservationGroup": "2023-03-01",
"CloudService": "2022-09-04",
"DedicatedHost": "2023-03-01",
"DedicatedHostGroup": "2023-03-01",
"Disk": "2022-07-02",
"DiskAccess": "2022-07-02",
"DiskAccessAPrivateEndpointConnection": "2022-07-02",
"DiskEncryptionSet": "2022-07-02",
"Gallery": "2022-03-03",
"GalleryApplication": "2022-03-03",
"GalleryApplicationVersion": "2022-03-03",
"GalleryImage": "2022-03-03",
"GalleryImageVersion": "2022-03-03",
"Image": "2023-03-01",
"ProximityPlacementGroup": "2023-03-01",
"RestorePoint": "2023-03-01",
"RestorePointCollection": "2023-03-01",
"Snapshot": "2022-07-02",
"SshPublicKey": "2023-03-01",
"VirtualMachine": "2023-03-01",
"VirtualMachineExtension": "2023-03-01",
"VirtualMachineRunCommandByVirtualMachine": "2023-03-01",
"VirtualMachineScaleSet": "2023-03-01",
"VirtualMachineScaleSetExtension": "2023-03-01",
"VirtualMachineScaleSetVM": "2023-03-01",
"VirtualMachineScaleSetVMExtension": "2023-03-01",
"VirtualMachineScaleSetVMRunCommand": "2023-03-01",
"getLogAnalyticExportRequestRateByInterval": "2023-03-01",
"getLogAnalyticExportThrottledRequests": "2023-03-01"
},
"ComputeSchedule": {},
"ConfidentialLedger": {
"Ledger": "2022-05-13",
"ManagedCCF": "2023-01-26-preview"
},
"Confluent": {
"Organization": "2021-12-01",
"listAccessClusters": "2023-08-22",
"listAccessEnvironments": "2023-08-22",
"listAccessInvitations": "2023-08-22",
"listAccessRoleBindingName": "2024-02-13",
"listAccessRoleBindings": "2023-08-22",
"listAccessServiceAccounts": "2023-08-22",
"listAccessUsers": "2023-08-22",
"listOrganizationRegions": "2024-02-13"
},
"ConnectedCache": {
"CacheNodesOperation": "2023-05-01-preview",
"EnterpriseCustomerOperation": "2023-05-01-preview",
"EnterpriseMccCacheNodesOperation": "2023-05-01-preview",
"EnterpriseMccCustomer": "2023-05-01-preview",
"IspCacheNodesOperation": "2023-05-01-preview",
"IspCustomer": "2023-05-01-preview",
"getEnterpriseMccCacheNodesOperationCacheNodeInstallDetails": "2023-05-01-preview",
"getIspCacheNodesOperationBgpCidrs": "2023-05-01-preview",
"getIspCacheNodesOperationCacheNodeInstallDetails": "2023-05-01-preview"
},
"ConnectedVMwarevSphere": {
"Cluster": "2022-07-15-preview",
"Datastore": "2022-07-15-preview",
"GuestAgent": "2022-07-15-preview",
"Host": "2022-07-15-preview",
"HybridIdentityMetadatum": "2022-07-15-preview",
"InventoryItem": "2022-07-15-preview",
"MachineExtension": "2022-07-15-preview",
"ResourcePool": "2022-07-15-preview",
"VCenter": "2022-07-15-preview",
"VMInstanceGuestAgent": "2023-03-01-preview",
"VirtualMachine": "2022-07-15-preview",
"VirtualMachineInstance": "2023-03-01-preview",
"VirtualMachineTemplate": "2022-07-15-preview",
"VirtualNetwork": "2022-07-15-preview"
},
"Consumption": {
"Budget": "2023-05-01"
},
"ContainerInstance": {
"ContainerGroup": "2023-05-01",
"ContainerGroupProfile": "2024-05-01-preview",
"NGroup": "2024-09-01-preview"
},
"ContainerRegistry": {
"AgentPool": "2019-06-01-preview",
"Archife": "2023-06-01-preview",
"ArchiveVersion": "2023-06-01-preview",
"CacheRule": "2023-01-01-preview",
"ConnectedRegistry": "2023-01-01-preview",
"CredentialSet": "2023-01-01-preview",
"ExportPipeline": "2023-01-01-preview",
"ImportPipeline": "2023-01-01-preview",
"PipelineRun": "2023-01-01-preview",
"PrivateEndpointConnection": "2022-12-01",
"Registry": "2022-12-01",
"Replication": "2022-12-01",
"ScopeMap": "2022-12-01",
"Task": "2019-06-01-preview",
"TaskRun": "2019-06-01-preview",
"Token": "2022-12-01",
"Webhook": "2022-12-01",
"getWebhookCallbackConfig": "2022-12-01",
"listAgentPoolQueueStatus": "2019-06-01-preview",
"listRegistryBuildSourceUploadUrl": "2019-06-01-preview",
"listRegistryCredentials": "2022-12-01",
"listRunLogSasUrl": "2019-06-01-preview",
"listTaskDetails": "2019-06-01-preview",
"listTaskRunDetails": "2019-06-01-preview",
"listWebhookEvents": "2022-12-01"
},
"ContainerService": {
"AgentPool": "2023-04-01",
"AutoUpgradeProfile": "2024-05-02-preview",
"Fleet": "2023-03-15-preview",
"FleetMember": "2023-03-15-preview",
"FleetUpdateStrategy": "2023-08-15-preview",
"LoadBalancer": "2024-03-02-preview",
"MaintenanceConfiguration": "2023-04-01",
"ManagedCluster": "2023-04-01",
"ManagedClusterSnapshot": "2023-05-02-preview",
"OpenShiftManagedCluster": "2019-10-27-preview",
"PrivateEndpointConnection": "2023-04-01",
"Snapshot": "2023-04-01",
"TrustedAccessRoleBinding": "2023-05-02-preview",
"UpdateRun": "2023-03-15-preview",
"listFleetCredentials": "2023-03-15-preview",
"listManagedClusterAccessProfile": "2020-03-01",
"listManagedClusterAdminCredentials": "2023-04-01",
"listManagedClusterMonitoringUserCredentials": "2023-04-01",
"listManagedClusterUserCredentials": "2023-04-01"
},
"ContainerStorage": {
"Pool": "2023-07-01-preview",
"Snapshot": "2023-07-01-preview",
"Volume": "2023-07-01-preview"
},
"Contoso": {
"Employee": "2021-10-01-preview"
},
"CostManagement": {
"Budget": "2023-04-01-preview",
"CloudConnector": "2019-03-01-preview",
"Connector": "2018-08-01-preview",
"CostAllocationRule": "2020-03-01-preview",
"Export": "2023-03-01",
"MarkupRule": "2022-10-05-preview",
"Report": "2018-08-01-preview",
"ReportByBillingAccount": "2018-08-01-preview",
"ReportByDepartment": "2018-08-01-preview",
"ReportByResourceGroupName": "2018-08-01-preview",
"ScheduledAction": "2023-03-01",
"ScheduledActionByScope": "2023-03-01",
"Setting": "2019-11-01",
"SettingByScope": "2022-10-05-preview",
"View": "2023-03-01",
"ViewByScope": "2023-03-01"
},
"CustomProviders": {
"Association": "2018-09-01-preview",
"CustomResourceProvider": "2018-09-01-preview"
},
"CustomerInsights": {
"Connector": "2017-04-26",
"ConnectorMapping": "2017-04-26",
"Hub": "2017-04-26",
"Kpi": "2017-04-26",
"Link": "2017-04-26",
"Prediction": "2017-04-26",
"Profile": "2017-04-26",
"Relationship": "2017-04-26",
"RelationshipLink": "2017-04-26",
"RoleAssignment": "2017-04-26",
"View": "2017-04-26",
"getImageUploadUrlForData": "2017-04-26",
"getImageUploadUrlForEntityType": "2017-04-26",
"getPredictionModelStatus": "2017-04-26",
"getPredictionTrainingResults": "2017-04-26",
"getProfileEnrichingKpis": "2017-04-26"
},
"CustomerLockbox": {},
"DBforMariaDB": {
"Configuration": "2018-06-01",
"Database": "2018-06-01",
"FirewallRule": "2018-06-01",
"PrivateEndpointConnection": "2018-06-01",
"Server": "2018-06-01",
"VirtualNetworkRule": "2018-06-01"
},
"DBforMySQL": {
"AzureADAdministrator": "2022-01-01",
"Configuration": "2022-01-01",
"Database": "2022-01-01",
"FirewallRule": "2022-01-01",
"PrivateEndpointConnection": "2022-09-30-preview",
"Server": "2022-01-01",
"getGetPrivateDnsZoneSuffixExecute": "2022-01-01"
},
"DBforPostgreSQL": {
"Administrator": "2022-12-01",
"Backup": "2024-03-01-preview",
"Cluster": "2022-11-08",
"Configuration": "2022-12-01",
"Database": "2022-12-01",
"FirewallRule": "2022-12-01",
"Migration": "2023-03-01-preview",
"PrivateEndpointConnection": "2022-11-08",
"Role": "2022-11-08",
"Server": "2022-12-01",
"VirtualEndpoint": "2023-06-01-preview",
"getGetPrivateDnsZoneSuffixExecute": "2022-12-01"
},
"Dashboard": {
"Grafana": "2022-08-01",
"IntegrationFabric": "2023-10-01-preview",
"ManagedPrivateEndpoint": "2022-10-01-preview",
"PrivateEndpointConnection": "2022-08-01"
},
"DataBox": {
"Job": "2022-12-01",
"listJobCredentials": "2022-12-01"
},
"DataBoxEdge": {
"Addon": "2022-03-01",
"BandwidthSchedule": "2022-03-01",
"Container": "2022-03-01",
"Device": "2022-03-01",
"MonitoringConfig": "2022-03-01",
"Order": "2022-03-01",
"Role": "2022-03-01",
"Share": "2022-03-01",
"StorageAccount": "2022-03-01",
"StorageAccountCredential": "2022-03-01",
"Trigger": "2022-03-01",
"User": "2022-03-01",
"getDeviceExtendedInformation": "2022-03-01",
"listOrderDCAccessCode": "2022-03-01"
},
"DataCatalog": {
"ADCCatalog": "2016-03-30"
},
"DataFactory": {
"ChangeDataCapture": "2018-06-01",
"CredentialOperation": "2018-06-01",
"DataFlow": "2018-06-01",
"Dataset": "2018-06-01",
"Factory": "2018-06-01",
"GlobalParameter": "2018-06-01",
"IntegrationRuntime": "2018-06-01",
"LinkedService": "2018-06-01",
"ManagedPrivateEndpoint": "2018-06-01",
"Pipeline": "2018-06-01",
"PrivateEndpointConnection": "2018-06-01",
"Trigger": "2018-06-01",
"getExposureControlFeatureValue": "2018-06-01",
"getExposureControlFeatureValueByFactory": "2018-06-01",
"getFactoryDataPlaneAccess": "2018-06-01",
"getFactoryGitHubAccessToken": "2018-06-01",
"getIntegrationRuntimeConnectionInfo": "2018-06-01",
"getIntegrationRuntimeObjectMetadatum": "2018-06-01",
"getIntegrationRuntimeStatus": "2018-06-01",
"getTriggerEventSubscriptionStatus": "2018-06-01",
"listIntegrationRuntimeAuthKeys": "2018-06-01"
},
"DataLakeAnalytics": {
"Account": "2019-11-01-preview",
"ComputePolicy": "2019-11-01-preview",
"DataLakeStoreAccount": "2019-11-01-preview",
"FirewallRule": "2019-11-01-preview",
"StorageAccount": "2019-11-01-preview",
"listStorageAccountSasTokens": "2019-11-01-preview"
},
"DataLakeStore": {
"Account": "2016-11-01",
"FirewallRule": "2016-11-01",
"TrustedIdProvider": "2016-11-01",
"VirtualNetworkRule": "2016-11-01"
},
"DataMigration": {
"DatabaseMigrationsMongoToCosmosDbRUMongo": "2023-07-15-preview",
"DatabaseMigrationsMongoToCosmosDbvCoreMongo": "2023-07-15-preview",
"DatabaseMigrationsSqlDb": "2022-03-30-preview",