@googleapis/vmmigration 6.0.0 → 6.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v6.0.0...vmmigration-v6.0.1) (2024-02-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **vmmigration:** update the API ([5ae80ff](https://github.com/googleapis/google-api-nodejs-client/commit/5ae80ff8788154f48906c4a3ef1f61fb0984414a))
9
+
3
10
  ## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v5.0.1...vmmigration-v6.0.0) (2024-01-05)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -401,7 +401,7 @@ export declare namespace vmmigration_v1 {
401
401
  vmCapabilitiesInfo?: Schema$VmCapabilities;
402
402
  }
403
403
  /**
404
- * AwsVmDetails describes a VM in AWS.
404
+ * AzureVmDetails describes a VM in Azure.
405
405
  */
406
406
  export interface Schema$AzureVmDetails {
407
407
  /**
@@ -401,7 +401,7 @@ export declare namespace vmmigration_v1alpha1 {
401
401
  vmCapabilitiesInfo?: Schema$VmCapabilities;
402
402
  }
403
403
  /**
404
- * AwsVmDetails describes a VM in AWS.
404
+ * AzureVmDetails describes a VM in Azure.
405
405
  */
406
406
  export interface Schema$AzureVmDetails {
407
407
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/vmmigration",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "vmmigration",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -447,7 +447,7 @@ export namespace vmmigration_v1 {
447
447
  vmCapabilitiesInfo?: Schema$VmCapabilities;
448
448
  }
449
449
  /**
450
- * AwsVmDetails describes a VM in AWS.
450
+ * AzureVmDetails describes a VM in Azure.
451
451
  */
452
452
  export interface Schema$AzureVmDetails {
453
453
  /**
package/v1alpha1.ts CHANGED
@@ -447,7 +447,7 @@ export namespace vmmigration_v1alpha1 {
447
447
  vmCapabilitiesInfo?: Schema$VmCapabilities;
448
448
  }
449
449
  /**
450
- * AwsVmDetails describes a VM in AWS.
450
+ * AzureVmDetails describes a VM in Azure.
451
451
  */
452
452
  export interface Schema$AzureVmDetails {
453
453
  /**