Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove skipped resources workaround #109

Merged
merged 4 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion artifacts/bicep/aws/aws.acmpca/default/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
"type": {
"$ref": "#/31"
},
"flags": 4
"flags": 0
},
"Type": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion artifacts/bicep/aws/aws.acmpca/default/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* **RevocationConfiguration**: [RevocationConfiguration](#revocationconfiguration) (WriteOnly): Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions.
* **SigningAlgorithm**: string (Required): Algorithm your CA uses to sign certificate requests.
* **Subject**: [Subject](#subject) (Required, WriteOnly): Structure that contains X.500 distinguished name information for your CA.
* **Tags**: [Tag](#tag)[] (WriteOnly)
* **Tags**: [Tag](#tag)[]
* **Type**: string (Required): The type of the certificate authority.
* **UsageMode**: string: Usage mode of the ceritificate authority.

Expand Down
2 changes: 1 addition & 1 deletion artifacts/bicep/aws/aws.amazonmq/default/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": {
"$ref": "#/1"
},
"flags": 5,
"flags": 4,
"description": "The base64-encoded XML configuration."
},
"Description": {
Expand Down
2 changes: 1 addition & 1 deletion artifacts/bicep/aws/aws.amazonmq/default/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Properties
* **Arn**: string (ReadOnly): The Amazon Resource Name (ARN) of the Amazon MQ configuration.
* **AuthenticationStrategy**: string: The authentication strategy associated with the configuration. The default is SIMPLE.
* **Data**: string (Required, WriteOnly): The base64-encoded XML configuration.
* **Data**: string (WriteOnly): The base64-encoded XML configuration.
* **Description**: string: The description of the configuration.
* **EngineType**: string (Required): The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
* **EngineVersion**: string: The version of the broker engine.
Expand Down
Loading
Loading