I have been migrating to the new Cesium releases for several years. I just migrated to 1.72 and see the following console message
BingMapsApi.defaultKey is deprecated and will be removed in CesiumJS 1.73. Pass your access token directly to the BingMapsGeocoderService or BingMapsImageryProvider constructors.
I have not been able to find an example of where I can find to substitute HTML/javascript to use. Could you point me to one? Thanks.
@Jerrold_Siegel the createWorldImagery function is just a shorthand for Bing imagery right now (Cesium.IonResource.fromAssetId(2)), in the same way that Cesium.createWorldTerrain is a shorthand for Cesium.IonResource.fromAssetId(1).