We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc7bfd commit dc56e5aCopy full SHA for dc56e5a
contentctl/objects/config.py
@@ -425,7 +425,6 @@ class inspect(build):
425
"enforcement (defaults to the latest release of the app published on Splunkbase)."
426
),
427
)
428
- stack_type: StackType = Field(description="The type of your Splunk Cloud Stack")
429
430
@field_validator("enrichments", mode="after")
431
@classmethod
@@ -496,6 +495,9 @@ class new(Config_Base):
496
495
497
class deploy_acs(inspect):
498
model_config = ConfigDict(validate_default=False, arbitrary_types_allowed=True)
+
499
+ stack_type: StackType = Field(description="The type of your Splunk Cloud Stack")
500
501
# ignore linter error
502
splunk_cloud_jwt_token: str = Field(
503
exclude=True,
0 commit comments