@azure-rest/arm-compute 1.0.0-alpha.20250613.1 → 1.0.0-alpha.20250616.1

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/arm-compute",
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20250613.1",
5
+ "version": "1.0.0-alpha.20250616.1",
6
6
  "description": "",
7
7
  "keywords": [
8
8
  "node",
@@ -6588,11 +6588,10 @@ export interface HardwareProfileOutput {
6588
6588
  }
6589
6589
 
6590
6590
  // @public
6591
- interface Image_2 extends Resource {
6591
+ export interface Image extends Resource {
6592
6592
  extendedLocation?: ExtendedLocation;
6593
6593
  properties?: ImageProperties;
6594
6594
  }
6595
- export { Image_2 as Image }
6596
6595
 
6597
6596
  // @public
6598
6597
  export interface ImageDataDisk extends ImageDisk {
@@ -6742,7 +6741,7 @@ export interface ImagesCreateOrUpdate201Response extends HttpResponse {
6742
6741
 
6743
6742
  // @public (undocumented)
6744
6743
  export interface ImagesCreateOrUpdateBodyParam {
6745
- body: Image_2;
6744
+ body: Image;
6746
6745
  }
6747
6746
 
6748
6747
  // @public