Skip to content

Commit

Permalink
gen
Browse files Browse the repository at this point in the history
  • Loading branch information
cataggar committed Oct 5, 2023
1 parent 23cefdc commit cd1ddee
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions services/svc/servicefabric/src/v7_1/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5765,7 +5765,7 @@ pub enum DeployedServiceReplicaInfoUnion {
Stateful(DeployedStatefulServiceReplicaInfo),
Stateless(DeployedStatelessServiceInstanceInfo),
}
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfo>;
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfoUnion>;
#[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 {
Expand Down Expand Up @@ -6425,7 +6425,7 @@ impl EventHealthEvaluation {
}
}
}
pub type EventList = Vec<FabricEvent>;
pub type EventList = Vec<FabricEventUnion>;
#[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 {
Expand Down Expand Up @@ -15036,7 +15036,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription {
Self {}
}
}
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand All @@ -15047,7 +15047,7 @@ pub enum ServicePlacementPolicyDescriptionUnion {
RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription),
RequireDomain(ServicePlacementRequiredDomainPolicyDescription),
}
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand Down
8 changes: 4 additions & 4 deletions services/svc/servicefabric/src/v7_2/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5780,7 +5780,7 @@ pub enum DeployedServiceReplicaInfoUnion {
Stateful(DeployedStatefulServiceReplicaInfo),
Stateless(DeployedStatelessServiceInstanceInfo),
}
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfo>;
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfoUnion>;
#[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 {
Expand Down Expand Up @@ -6465,7 +6465,7 @@ impl EventHealthEvaluation {
}
}
}
pub type EventList = Vec<FabricEvent>;
pub type EventList = Vec<FabricEventUnion>;
#[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 {
Expand Down Expand Up @@ -15171,7 +15171,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription {
Self {}
}
}
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand All @@ -15182,7 +15182,7 @@ pub enum ServicePlacementPolicyDescriptionUnion {
RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription),
RequireDomain(ServicePlacementRequiredDomainPolicyDescription),
}
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand Down
8 changes: 4 additions & 4 deletions services/svc/servicefabric/src/v8_0/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5805,7 +5805,7 @@ pub enum DeployedServiceReplicaInfoUnion {
Stateful(DeployedStatefulServiceReplicaInfo),
Stateless(DeployedStatelessServiceInstanceInfo),
}
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfo>;
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfoUnion>;
#[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 {
Expand Down Expand Up @@ -6490,7 +6490,7 @@ impl EventHealthEvaluation {
}
}
}
pub type EventList = Vec<FabricEvent>;
pub type EventList = Vec<FabricEventUnion>;
#[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 {
Expand Down Expand Up @@ -15497,7 +15497,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription {
Self {}
}
}
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand All @@ -15509,7 +15509,7 @@ pub enum ServicePlacementPolicyDescriptionUnion {
RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription),
RequireDomain(ServicePlacementRequiredDomainPolicyDescription),
}
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand Down
8 changes: 4 additions & 4 deletions services/svc/servicefabric/src/v8_1/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5829,7 +5829,7 @@ pub enum DeployedServiceReplicaInfoUnion {
Stateful(DeployedStatefulServiceReplicaInfo),
Stateless(DeployedStatelessServiceInstanceInfo),
}
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfo>;
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfoUnion>;
#[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 {
Expand Down Expand Up @@ -6514,7 +6514,7 @@ impl EventHealthEvaluation {
}
}
}
pub type EventList = Vec<FabricEvent>;
pub type EventList = Vec<FabricEventUnion>;
#[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 {
Expand Down Expand Up @@ -15556,7 +15556,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription {
Self {}
}
}
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand All @@ -15568,7 +15568,7 @@ pub enum ServicePlacementPolicyDescriptionUnion {
RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription),
RequireDomain(ServicePlacementRequiredDomainPolicyDescription),
}
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand Down
8 changes: 4 additions & 4 deletions services/svc/servicefabric/src/v8_2/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5866,7 +5866,7 @@ pub enum DeployedServiceReplicaInfoUnion {
Stateful(DeployedStatefulServiceReplicaInfo),
Stateless(DeployedStatelessServiceInstanceInfo),
}
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfo>;
pub type DeployedServiceReplicaInfoList = Vec<DeployedServiceReplicaInfoUnion>;
#[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 {
Expand Down Expand Up @@ -6551,7 +6551,7 @@ impl EventHealthEvaluation {
}
}
}
pub type EventList = Vec<FabricEvent>;
pub type EventList = Vec<FabricEventUnion>;
#[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 {
Expand Down Expand Up @@ -15646,7 +15646,7 @@ impl ServicePlacementNonPartiallyPlaceServicePolicyDescription {
Self {}
}
}
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPoliciesList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand All @@ -15658,7 +15658,7 @@ pub enum ServicePlacementPolicyDescriptionUnion {
RequireDomainDistribution(ServicePlacementRequireDomainDistributionPolicyDescription),
RequireDomain(ServicePlacementRequiredDomainPolicyDescription),
}
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescription>;
pub type ServicePlacementPolicyDescriptionList = Vec<ServicePlacementPolicyDescriptionUnion>;
#[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")]
Expand Down

0 comments on commit cd1ddee

Please sign in to comment.