@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 +7 -0
- package/build/v1.d.ts +1 -1
- package/build/v1alpha1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1alpha1.ts +1 -1
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
package/build/v1alpha1.d.ts
CHANGED
|
@@ -401,7 +401,7 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
401
401
|
vmCapabilitiesInfo?: Schema$VmCapabilities;
|
|
402
402
|
}
|
|
403
403
|
/**
|
|
404
|
-
*
|
|
404
|
+
* AzureVmDetails describes a VM in Azure.
|
|
405
405
|
*/
|
|
406
406
|
export interface Schema$AzureVmDetails {
|
|
407
407
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
package/v1alpha1.ts
CHANGED