diff --git a/services/mgmt/servicefabricmanagedclusters/src/package_2022_08_preview/models.rs b/services/mgmt/servicefabricmanagedclusters/src/package_2022_08_preview/models.rs index c7ace0bb03..471bf45519 100644 --- a/services/mgmt/servicefabricmanagedclusters/src/package_2022_08_preview/models.rs +++ b/services/mgmt/servicefabricmanagedclusters/src/package_2022_08_preview/models.rs @@ -2700,7 +2700,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicy { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "type")] diff --git a/services/mgmt/servicefabricmanagedclusters/src/package_2022_10_preview/models.rs b/services/mgmt/servicefabricmanagedclusters/src/package_2022_10_preview/models.rs index 82460a3320..da2e5a276b 100644 --- a/services/mgmt/servicefabricmanagedclusters/src/package_2022_10_preview/models.rs +++ b/services/mgmt/servicefabricmanagedclusters/src/package_2022_10_preview/models.rs @@ -2769,7 +2769,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicy { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "type")] diff --git a/services/mgmt/servicefabricmanagedclusters/src/package_2023_02_preview/models.rs b/services/mgmt/servicefabricmanagedclusters/src/package_2023_02_preview/models.rs index 6ac287a75f..39ac3aafd7 100644 --- a/services/mgmt/servicefabricmanagedclusters/src/package_2023_02_preview/models.rs +++ b/services/mgmt/servicefabricmanagedclusters/src/package_2023_02_preview/models.rs @@ -2822,7 +2822,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicy { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "type")] diff --git a/services/mgmt/servicefabricmanagedclusters/src/package_2023_03_preview/models.rs b/services/mgmt/servicefabricmanagedclusters/src/package_2023_03_preview/models.rs index cabaf5f997..0a9f1945a2 100644 --- a/services/mgmt/servicefabricmanagedclusters/src/package_2023_03_preview/models.rs +++ b/services/mgmt/servicefabricmanagedclusters/src/package_2023_03_preview/models.rs @@ -2834,7 +2834,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicy { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "type")] diff --git a/services/mgmt/servicefabricmanagedclusters/src/package_2023_07_preview/models.rs b/services/mgmt/servicefabricmanagedclusters/src/package_2023_07_preview/models.rs index f76a7d9fad..255b6cb1a6 100644 --- a/services/mgmt/servicefabricmanagedclusters/src/package_2023_07_preview/models.rs +++ b/services/mgmt/servicefabricmanagedclusters/src/package_2023_07_preview/models.rs @@ -2876,7 +2876,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicy { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "type")] diff --git a/services/svc/servicefabric/src/v7_1/models.rs b/services/svc/servicefabric/src/v7_1/models.rs index e18294a64a..f134abc2fa 100644 --- a/services/svc/servicefabric/src/v7_1/models.rs +++ b/services/svc/servicefabric/src/v7_1/models.rs @@ -5765,7 +5765,7 @@ pub enum DeployedServiceReplicaInfoUnion { Stateful(DeployedStatefulServiceReplicaInfo), Stateless(DeployedStatelessServiceInstanceInfo), } -pub type DeployedServiceReplicaInfoList = Vec; +pub type DeployedServiceReplicaInfoList = Vec; #[doc = "Information about service type deployed on a node, information such as the status of the service type registration on a node."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)] pub struct DeployedServiceTypeInfo { @@ -6425,7 +6425,7 @@ impl EventHealthEvaluation { } } } -pub type EventList = Vec; +pub type EventList = Vec; #[doc = "Describes a Chaos event that gets generated when Chaos has decided on the faults for an iteration. This Chaos event contains the details of the faults as a list of strings."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] pub struct ExecutingFaultsChaosEvent { @@ -15036,7 +15036,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "Type")] @@ -15047,7 +15047,7 @@ pub enum ServicePlacementPolicyDescriptionUnion { RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription), RequireDomain(ServicePlacementRequiredDomainPolicyDescription), } -pub type ServicePlacementPolicyDescriptionList = Vec; +pub type ServicePlacementPolicyDescriptionList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] #[serde(remote = "ServicePlacementPolicyType")] diff --git a/services/svc/servicefabric/src/v7_2/models.rs b/services/svc/servicefabric/src/v7_2/models.rs index de516cf74b..0e25714ddc 100644 --- a/services/svc/servicefabric/src/v7_2/models.rs +++ b/services/svc/servicefabric/src/v7_2/models.rs @@ -5780,7 +5780,7 @@ pub enum DeployedServiceReplicaInfoUnion { Stateful(DeployedStatefulServiceReplicaInfo), Stateless(DeployedStatelessServiceInstanceInfo), } -pub type DeployedServiceReplicaInfoList = Vec; +pub type DeployedServiceReplicaInfoList = Vec; #[doc = "Information about service type deployed on a node, information such as the status of the service type registration on a node."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)] pub struct DeployedServiceTypeInfo { @@ -6465,7 +6465,7 @@ impl EventHealthEvaluation { } } } -pub type EventList = Vec; +pub type EventList = Vec; #[doc = "Describes a Chaos event that gets generated when Chaos has decided on the faults for an iteration. This Chaos event contains the details of the faults as a list of strings."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] pub struct ExecutingFaultsChaosEvent { @@ -15171,7 +15171,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "Type")] @@ -15182,7 +15182,7 @@ pub enum ServicePlacementPolicyDescriptionUnion { RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription), RequireDomain(ServicePlacementRequiredDomainPolicyDescription), } -pub type ServicePlacementPolicyDescriptionList = Vec; +pub type ServicePlacementPolicyDescriptionList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] #[serde(remote = "ServicePlacementPolicyType")] diff --git a/services/svc/servicefabric/src/v8_0/models.rs b/services/svc/servicefabric/src/v8_0/models.rs index ea1c3f0e60..6690b23b24 100644 --- a/services/svc/servicefabric/src/v8_0/models.rs +++ b/services/svc/servicefabric/src/v8_0/models.rs @@ -5805,7 +5805,7 @@ pub enum DeployedServiceReplicaInfoUnion { Stateful(DeployedStatefulServiceReplicaInfo), Stateless(DeployedStatelessServiceInstanceInfo), } -pub type DeployedServiceReplicaInfoList = Vec; +pub type DeployedServiceReplicaInfoList = Vec; #[doc = "Information about service type deployed on a node, information such as the status of the service type registration on a node."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)] pub struct DeployedServiceTypeInfo { @@ -6490,7 +6490,7 @@ impl EventHealthEvaluation { } } } -pub type EventList = Vec; +pub type EventList = Vec; #[doc = "Describes a Chaos event that gets generated when Chaos has decided on the faults for an iteration. This Chaos event contains the details of the faults as a list of strings."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] pub struct ExecutingFaultsChaosEvent { @@ -15497,7 +15497,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "Type")] @@ -15509,7 +15509,7 @@ pub enum ServicePlacementPolicyDescriptionUnion { RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription), RequireDomain(ServicePlacementRequiredDomainPolicyDescription), } -pub type ServicePlacementPolicyDescriptionList = Vec; +pub type ServicePlacementPolicyDescriptionList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] #[serde(remote = "ServicePlacementPolicyType")] diff --git a/services/svc/servicefabric/src/v8_1/models.rs b/services/svc/servicefabric/src/v8_1/models.rs index 796cab04e0..e026ab1f53 100644 --- a/services/svc/servicefabric/src/v8_1/models.rs +++ b/services/svc/servicefabric/src/v8_1/models.rs @@ -5829,7 +5829,7 @@ pub enum DeployedServiceReplicaInfoUnion { Stateful(DeployedStatefulServiceReplicaInfo), Stateless(DeployedStatelessServiceInstanceInfo), } -pub type DeployedServiceReplicaInfoList = Vec; +pub type DeployedServiceReplicaInfoList = Vec; #[doc = "Information about service type deployed on a node, information such as the status of the service type registration on a node."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)] pub struct DeployedServiceTypeInfo { @@ -6514,7 +6514,7 @@ impl EventHealthEvaluation { } } } -pub type EventList = Vec; +pub type EventList = Vec; #[doc = "Describes a Chaos event that gets generated when Chaos has decided on the faults for an iteration. This Chaos event contains the details of the faults as a list of strings."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] pub struct ExecutingFaultsChaosEvent { @@ -15556,7 +15556,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "Type")] @@ -15568,7 +15568,7 @@ pub enum ServicePlacementPolicyDescriptionUnion { RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription), RequireDomain(ServicePlacementRequiredDomainPolicyDescription), } -pub type ServicePlacementPolicyDescriptionList = Vec; +pub type ServicePlacementPolicyDescriptionList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] #[serde(remote = "ServicePlacementPolicyType")] diff --git a/services/svc/servicefabric/src/v8_2/models.rs b/services/svc/servicefabric/src/v8_2/models.rs index 9be7724eb7..0f48bf5415 100644 --- a/services/svc/servicefabric/src/v8_2/models.rs +++ b/services/svc/servicefabric/src/v8_2/models.rs @@ -5866,7 +5866,7 @@ pub enum DeployedServiceReplicaInfoUnion { Stateful(DeployedStatefulServiceReplicaInfo), Stateless(DeployedStatelessServiceInstanceInfo), } -pub type DeployedServiceReplicaInfoList = Vec; +pub type DeployedServiceReplicaInfoList = Vec; #[doc = "Information about service type deployed on a node, information such as the status of the service type registration on a node."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)] pub struct DeployedServiceTypeInfo { @@ -6551,7 +6551,7 @@ impl EventHealthEvaluation { } } } -pub type EventList = Vec; +pub type EventList = Vec; #[doc = "Describes a Chaos event that gets generated when Chaos has decided on the faults for an iteration. This Chaos event contains the details of the faults as a list of strings."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] pub struct ExecutingFaultsChaosEvent { @@ -15646,7 +15646,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription { Self {} } } -pub type ServicePlacementPoliciesList = Vec; +pub type ServicePlacementPoliciesList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(tag = "Type")] @@ -15658,7 +15658,7 @@ pub enum ServicePlacementPolicyDescriptionUnion { RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription), RequireDomain(ServicePlacementRequiredDomainPolicyDescription), } -pub type ServicePlacementPolicyDescriptionList = Vec; +pub type ServicePlacementPolicyDescriptionList = Vec; #[doc = "The type of placement policy for a service fabric service. Following are the possible values."] #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] #[serde(remote = "ServicePlacementPolicyType")]