Merge pull request #686 from jodh-intel/2.0-dev-fix-windows-network-typo

agent: Fix OCI Windows network shared container name typo
This commit is contained in:
James O. D. Hunt
2020-10-01 14:25:49 +01:00
committed by GitHub

View File

@@ -653,7 +653,7 @@ pub struct WindowsNetwork {
#[serde(
default,
skip_serializing_if = "String::is_empty",
rename = "nwtworkSharedContainerName"
rename = "networkSharedContainerName"
)]
pub network_shared_container_name: String,
}