@azure/arm-appservice 10.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +106 -0
- package/LICENSE +1 -1
- package/dist/index.js +6685 -4683
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +588 -57
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +82 -37
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +28 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1085 -16
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +17 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/containerApps.d.ts +97 -0
- package/dist-esm/src/operations/containerApps.d.ts.map +1 -0
- package/dist-esm/src/operations/containerApps.js +444 -0
- package/dist-esm/src/operations/containerApps.js.map +1 -0
- package/dist-esm/src/operations/containerAppsRevisions.d.ts +70 -0
- package/dist-esm/src/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsRevisions.js +259 -0
- package/dist-esm/src/operations/containerAppsRevisions.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +8 -1
- package/dist-esm/src/operations/domains.d.ts.map +1 -1
- package/dist-esm/src/operations/domains.js +33 -0
- package/dist-esm/src/operations/domains.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/webApps.d.ts +8 -1
- package/dist-esm/src/operations/webApps.d.ts.map +1 -1
- package/dist-esm/src/operations/webApps.js +30 -0
- package/dist-esm/src/operations/webApps.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerApps.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerApps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +8 -1
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/webApps.d.ts +8 -1
- package/dist-esm/src/operationsInterfaces/webApps.d.ts.map +1 -1
- package/dist-esm/src/webSiteManagementClient.d.ts +23 -2
- package/dist-esm/src/webSiteManagementClient.d.ts.map +1 -1
- package/dist-esm/src/webSiteManagementClient.js +114 -12
- package/dist-esm/src/webSiteManagementClient.js.map +1 -1
- package/package.json +1 -1
- package/review/arm-appservice.api.md +468 -26
- package/src/models/index.ts +658 -58
- package/src/models/mappers.ts +1145 -20
- package/src/models/parameters.ts +19 -1
- package/src/operations/containerApps.ts +580 -0
- package/src/operations/containerAppsRevisions.ts +356 -0
- package/src/operations/domains.ts +44 -0
- package/src/operations/index.ts +2 -0
- package/src/operations/webApps.ts +41 -0
- package/src/operationsInterfaces/containerApps.ts +116 -0
- package/src/operationsInterfaces/containerAppsRevisions.ts +86 -0
- package/src/operationsInterfaces/domains.ts +14 -1
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/webApps.ts +13 -0
- package/src/webSiteManagementClient.ts +126 -2
- package/types/arm-appservice.d.ts +790 -52
- package/types/tsdoc-metadata.json +1 -1
package/src/models/mappers.ts
CHANGED
|
@@ -5418,6 +5418,831 @@ export const CertificateCollection: coreClient.CompositeMapper = {
|
|
|
5418
5418
|
}
|
|
5419
5419
|
};
|
|
5420
5420
|
|
|
5421
|
+
export const ContainerAppCollection: coreClient.CompositeMapper = {
|
|
5422
|
+
serializedName: "ContainerAppCollection",
|
|
5423
|
+
type: {
|
|
5424
|
+
name: "Composite",
|
|
5425
|
+
className: "ContainerAppCollection",
|
|
5426
|
+
modelProperties: {
|
|
5427
|
+
value: {
|
|
5428
|
+
serializedName: "value",
|
|
5429
|
+
required: true,
|
|
5430
|
+
xmlName: "value",
|
|
5431
|
+
xmlElementName: "ContainerApp",
|
|
5432
|
+
type: {
|
|
5433
|
+
name: "Sequence",
|
|
5434
|
+
element: {
|
|
5435
|
+
type: {
|
|
5436
|
+
name: "Composite",
|
|
5437
|
+
className: "ContainerApp"
|
|
5438
|
+
}
|
|
5439
|
+
}
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
5442
|
+
nextLink: {
|
|
5443
|
+
serializedName: "nextLink",
|
|
5444
|
+
readOnly: true,
|
|
5445
|
+
xmlName: "nextLink",
|
|
5446
|
+
type: {
|
|
5447
|
+
name: "String"
|
|
5448
|
+
}
|
|
5449
|
+
}
|
|
5450
|
+
}
|
|
5451
|
+
}
|
|
5452
|
+
};
|
|
5453
|
+
|
|
5454
|
+
export const Configuration: coreClient.CompositeMapper = {
|
|
5455
|
+
serializedName: "Configuration",
|
|
5456
|
+
type: {
|
|
5457
|
+
name: "Composite",
|
|
5458
|
+
className: "Configuration",
|
|
5459
|
+
modelProperties: {
|
|
5460
|
+
secrets: {
|
|
5461
|
+
serializedName: "secrets",
|
|
5462
|
+
xmlName: "secrets",
|
|
5463
|
+
xmlElementName: "Secret",
|
|
5464
|
+
type: {
|
|
5465
|
+
name: "Sequence",
|
|
5466
|
+
element: {
|
|
5467
|
+
type: {
|
|
5468
|
+
name: "Composite",
|
|
5469
|
+
className: "Secret"
|
|
5470
|
+
}
|
|
5471
|
+
}
|
|
5472
|
+
}
|
|
5473
|
+
},
|
|
5474
|
+
activeRevisionsMode: {
|
|
5475
|
+
serializedName: "activeRevisionsMode",
|
|
5476
|
+
xmlName: "activeRevisionsMode",
|
|
5477
|
+
type: {
|
|
5478
|
+
name: "String"
|
|
5479
|
+
}
|
|
5480
|
+
},
|
|
5481
|
+
ingress: {
|
|
5482
|
+
serializedName: "ingress",
|
|
5483
|
+
xmlName: "ingress",
|
|
5484
|
+
type: {
|
|
5485
|
+
name: "Composite",
|
|
5486
|
+
className: "Ingress"
|
|
5487
|
+
}
|
|
5488
|
+
},
|
|
5489
|
+
registries: {
|
|
5490
|
+
serializedName: "registries",
|
|
5491
|
+
xmlName: "registries",
|
|
5492
|
+
xmlElementName: "RegistryCredentials",
|
|
5493
|
+
type: {
|
|
5494
|
+
name: "Sequence",
|
|
5495
|
+
element: {
|
|
5496
|
+
type: {
|
|
5497
|
+
name: "Composite",
|
|
5498
|
+
className: "RegistryCredentials"
|
|
5499
|
+
}
|
|
5500
|
+
}
|
|
5501
|
+
}
|
|
5502
|
+
}
|
|
5503
|
+
}
|
|
5504
|
+
}
|
|
5505
|
+
};
|
|
5506
|
+
|
|
5507
|
+
export const Secret: coreClient.CompositeMapper = {
|
|
5508
|
+
serializedName: "Secret",
|
|
5509
|
+
type: {
|
|
5510
|
+
name: "Composite",
|
|
5511
|
+
className: "Secret",
|
|
5512
|
+
modelProperties: {
|
|
5513
|
+
name: {
|
|
5514
|
+
serializedName: "name",
|
|
5515
|
+
xmlName: "name",
|
|
5516
|
+
type: {
|
|
5517
|
+
name: "String"
|
|
5518
|
+
}
|
|
5519
|
+
},
|
|
5520
|
+
value: {
|
|
5521
|
+
serializedName: "value",
|
|
5522
|
+
xmlName: "value",
|
|
5523
|
+
type: {
|
|
5524
|
+
name: "String"
|
|
5525
|
+
}
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
}
|
|
5529
|
+
};
|
|
5530
|
+
|
|
5531
|
+
export const Ingress: coreClient.CompositeMapper = {
|
|
5532
|
+
serializedName: "Ingress",
|
|
5533
|
+
type: {
|
|
5534
|
+
name: "Composite",
|
|
5535
|
+
className: "Ingress",
|
|
5536
|
+
modelProperties: {
|
|
5537
|
+
fqdn: {
|
|
5538
|
+
serializedName: "fqdn",
|
|
5539
|
+
readOnly: true,
|
|
5540
|
+
xmlName: "fqdn",
|
|
5541
|
+
type: {
|
|
5542
|
+
name: "String"
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5545
|
+
external: {
|
|
5546
|
+
defaultValue: false,
|
|
5547
|
+
serializedName: "external",
|
|
5548
|
+
xmlName: "external",
|
|
5549
|
+
type: {
|
|
5550
|
+
name: "Boolean"
|
|
5551
|
+
}
|
|
5552
|
+
},
|
|
5553
|
+
targetPort: {
|
|
5554
|
+
serializedName: "targetPort",
|
|
5555
|
+
xmlName: "targetPort",
|
|
5556
|
+
type: {
|
|
5557
|
+
name: "Number"
|
|
5558
|
+
}
|
|
5559
|
+
},
|
|
5560
|
+
transport: {
|
|
5561
|
+
serializedName: "transport",
|
|
5562
|
+
xmlName: "transport",
|
|
5563
|
+
type: {
|
|
5564
|
+
name: "String"
|
|
5565
|
+
}
|
|
5566
|
+
},
|
|
5567
|
+
traffic: {
|
|
5568
|
+
serializedName: "traffic",
|
|
5569
|
+
xmlName: "traffic",
|
|
5570
|
+
xmlElementName: "TrafficWeight",
|
|
5571
|
+
type: {
|
|
5572
|
+
name: "Sequence",
|
|
5573
|
+
element: {
|
|
5574
|
+
type: {
|
|
5575
|
+
name: "Composite",
|
|
5576
|
+
className: "TrafficWeight"
|
|
5577
|
+
}
|
|
5578
|
+
}
|
|
5579
|
+
}
|
|
5580
|
+
},
|
|
5581
|
+
allowInsecure: {
|
|
5582
|
+
serializedName: "allowInsecure",
|
|
5583
|
+
xmlName: "allowInsecure",
|
|
5584
|
+
type: {
|
|
5585
|
+
name: "Boolean"
|
|
5586
|
+
}
|
|
5587
|
+
}
|
|
5588
|
+
}
|
|
5589
|
+
}
|
|
5590
|
+
};
|
|
5591
|
+
|
|
5592
|
+
export const TrafficWeight: coreClient.CompositeMapper = {
|
|
5593
|
+
serializedName: "TrafficWeight",
|
|
5594
|
+
type: {
|
|
5595
|
+
name: "Composite",
|
|
5596
|
+
className: "TrafficWeight",
|
|
5597
|
+
modelProperties: {
|
|
5598
|
+
revisionName: {
|
|
5599
|
+
serializedName: "revisionName",
|
|
5600
|
+
xmlName: "revisionName",
|
|
5601
|
+
type: {
|
|
5602
|
+
name: "String"
|
|
5603
|
+
}
|
|
5604
|
+
},
|
|
5605
|
+
weight: {
|
|
5606
|
+
serializedName: "weight",
|
|
5607
|
+
xmlName: "weight",
|
|
5608
|
+
type: {
|
|
5609
|
+
name: "Number"
|
|
5610
|
+
}
|
|
5611
|
+
},
|
|
5612
|
+
latestRevision: {
|
|
5613
|
+
defaultValue: false,
|
|
5614
|
+
serializedName: "latestRevision",
|
|
5615
|
+
xmlName: "latestRevision",
|
|
5616
|
+
type: {
|
|
5617
|
+
name: "Boolean"
|
|
5618
|
+
}
|
|
5619
|
+
}
|
|
5620
|
+
}
|
|
5621
|
+
}
|
|
5622
|
+
};
|
|
5623
|
+
|
|
5624
|
+
export const RegistryCredentials: coreClient.CompositeMapper = {
|
|
5625
|
+
serializedName: "RegistryCredentials",
|
|
5626
|
+
type: {
|
|
5627
|
+
name: "Composite",
|
|
5628
|
+
className: "RegistryCredentials",
|
|
5629
|
+
modelProperties: {
|
|
5630
|
+
server: {
|
|
5631
|
+
serializedName: "server",
|
|
5632
|
+
xmlName: "server",
|
|
5633
|
+
type: {
|
|
5634
|
+
name: "String"
|
|
5635
|
+
}
|
|
5636
|
+
},
|
|
5637
|
+
username: {
|
|
5638
|
+
serializedName: "username",
|
|
5639
|
+
xmlName: "username",
|
|
5640
|
+
type: {
|
|
5641
|
+
name: "String"
|
|
5642
|
+
}
|
|
5643
|
+
},
|
|
5644
|
+
passwordSecretRef: {
|
|
5645
|
+
serializedName: "passwordSecretRef",
|
|
5646
|
+
xmlName: "passwordSecretRef",
|
|
5647
|
+
type: {
|
|
5648
|
+
name: "String"
|
|
5649
|
+
}
|
|
5650
|
+
}
|
|
5651
|
+
}
|
|
5652
|
+
}
|
|
5653
|
+
};
|
|
5654
|
+
|
|
5655
|
+
export const Template: coreClient.CompositeMapper = {
|
|
5656
|
+
serializedName: "Template",
|
|
5657
|
+
type: {
|
|
5658
|
+
name: "Composite",
|
|
5659
|
+
className: "Template",
|
|
5660
|
+
modelProperties: {
|
|
5661
|
+
revisionSuffix: {
|
|
5662
|
+
serializedName: "revisionSuffix",
|
|
5663
|
+
xmlName: "revisionSuffix",
|
|
5664
|
+
type: {
|
|
5665
|
+
name: "String"
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5668
|
+
containers: {
|
|
5669
|
+
serializedName: "containers",
|
|
5670
|
+
xmlName: "containers",
|
|
5671
|
+
xmlElementName: "Container",
|
|
5672
|
+
type: {
|
|
5673
|
+
name: "Sequence",
|
|
5674
|
+
element: {
|
|
5675
|
+
type: {
|
|
5676
|
+
name: "Composite",
|
|
5677
|
+
className: "Container"
|
|
5678
|
+
}
|
|
5679
|
+
}
|
|
5680
|
+
}
|
|
5681
|
+
},
|
|
5682
|
+
scale: {
|
|
5683
|
+
serializedName: "scale",
|
|
5684
|
+
xmlName: "scale",
|
|
5685
|
+
type: {
|
|
5686
|
+
name: "Composite",
|
|
5687
|
+
className: "Scale"
|
|
5688
|
+
}
|
|
5689
|
+
},
|
|
5690
|
+
dapr: {
|
|
5691
|
+
serializedName: "dapr",
|
|
5692
|
+
xmlName: "dapr",
|
|
5693
|
+
type: {
|
|
5694
|
+
name: "Composite",
|
|
5695
|
+
className: "Dapr"
|
|
5696
|
+
}
|
|
5697
|
+
}
|
|
5698
|
+
}
|
|
5699
|
+
}
|
|
5700
|
+
};
|
|
5701
|
+
|
|
5702
|
+
export const Container: coreClient.CompositeMapper = {
|
|
5703
|
+
serializedName: "Container",
|
|
5704
|
+
type: {
|
|
5705
|
+
name: "Composite",
|
|
5706
|
+
className: "Container",
|
|
5707
|
+
modelProperties: {
|
|
5708
|
+
image: {
|
|
5709
|
+
serializedName: "image",
|
|
5710
|
+
xmlName: "image",
|
|
5711
|
+
type: {
|
|
5712
|
+
name: "String"
|
|
5713
|
+
}
|
|
5714
|
+
},
|
|
5715
|
+
name: {
|
|
5716
|
+
serializedName: "name",
|
|
5717
|
+
xmlName: "name",
|
|
5718
|
+
type: {
|
|
5719
|
+
name: "String"
|
|
5720
|
+
}
|
|
5721
|
+
},
|
|
5722
|
+
command: {
|
|
5723
|
+
serializedName: "command",
|
|
5724
|
+
xmlName: "command",
|
|
5725
|
+
xmlElementName: "ContainerCommandItem",
|
|
5726
|
+
type: {
|
|
5727
|
+
name: "Sequence",
|
|
5728
|
+
element: {
|
|
5729
|
+
type: {
|
|
5730
|
+
name: "String"
|
|
5731
|
+
}
|
|
5732
|
+
}
|
|
5733
|
+
}
|
|
5734
|
+
},
|
|
5735
|
+
args: {
|
|
5736
|
+
serializedName: "args",
|
|
5737
|
+
xmlName: "args",
|
|
5738
|
+
xmlElementName: "ContainerArgsItem",
|
|
5739
|
+
type: {
|
|
5740
|
+
name: "Sequence",
|
|
5741
|
+
element: {
|
|
5742
|
+
type: {
|
|
5743
|
+
name: "String"
|
|
5744
|
+
}
|
|
5745
|
+
}
|
|
5746
|
+
}
|
|
5747
|
+
},
|
|
5748
|
+
env: {
|
|
5749
|
+
serializedName: "env",
|
|
5750
|
+
xmlName: "env",
|
|
5751
|
+
xmlElementName: "EnvironmentVar",
|
|
5752
|
+
type: {
|
|
5753
|
+
name: "Sequence",
|
|
5754
|
+
element: {
|
|
5755
|
+
type: {
|
|
5756
|
+
name: "Composite",
|
|
5757
|
+
className: "EnvironmentVar"
|
|
5758
|
+
}
|
|
5759
|
+
}
|
|
5760
|
+
}
|
|
5761
|
+
},
|
|
5762
|
+
resources: {
|
|
5763
|
+
serializedName: "resources",
|
|
5764
|
+
xmlName: "resources",
|
|
5765
|
+
type: {
|
|
5766
|
+
name: "Composite",
|
|
5767
|
+
className: "ContainerResources"
|
|
5768
|
+
}
|
|
5769
|
+
}
|
|
5770
|
+
}
|
|
5771
|
+
}
|
|
5772
|
+
};
|
|
5773
|
+
|
|
5774
|
+
export const EnvironmentVar: coreClient.CompositeMapper = {
|
|
5775
|
+
serializedName: "EnvironmentVar",
|
|
5776
|
+
type: {
|
|
5777
|
+
name: "Composite",
|
|
5778
|
+
className: "EnvironmentVar",
|
|
5779
|
+
modelProperties: {
|
|
5780
|
+
name: {
|
|
5781
|
+
serializedName: "name",
|
|
5782
|
+
xmlName: "name",
|
|
5783
|
+
type: {
|
|
5784
|
+
name: "String"
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5787
|
+
value: {
|
|
5788
|
+
serializedName: "value",
|
|
5789
|
+
xmlName: "value",
|
|
5790
|
+
type: {
|
|
5791
|
+
name: "String"
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5794
|
+
secretRef: {
|
|
5795
|
+
serializedName: "secretRef",
|
|
5796
|
+
xmlName: "secretRef",
|
|
5797
|
+
type: {
|
|
5798
|
+
name: "String"
|
|
5799
|
+
}
|
|
5800
|
+
}
|
|
5801
|
+
}
|
|
5802
|
+
}
|
|
5803
|
+
};
|
|
5804
|
+
|
|
5805
|
+
export const ContainerResources: coreClient.CompositeMapper = {
|
|
5806
|
+
serializedName: "ContainerResources",
|
|
5807
|
+
type: {
|
|
5808
|
+
name: "Composite",
|
|
5809
|
+
className: "ContainerResources",
|
|
5810
|
+
modelProperties: {
|
|
5811
|
+
cpu: {
|
|
5812
|
+
serializedName: "cpu",
|
|
5813
|
+
xmlName: "cpu",
|
|
5814
|
+
type: {
|
|
5815
|
+
name: "Number"
|
|
5816
|
+
}
|
|
5817
|
+
},
|
|
5818
|
+
memory: {
|
|
5819
|
+
serializedName: "memory",
|
|
5820
|
+
xmlName: "memory",
|
|
5821
|
+
type: {
|
|
5822
|
+
name: "String"
|
|
5823
|
+
}
|
|
5824
|
+
}
|
|
5825
|
+
}
|
|
5826
|
+
}
|
|
5827
|
+
};
|
|
5828
|
+
|
|
5829
|
+
export const Scale: coreClient.CompositeMapper = {
|
|
5830
|
+
serializedName: "Scale",
|
|
5831
|
+
type: {
|
|
5832
|
+
name: "Composite",
|
|
5833
|
+
className: "Scale",
|
|
5834
|
+
modelProperties: {
|
|
5835
|
+
minReplicas: {
|
|
5836
|
+
serializedName: "minReplicas",
|
|
5837
|
+
xmlName: "minReplicas",
|
|
5838
|
+
type: {
|
|
5839
|
+
name: "Number"
|
|
5840
|
+
}
|
|
5841
|
+
},
|
|
5842
|
+
maxReplicas: {
|
|
5843
|
+
serializedName: "maxReplicas",
|
|
5844
|
+
xmlName: "maxReplicas",
|
|
5845
|
+
type: {
|
|
5846
|
+
name: "Number"
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5849
|
+
rules: {
|
|
5850
|
+
serializedName: "rules",
|
|
5851
|
+
xmlName: "rules",
|
|
5852
|
+
xmlElementName: "ScaleRule",
|
|
5853
|
+
type: {
|
|
5854
|
+
name: "Sequence",
|
|
5855
|
+
element: {
|
|
5856
|
+
type: {
|
|
5857
|
+
name: "Composite",
|
|
5858
|
+
className: "ScaleRule"
|
|
5859
|
+
}
|
|
5860
|
+
}
|
|
5861
|
+
}
|
|
5862
|
+
}
|
|
5863
|
+
}
|
|
5864
|
+
}
|
|
5865
|
+
};
|
|
5866
|
+
|
|
5867
|
+
export const ScaleRule: coreClient.CompositeMapper = {
|
|
5868
|
+
serializedName: "ScaleRule",
|
|
5869
|
+
type: {
|
|
5870
|
+
name: "Composite",
|
|
5871
|
+
className: "ScaleRule",
|
|
5872
|
+
modelProperties: {
|
|
5873
|
+
name: {
|
|
5874
|
+
serializedName: "name",
|
|
5875
|
+
xmlName: "name",
|
|
5876
|
+
type: {
|
|
5877
|
+
name: "String"
|
|
5878
|
+
}
|
|
5879
|
+
},
|
|
5880
|
+
azureQueue: {
|
|
5881
|
+
serializedName: "azureQueue",
|
|
5882
|
+
xmlName: "azureQueue",
|
|
5883
|
+
type: {
|
|
5884
|
+
name: "Composite",
|
|
5885
|
+
className: "QueueScaleRule"
|
|
5886
|
+
}
|
|
5887
|
+
},
|
|
5888
|
+
custom: {
|
|
5889
|
+
serializedName: "custom",
|
|
5890
|
+
xmlName: "custom",
|
|
5891
|
+
type: {
|
|
5892
|
+
name: "Composite",
|
|
5893
|
+
className: "CustomScaleRule"
|
|
5894
|
+
}
|
|
5895
|
+
},
|
|
5896
|
+
http: {
|
|
5897
|
+
serializedName: "http",
|
|
5898
|
+
xmlName: "http",
|
|
5899
|
+
type: {
|
|
5900
|
+
name: "Composite",
|
|
5901
|
+
className: "HttpScaleRule"
|
|
5902
|
+
}
|
|
5903
|
+
}
|
|
5904
|
+
}
|
|
5905
|
+
}
|
|
5906
|
+
};
|
|
5907
|
+
|
|
5908
|
+
export const QueueScaleRule: coreClient.CompositeMapper = {
|
|
5909
|
+
serializedName: "QueueScaleRule",
|
|
5910
|
+
type: {
|
|
5911
|
+
name: "Composite",
|
|
5912
|
+
className: "QueueScaleRule",
|
|
5913
|
+
modelProperties: {
|
|
5914
|
+
queueName: {
|
|
5915
|
+
serializedName: "queueName",
|
|
5916
|
+
xmlName: "queueName",
|
|
5917
|
+
type: {
|
|
5918
|
+
name: "String"
|
|
5919
|
+
}
|
|
5920
|
+
},
|
|
5921
|
+
queueLength: {
|
|
5922
|
+
serializedName: "queueLength",
|
|
5923
|
+
xmlName: "queueLength",
|
|
5924
|
+
type: {
|
|
5925
|
+
name: "Number"
|
|
5926
|
+
}
|
|
5927
|
+
},
|
|
5928
|
+
auth: {
|
|
5929
|
+
serializedName: "auth",
|
|
5930
|
+
xmlName: "auth",
|
|
5931
|
+
xmlElementName: "ScaleRuleAuth",
|
|
5932
|
+
type: {
|
|
5933
|
+
name: "Sequence",
|
|
5934
|
+
element: {
|
|
5935
|
+
type: {
|
|
5936
|
+
name: "Composite",
|
|
5937
|
+
className: "ScaleRuleAuth"
|
|
5938
|
+
}
|
|
5939
|
+
}
|
|
5940
|
+
}
|
|
5941
|
+
}
|
|
5942
|
+
}
|
|
5943
|
+
}
|
|
5944
|
+
};
|
|
5945
|
+
|
|
5946
|
+
export const ScaleRuleAuth: coreClient.CompositeMapper = {
|
|
5947
|
+
serializedName: "ScaleRuleAuth",
|
|
5948
|
+
type: {
|
|
5949
|
+
name: "Composite",
|
|
5950
|
+
className: "ScaleRuleAuth",
|
|
5951
|
+
modelProperties: {
|
|
5952
|
+
secretRef: {
|
|
5953
|
+
serializedName: "secretRef",
|
|
5954
|
+
xmlName: "secretRef",
|
|
5955
|
+
type: {
|
|
5956
|
+
name: "String"
|
|
5957
|
+
}
|
|
5958
|
+
},
|
|
5959
|
+
triggerParameter: {
|
|
5960
|
+
serializedName: "triggerParameter",
|
|
5961
|
+
xmlName: "triggerParameter",
|
|
5962
|
+
type: {
|
|
5963
|
+
name: "String"
|
|
5964
|
+
}
|
|
5965
|
+
}
|
|
5966
|
+
}
|
|
5967
|
+
}
|
|
5968
|
+
};
|
|
5969
|
+
|
|
5970
|
+
export const CustomScaleRule: coreClient.CompositeMapper = {
|
|
5971
|
+
serializedName: "CustomScaleRule",
|
|
5972
|
+
type: {
|
|
5973
|
+
name: "Composite",
|
|
5974
|
+
className: "CustomScaleRule",
|
|
5975
|
+
modelProperties: {
|
|
5976
|
+
type: {
|
|
5977
|
+
serializedName: "type",
|
|
5978
|
+
xmlName: "type",
|
|
5979
|
+
type: {
|
|
5980
|
+
name: "String"
|
|
5981
|
+
}
|
|
5982
|
+
},
|
|
5983
|
+
metadata: {
|
|
5984
|
+
serializedName: "metadata",
|
|
5985
|
+
xmlName: "metadata",
|
|
5986
|
+
type: {
|
|
5987
|
+
name: "Dictionary",
|
|
5988
|
+
value: { type: { name: "String" } }
|
|
5989
|
+
}
|
|
5990
|
+
},
|
|
5991
|
+
auth: {
|
|
5992
|
+
serializedName: "auth",
|
|
5993
|
+
xmlName: "auth",
|
|
5994
|
+
xmlElementName: "ScaleRuleAuth",
|
|
5995
|
+
type: {
|
|
5996
|
+
name: "Sequence",
|
|
5997
|
+
element: {
|
|
5998
|
+
type: {
|
|
5999
|
+
name: "Composite",
|
|
6000
|
+
className: "ScaleRuleAuth"
|
|
6001
|
+
}
|
|
6002
|
+
}
|
|
6003
|
+
}
|
|
6004
|
+
}
|
|
6005
|
+
}
|
|
6006
|
+
}
|
|
6007
|
+
};
|
|
6008
|
+
|
|
6009
|
+
export const HttpScaleRule: coreClient.CompositeMapper = {
|
|
6010
|
+
serializedName: "HttpScaleRule",
|
|
6011
|
+
type: {
|
|
6012
|
+
name: "Composite",
|
|
6013
|
+
className: "HttpScaleRule",
|
|
6014
|
+
modelProperties: {
|
|
6015
|
+
metadata: {
|
|
6016
|
+
serializedName: "metadata",
|
|
6017
|
+
xmlName: "metadata",
|
|
6018
|
+
type: {
|
|
6019
|
+
name: "Dictionary",
|
|
6020
|
+
value: { type: { name: "String" } }
|
|
6021
|
+
}
|
|
6022
|
+
},
|
|
6023
|
+
auth: {
|
|
6024
|
+
serializedName: "auth",
|
|
6025
|
+
xmlName: "auth",
|
|
6026
|
+
xmlElementName: "ScaleRuleAuth",
|
|
6027
|
+
type: {
|
|
6028
|
+
name: "Sequence",
|
|
6029
|
+
element: {
|
|
6030
|
+
type: {
|
|
6031
|
+
name: "Composite",
|
|
6032
|
+
className: "ScaleRuleAuth"
|
|
6033
|
+
}
|
|
6034
|
+
}
|
|
6035
|
+
}
|
|
6036
|
+
}
|
|
6037
|
+
}
|
|
6038
|
+
}
|
|
6039
|
+
};
|
|
6040
|
+
|
|
6041
|
+
export const Dapr: coreClient.CompositeMapper = {
|
|
6042
|
+
serializedName: "Dapr",
|
|
6043
|
+
type: {
|
|
6044
|
+
name: "Composite",
|
|
6045
|
+
className: "Dapr",
|
|
6046
|
+
modelProperties: {
|
|
6047
|
+
enabled: {
|
|
6048
|
+
serializedName: "enabled",
|
|
6049
|
+
xmlName: "enabled",
|
|
6050
|
+
type: {
|
|
6051
|
+
name: "Boolean"
|
|
6052
|
+
}
|
|
6053
|
+
},
|
|
6054
|
+
appId: {
|
|
6055
|
+
serializedName: "appId",
|
|
6056
|
+
xmlName: "appId",
|
|
6057
|
+
type: {
|
|
6058
|
+
name: "String"
|
|
6059
|
+
}
|
|
6060
|
+
},
|
|
6061
|
+
appPort: {
|
|
6062
|
+
serializedName: "appPort",
|
|
6063
|
+
xmlName: "appPort",
|
|
6064
|
+
type: {
|
|
6065
|
+
name: "Number"
|
|
6066
|
+
}
|
|
6067
|
+
},
|
|
6068
|
+
components: {
|
|
6069
|
+
serializedName: "components",
|
|
6070
|
+
xmlName: "components",
|
|
6071
|
+
xmlElementName: "DaprComponent",
|
|
6072
|
+
type: {
|
|
6073
|
+
name: "Sequence",
|
|
6074
|
+
element: {
|
|
6075
|
+
type: {
|
|
6076
|
+
name: "Composite",
|
|
6077
|
+
className: "DaprComponent"
|
|
6078
|
+
}
|
|
6079
|
+
}
|
|
6080
|
+
}
|
|
6081
|
+
}
|
|
6082
|
+
}
|
|
6083
|
+
}
|
|
6084
|
+
};
|
|
6085
|
+
|
|
6086
|
+
export const DaprComponent: coreClient.CompositeMapper = {
|
|
6087
|
+
serializedName: "DaprComponent",
|
|
6088
|
+
type: {
|
|
6089
|
+
name: "Composite",
|
|
6090
|
+
className: "DaprComponent",
|
|
6091
|
+
modelProperties: {
|
|
6092
|
+
name: {
|
|
6093
|
+
serializedName: "name",
|
|
6094
|
+
xmlName: "name",
|
|
6095
|
+
type: {
|
|
6096
|
+
name: "String"
|
|
6097
|
+
}
|
|
6098
|
+
},
|
|
6099
|
+
type: {
|
|
6100
|
+
serializedName: "type",
|
|
6101
|
+
xmlName: "type",
|
|
6102
|
+
type: {
|
|
6103
|
+
name: "String"
|
|
6104
|
+
}
|
|
6105
|
+
},
|
|
6106
|
+
version: {
|
|
6107
|
+
serializedName: "version",
|
|
6108
|
+
xmlName: "version",
|
|
6109
|
+
type: {
|
|
6110
|
+
name: "String"
|
|
6111
|
+
}
|
|
6112
|
+
},
|
|
6113
|
+
metadata: {
|
|
6114
|
+
serializedName: "metadata",
|
|
6115
|
+
xmlName: "metadata",
|
|
6116
|
+
xmlElementName: "DaprMetadata",
|
|
6117
|
+
type: {
|
|
6118
|
+
name: "Sequence",
|
|
6119
|
+
element: {
|
|
6120
|
+
type: {
|
|
6121
|
+
name: "Composite",
|
|
6122
|
+
className: "DaprMetadata"
|
|
6123
|
+
}
|
|
6124
|
+
}
|
|
6125
|
+
}
|
|
6126
|
+
}
|
|
6127
|
+
}
|
|
6128
|
+
}
|
|
6129
|
+
};
|
|
6130
|
+
|
|
6131
|
+
export const DaprMetadata: coreClient.CompositeMapper = {
|
|
6132
|
+
serializedName: "DaprMetadata",
|
|
6133
|
+
type: {
|
|
6134
|
+
name: "Composite",
|
|
6135
|
+
className: "DaprMetadata",
|
|
6136
|
+
modelProperties: {
|
|
6137
|
+
name: {
|
|
6138
|
+
serializedName: "name",
|
|
6139
|
+
xmlName: "name",
|
|
6140
|
+
type: {
|
|
6141
|
+
name: "String"
|
|
6142
|
+
}
|
|
6143
|
+
},
|
|
6144
|
+
value: {
|
|
6145
|
+
serializedName: "value",
|
|
6146
|
+
xmlName: "value",
|
|
6147
|
+
type: {
|
|
6148
|
+
name: "String"
|
|
6149
|
+
}
|
|
6150
|
+
},
|
|
6151
|
+
secretRef: {
|
|
6152
|
+
serializedName: "secretRef",
|
|
6153
|
+
xmlName: "secretRef",
|
|
6154
|
+
type: {
|
|
6155
|
+
name: "String"
|
|
6156
|
+
}
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
}
|
|
6160
|
+
};
|
|
6161
|
+
|
|
6162
|
+
export const SecretsCollection: coreClient.CompositeMapper = {
|
|
6163
|
+
serializedName: "SecretsCollection",
|
|
6164
|
+
type: {
|
|
6165
|
+
name: "Composite",
|
|
6166
|
+
className: "SecretsCollection",
|
|
6167
|
+
modelProperties: {
|
|
6168
|
+
value: {
|
|
6169
|
+
serializedName: "value",
|
|
6170
|
+
required: true,
|
|
6171
|
+
xmlName: "value",
|
|
6172
|
+
xmlElementName: "ContainerAppSecret",
|
|
6173
|
+
type: {
|
|
6174
|
+
name: "Sequence",
|
|
6175
|
+
element: {
|
|
6176
|
+
type: {
|
|
6177
|
+
name: "Composite",
|
|
6178
|
+
className: "ContainerAppSecret"
|
|
6179
|
+
}
|
|
6180
|
+
}
|
|
6181
|
+
}
|
|
6182
|
+
}
|
|
6183
|
+
}
|
|
6184
|
+
}
|
|
6185
|
+
};
|
|
6186
|
+
|
|
6187
|
+
export const ContainerAppSecret: coreClient.CompositeMapper = {
|
|
6188
|
+
serializedName: "ContainerAppSecret",
|
|
6189
|
+
type: {
|
|
6190
|
+
name: "Composite",
|
|
6191
|
+
className: "ContainerAppSecret",
|
|
6192
|
+
modelProperties: {
|
|
6193
|
+
name: {
|
|
6194
|
+
serializedName: "name",
|
|
6195
|
+
readOnly: true,
|
|
6196
|
+
xmlName: "name",
|
|
6197
|
+
type: {
|
|
6198
|
+
name: "String"
|
|
6199
|
+
}
|
|
6200
|
+
},
|
|
6201
|
+
value: {
|
|
6202
|
+
serializedName: "value",
|
|
6203
|
+
readOnly: true,
|
|
6204
|
+
xmlName: "value",
|
|
6205
|
+
type: {
|
|
6206
|
+
name: "String"
|
|
6207
|
+
}
|
|
6208
|
+
}
|
|
6209
|
+
}
|
|
6210
|
+
}
|
|
6211
|
+
};
|
|
6212
|
+
|
|
6213
|
+
export const RevisionCollection: coreClient.CompositeMapper = {
|
|
6214
|
+
serializedName: "RevisionCollection",
|
|
6215
|
+
type: {
|
|
6216
|
+
name: "Composite",
|
|
6217
|
+
className: "RevisionCollection",
|
|
6218
|
+
modelProperties: {
|
|
6219
|
+
value: {
|
|
6220
|
+
serializedName: "value",
|
|
6221
|
+
required: true,
|
|
6222
|
+
xmlName: "value",
|
|
6223
|
+
xmlElementName: "Revision",
|
|
6224
|
+
type: {
|
|
6225
|
+
name: "Sequence",
|
|
6226
|
+
element: {
|
|
6227
|
+
type: {
|
|
6228
|
+
name: "Composite",
|
|
6229
|
+
className: "Revision"
|
|
6230
|
+
}
|
|
6231
|
+
}
|
|
6232
|
+
}
|
|
6233
|
+
},
|
|
6234
|
+
nextLink: {
|
|
6235
|
+
serializedName: "nextLink",
|
|
6236
|
+
readOnly: true,
|
|
6237
|
+
xmlName: "nextLink",
|
|
6238
|
+
type: {
|
|
6239
|
+
name: "String"
|
|
6240
|
+
}
|
|
6241
|
+
}
|
|
6242
|
+
}
|
|
6243
|
+
}
|
|
6244
|
+
};
|
|
6245
|
+
|
|
5421
6246
|
export const DeletedWebAppCollection: coreClient.CompositeMapper = {
|
|
5422
6247
|
serializedName: "DeletedWebAppCollection",
|
|
5423
6248
|
type: {
|
|
@@ -6216,6 +7041,58 @@ export const LogAnalyticsConfiguration: coreClient.CompositeMapper = {
|
|
|
6216
7041
|
}
|
|
6217
7042
|
};
|
|
6218
7043
|
|
|
7044
|
+
export const ContainerAppsConfiguration: coreClient.CompositeMapper = {
|
|
7045
|
+
serializedName: "ContainerAppsConfiguration",
|
|
7046
|
+
type: {
|
|
7047
|
+
name: "Composite",
|
|
7048
|
+
className: "ContainerAppsConfiguration",
|
|
7049
|
+
modelProperties: {
|
|
7050
|
+
daprAIInstrumentationKey: {
|
|
7051
|
+
serializedName: "daprAIInstrumentationKey",
|
|
7052
|
+
xmlName: "daprAIInstrumentationKey",
|
|
7053
|
+
type: {
|
|
7054
|
+
name: "String"
|
|
7055
|
+
}
|
|
7056
|
+
},
|
|
7057
|
+
platformReservedCidr: {
|
|
7058
|
+
serializedName: "platformReservedCidr",
|
|
7059
|
+
xmlName: "platformReservedCidr",
|
|
7060
|
+
type: {
|
|
7061
|
+
name: "String"
|
|
7062
|
+
}
|
|
7063
|
+
},
|
|
7064
|
+
platformReservedDnsIP: {
|
|
7065
|
+
serializedName: "platformReservedDnsIP",
|
|
7066
|
+
xmlName: "platformReservedDnsIP",
|
|
7067
|
+
type: {
|
|
7068
|
+
name: "String"
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
7071
|
+
controlPlaneSubnetResourceId: {
|
|
7072
|
+
serializedName: "controlPlaneSubnetResourceId",
|
|
7073
|
+
xmlName: "controlPlaneSubnetResourceId",
|
|
7074
|
+
type: {
|
|
7075
|
+
name: "String"
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
appSubnetResourceId: {
|
|
7079
|
+
serializedName: "appSubnetResourceId",
|
|
7080
|
+
xmlName: "appSubnetResourceId",
|
|
7081
|
+
type: {
|
|
7082
|
+
name: "String"
|
|
7083
|
+
}
|
|
7084
|
+
},
|
|
7085
|
+
dockerBridgeCidr: {
|
|
7086
|
+
serializedName: "dockerBridgeCidr",
|
|
7087
|
+
xmlName: "dockerBridgeCidr",
|
|
7088
|
+
type: {
|
|
7089
|
+
name: "String"
|
|
7090
|
+
}
|
|
7091
|
+
}
|
|
7092
|
+
}
|
|
7093
|
+
}
|
|
7094
|
+
};
|
|
7095
|
+
|
|
6219
7096
|
export const ApplicationStackCollection: coreClient.CompositeMapper = {
|
|
6220
7097
|
serializedName: "ApplicationStackCollection",
|
|
6221
7098
|
type: {
|
|
@@ -7395,6 +8272,39 @@ export const ResourceNameAvailability: coreClient.CompositeMapper = {
|
|
|
7395
8272
|
}
|
|
7396
8273
|
};
|
|
7397
8274
|
|
|
8275
|
+
export const CustomHostnameSitesCollection: coreClient.CompositeMapper = {
|
|
8276
|
+
serializedName: "CustomHostnameSitesCollection",
|
|
8277
|
+
type: {
|
|
8278
|
+
name: "Composite",
|
|
8279
|
+
className: "CustomHostnameSitesCollection",
|
|
8280
|
+
modelProperties: {
|
|
8281
|
+
value: {
|
|
8282
|
+
serializedName: "value",
|
|
8283
|
+
required: true,
|
|
8284
|
+
xmlName: "value",
|
|
8285
|
+
xmlElementName: "CustomHostnameSites",
|
|
8286
|
+
type: {
|
|
8287
|
+
name: "Sequence",
|
|
8288
|
+
element: {
|
|
8289
|
+
type: {
|
|
8290
|
+
name: "Composite",
|
|
8291
|
+
className: "CustomHostnameSites"
|
|
8292
|
+
}
|
|
8293
|
+
}
|
|
8294
|
+
}
|
|
8295
|
+
},
|
|
8296
|
+
nextLink: {
|
|
8297
|
+
serializedName: "nextLink",
|
|
8298
|
+
readOnly: true,
|
|
8299
|
+
xmlName: "nextLink",
|
|
8300
|
+
type: {
|
|
8301
|
+
name: "String"
|
|
8302
|
+
}
|
|
8303
|
+
}
|
|
8304
|
+
}
|
|
8305
|
+
}
|
|
8306
|
+
};
|
|
8307
|
+
|
|
7398
8308
|
export const DeploymentLocations: coreClient.CompositeMapper = {
|
|
7399
8309
|
serializedName: "DeploymentLocations",
|
|
7400
8310
|
type: {
|
|
@@ -13107,6 +14017,147 @@ export const Certificate: coreClient.CompositeMapper = {
|
|
|
13107
14017
|
}
|
|
13108
14018
|
};
|
|
13109
14019
|
|
|
14020
|
+
export const ContainerApp: coreClient.CompositeMapper = {
|
|
14021
|
+
serializedName: "ContainerApp",
|
|
14022
|
+
type: {
|
|
14023
|
+
name: "Composite",
|
|
14024
|
+
className: "ContainerApp",
|
|
14025
|
+
modelProperties: {
|
|
14026
|
+
...Resource.type.modelProperties,
|
|
14027
|
+
provisioningState: {
|
|
14028
|
+
serializedName: "properties.provisioningState",
|
|
14029
|
+
readOnly: true,
|
|
14030
|
+
xmlName: "properties.provisioningState",
|
|
14031
|
+
type: {
|
|
14032
|
+
name: "String"
|
|
14033
|
+
}
|
|
14034
|
+
},
|
|
14035
|
+
kubeEnvironmentId: {
|
|
14036
|
+
serializedName: "properties.kubeEnvironmentId",
|
|
14037
|
+
xmlName: "properties.kubeEnvironmentId",
|
|
14038
|
+
type: {
|
|
14039
|
+
name: "String"
|
|
14040
|
+
}
|
|
14041
|
+
},
|
|
14042
|
+
latestRevisionName: {
|
|
14043
|
+
serializedName: "properties.latestRevisionName",
|
|
14044
|
+
readOnly: true,
|
|
14045
|
+
xmlName: "properties.latestRevisionName",
|
|
14046
|
+
type: {
|
|
14047
|
+
name: "String"
|
|
14048
|
+
}
|
|
14049
|
+
},
|
|
14050
|
+
latestRevisionFqdn: {
|
|
14051
|
+
serializedName: "properties.latestRevisionFqdn",
|
|
14052
|
+
readOnly: true,
|
|
14053
|
+
xmlName: "properties.latestRevisionFqdn",
|
|
14054
|
+
type: {
|
|
14055
|
+
name: "String"
|
|
14056
|
+
}
|
|
14057
|
+
},
|
|
14058
|
+
configuration: {
|
|
14059
|
+
serializedName: "properties.configuration",
|
|
14060
|
+
xmlName: "properties.configuration",
|
|
14061
|
+
type: {
|
|
14062
|
+
name: "Composite",
|
|
14063
|
+
className: "Configuration"
|
|
14064
|
+
}
|
|
14065
|
+
},
|
|
14066
|
+
template: {
|
|
14067
|
+
serializedName: "properties.template",
|
|
14068
|
+
xmlName: "properties.template",
|
|
14069
|
+
type: {
|
|
14070
|
+
name: "Composite",
|
|
14071
|
+
className: "Template"
|
|
14072
|
+
}
|
|
14073
|
+
}
|
|
14074
|
+
}
|
|
14075
|
+
}
|
|
14076
|
+
};
|
|
14077
|
+
|
|
14078
|
+
export const Revision: coreClient.CompositeMapper = {
|
|
14079
|
+
serializedName: "Revision",
|
|
14080
|
+
type: {
|
|
14081
|
+
name: "Composite",
|
|
14082
|
+
className: "Revision",
|
|
14083
|
+
modelProperties: {
|
|
14084
|
+
...Resource.type.modelProperties,
|
|
14085
|
+
createdTime: {
|
|
14086
|
+
serializedName: "properties.createdTime",
|
|
14087
|
+
readOnly: true,
|
|
14088
|
+
xmlName: "properties.createdTime",
|
|
14089
|
+
type: {
|
|
14090
|
+
name: "DateTime"
|
|
14091
|
+
}
|
|
14092
|
+
},
|
|
14093
|
+
fqdn: {
|
|
14094
|
+
serializedName: "properties.fqdn",
|
|
14095
|
+
readOnly: true,
|
|
14096
|
+
xmlName: "properties.fqdn",
|
|
14097
|
+
type: {
|
|
14098
|
+
name: "String"
|
|
14099
|
+
}
|
|
14100
|
+
},
|
|
14101
|
+
template: {
|
|
14102
|
+
serializedName: "properties.template",
|
|
14103
|
+
xmlName: "properties.template",
|
|
14104
|
+
type: {
|
|
14105
|
+
name: "Composite",
|
|
14106
|
+
className: "Template"
|
|
14107
|
+
}
|
|
14108
|
+
},
|
|
14109
|
+
active: {
|
|
14110
|
+
serializedName: "properties.active",
|
|
14111
|
+
readOnly: true,
|
|
14112
|
+
xmlName: "properties.active",
|
|
14113
|
+
type: {
|
|
14114
|
+
name: "Boolean"
|
|
14115
|
+
}
|
|
14116
|
+
},
|
|
14117
|
+
replicas: {
|
|
14118
|
+
serializedName: "properties.replicas",
|
|
14119
|
+
readOnly: true,
|
|
14120
|
+
xmlName: "properties.replicas",
|
|
14121
|
+
type: {
|
|
14122
|
+
name: "Number"
|
|
14123
|
+
}
|
|
14124
|
+
},
|
|
14125
|
+
trafficWeight: {
|
|
14126
|
+
serializedName: "properties.trafficWeight",
|
|
14127
|
+
readOnly: true,
|
|
14128
|
+
xmlName: "properties.trafficWeight",
|
|
14129
|
+
type: {
|
|
14130
|
+
name: "Number"
|
|
14131
|
+
}
|
|
14132
|
+
},
|
|
14133
|
+
provisioningError: {
|
|
14134
|
+
serializedName: "properties.provisioningError",
|
|
14135
|
+
readOnly: true,
|
|
14136
|
+
xmlName: "properties.provisioningError",
|
|
14137
|
+
type: {
|
|
14138
|
+
name: "String"
|
|
14139
|
+
}
|
|
14140
|
+
},
|
|
14141
|
+
healthState: {
|
|
14142
|
+
serializedName: "properties.healthState",
|
|
14143
|
+
readOnly: true,
|
|
14144
|
+
xmlName: "properties.healthState",
|
|
14145
|
+
type: {
|
|
14146
|
+
name: "String"
|
|
14147
|
+
}
|
|
14148
|
+
},
|
|
14149
|
+
provisioningState: {
|
|
14150
|
+
serializedName: "properties.provisioningState",
|
|
14151
|
+
readOnly: true,
|
|
14152
|
+
xmlName: "properties.provisioningState",
|
|
14153
|
+
type: {
|
|
14154
|
+
name: "String"
|
|
14155
|
+
}
|
|
14156
|
+
}
|
|
14157
|
+
}
|
|
14158
|
+
}
|
|
14159
|
+
};
|
|
14160
|
+
|
|
13110
14161
|
export const KubeEnvironment: coreClient.CompositeMapper = {
|
|
13111
14162
|
serializedName: "KubeEnvironment",
|
|
13112
14163
|
type: {
|
|
@@ -13172,6 +14223,13 @@ export const KubeEnvironment: coreClient.CompositeMapper = {
|
|
|
13172
14223
|
name: "String"
|
|
13173
14224
|
}
|
|
13174
14225
|
},
|
|
14226
|
+
environmentType: {
|
|
14227
|
+
serializedName: "properties.environmentType",
|
|
14228
|
+
xmlName: "properties.environmentType",
|
|
14229
|
+
type: {
|
|
14230
|
+
name: "String"
|
|
14231
|
+
}
|
|
14232
|
+
},
|
|
13175
14233
|
arcConfiguration: {
|
|
13176
14234
|
serializedName: "properties.arcConfiguration",
|
|
13177
14235
|
xmlName: "properties.arcConfiguration",
|
|
@@ -13188,6 +14246,14 @@ export const KubeEnvironment: coreClient.CompositeMapper = {
|
|
|
13188
14246
|
className: "AppLogsConfiguration"
|
|
13189
14247
|
}
|
|
13190
14248
|
},
|
|
14249
|
+
containerAppsConfiguration: {
|
|
14250
|
+
serializedName: "properties.containerAppsConfiguration",
|
|
14251
|
+
xmlName: "properties.containerAppsConfiguration",
|
|
14252
|
+
type: {
|
|
14253
|
+
name: "Composite",
|
|
14254
|
+
className: "ContainerAppsConfiguration"
|
|
14255
|
+
}
|
|
14256
|
+
},
|
|
13191
14257
|
aksResourceID: {
|
|
13192
14258
|
serializedName: "properties.aksResourceID",
|
|
13193
14259
|
xmlName: "properties.aksResourceID",
|
|
@@ -13346,11 +14412,17 @@ export const StaticSiteARMResource: coreClient.CompositeMapper = {
|
|
|
13346
14412
|
},
|
|
13347
14413
|
provider: {
|
|
13348
14414
|
serializedName: "properties.provider",
|
|
13349
|
-
readOnly: true,
|
|
13350
14415
|
xmlName: "properties.provider",
|
|
13351
14416
|
type: {
|
|
13352
14417
|
name: "String"
|
|
13353
14418
|
}
|
|
14419
|
+
},
|
|
14420
|
+
enterpriseGradeCdnStatus: {
|
|
14421
|
+
serializedName: "properties.enterpriseGradeCdnStatus",
|
|
14422
|
+
xmlName: "properties.enterpriseGradeCdnStatus",
|
|
14423
|
+
type: {
|
|
14424
|
+
name: "String"
|
|
14425
|
+
}
|
|
13354
14426
|
}
|
|
13355
14427
|
}
|
|
13356
14428
|
}
|
|
@@ -15724,6 +16796,14 @@ export const KubeEnvironmentPatchResource: coreClient.CompositeMapper = {
|
|
|
15724
16796
|
className: "AppLogsConfiguration"
|
|
15725
16797
|
}
|
|
15726
16798
|
},
|
|
16799
|
+
containerAppsConfiguration: {
|
|
16800
|
+
serializedName: "properties.containerAppsConfiguration",
|
|
16801
|
+
xmlName: "properties.containerAppsConfiguration",
|
|
16802
|
+
type: {
|
|
16803
|
+
name: "Composite",
|
|
16804
|
+
className: "ContainerAppsConfiguration"
|
|
16805
|
+
}
|
|
16806
|
+
},
|
|
15727
16807
|
aksResourceID: {
|
|
15728
16808
|
serializedName: "properties.aksResourceID",
|
|
15729
16809
|
xmlName: "properties.aksResourceID",
|
|
@@ -16405,6 +17485,63 @@ export const BillingMeter: coreClient.CompositeMapper = {
|
|
|
16405
17485
|
}
|
|
16406
17486
|
};
|
|
16407
17487
|
|
|
17488
|
+
export const Identifier: coreClient.CompositeMapper = {
|
|
17489
|
+
serializedName: "Identifier",
|
|
17490
|
+
type: {
|
|
17491
|
+
name: "Composite",
|
|
17492
|
+
className: "Identifier",
|
|
17493
|
+
modelProperties: {
|
|
17494
|
+
...ProxyOnlyResource.type.modelProperties,
|
|
17495
|
+
value: {
|
|
17496
|
+
serializedName: "properties.id",
|
|
17497
|
+
xmlName: "properties.id",
|
|
17498
|
+
type: {
|
|
17499
|
+
name: "String"
|
|
17500
|
+
}
|
|
17501
|
+
}
|
|
17502
|
+
}
|
|
17503
|
+
}
|
|
17504
|
+
};
|
|
17505
|
+
|
|
17506
|
+
export const CustomHostnameSites: coreClient.CompositeMapper = {
|
|
17507
|
+
serializedName: "CustomHostnameSites",
|
|
17508
|
+
type: {
|
|
17509
|
+
name: "Composite",
|
|
17510
|
+
className: "CustomHostnameSites",
|
|
17511
|
+
modelProperties: {
|
|
17512
|
+
...ProxyOnlyResource.type.modelProperties,
|
|
17513
|
+
customHostname: {
|
|
17514
|
+
serializedName: "properties.customHostname",
|
|
17515
|
+
xmlName: "properties.customHostname",
|
|
17516
|
+
type: {
|
|
17517
|
+
name: "String"
|
|
17518
|
+
}
|
|
17519
|
+
},
|
|
17520
|
+
region: {
|
|
17521
|
+
serializedName: "properties.region",
|
|
17522
|
+
xmlName: "properties.region",
|
|
17523
|
+
type: {
|
|
17524
|
+
name: "String"
|
|
17525
|
+
}
|
|
17526
|
+
},
|
|
17527
|
+
siteResourceIds: {
|
|
17528
|
+
serializedName: "properties.siteResourceIds",
|
|
17529
|
+
xmlName: "properties.siteResourceIds",
|
|
17530
|
+
xmlElementName: "Identifier",
|
|
17531
|
+
type: {
|
|
17532
|
+
name: "Sequence",
|
|
17533
|
+
element: {
|
|
17534
|
+
type: {
|
|
17535
|
+
name: "Composite",
|
|
17536
|
+
className: "Identifier"
|
|
17537
|
+
}
|
|
17538
|
+
}
|
|
17539
|
+
}
|
|
17540
|
+
}
|
|
17541
|
+
}
|
|
17542
|
+
}
|
|
17543
|
+
};
|
|
17544
|
+
|
|
16408
17545
|
export const GeoRegion: coreClient.CompositeMapper = {
|
|
16409
17546
|
serializedName: "GeoRegion",
|
|
16410
17547
|
type: {
|
|
@@ -16440,24 +17577,6 @@ export const GeoRegion: coreClient.CompositeMapper = {
|
|
|
16440
17577
|
}
|
|
16441
17578
|
};
|
|
16442
17579
|
|
|
16443
|
-
export const Identifier: coreClient.CompositeMapper = {
|
|
16444
|
-
serializedName: "Identifier",
|
|
16445
|
-
type: {
|
|
16446
|
-
name: "Composite",
|
|
16447
|
-
className: "Identifier",
|
|
16448
|
-
modelProperties: {
|
|
16449
|
-
...ProxyOnlyResource.type.modelProperties,
|
|
16450
|
-
value: {
|
|
16451
|
-
serializedName: "properties.id",
|
|
16452
|
-
xmlName: "properties.id",
|
|
16453
|
-
type: {
|
|
16454
|
-
name: "String"
|
|
16455
|
-
}
|
|
16456
|
-
}
|
|
16457
|
-
}
|
|
16458
|
-
}
|
|
16459
|
-
};
|
|
16460
|
-
|
|
16461
17580
|
export const PremierAddOnOffer: coreClient.CompositeMapper = {
|
|
16462
17581
|
serializedName: "PremierAddOnOffer",
|
|
16463
17582
|
type: {
|
|
@@ -16937,11 +18056,17 @@ export const StaticSitePatchResource: coreClient.CompositeMapper = {
|
|
|
16937
18056
|
},
|
|
16938
18057
|
provider: {
|
|
16939
18058
|
serializedName: "properties.provider",
|
|
16940
|
-
readOnly: true,
|
|
16941
18059
|
xmlName: "properties.provider",
|
|
16942
18060
|
type: {
|
|
16943
18061
|
name: "String"
|
|
16944
18062
|
}
|
|
18063
|
+
},
|
|
18064
|
+
enterpriseGradeCdnStatus: {
|
|
18065
|
+
serializedName: "properties.enterpriseGradeCdnStatus",
|
|
18066
|
+
xmlName: "properties.enterpriseGradeCdnStatus",
|
|
18067
|
+
type: {
|
|
18068
|
+
name: "String"
|
|
18069
|
+
}
|
|
16945
18070
|
}
|
|
16946
18071
|
}
|
|
16947
18072
|
}
|