Skip to content

Commit ef7d35d

Browse files
authored
Remove skipped resources workaround (#109)
* remove workaround Signed-off-by: sk593 <[email protected]> * update comment Signed-off-by: sk593 <[email protected]> --------- Signed-off-by: sk593 <[email protected]>
1 parent 74d1910 commit ef7d35d

File tree

962 files changed

+47426
-18289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

962 files changed

+47426
-18289
lines changed

artifacts/bicep/aws/aws.acmpca/default/types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
"type": {
578578
"$ref": "#/31"
579579
},
580-
"flags": 4
580+
"flags": 0
581581
},
582582
"Type": {
583583
"type": {

artifacts/bicep/aws/aws.acmpca/default/types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* **RevocationConfiguration**: [RevocationConfiguration](#revocationconfiguration) (WriteOnly): Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions.
4343
* **SigningAlgorithm**: string (Required): Algorithm your CA uses to sign certificate requests.
4444
* **Subject**: [Subject](#subject) (Required, WriteOnly): Structure that contains X.500 distinguished name information for your CA.
45-
* **Tags**: [Tag](#tag)[] (WriteOnly)
45+
* **Tags**: [Tag](#tag)[]
4646
* **Type**: string (Required): The type of the certificate authority.
4747
* **UsageMode**: string: Usage mode of the ceritificate authority.
4848

artifacts/bicep/aws/aws.amazonmq/default/types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"type": {
5353
"$ref": "#/1"
5454
},
55-
"flags": 5,
55+
"flags": 4,
5656
"description": "The base64-encoded XML configuration."
5757
},
5858
"Description": {

artifacts/bicep/aws/aws.amazonmq/default/types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
### Properties
1212
* **Arn**: string (ReadOnly): The Amazon Resource Name (ARN) of the Amazon MQ configuration.
1313
* **AuthenticationStrategy**: string: The authentication strategy associated with the configuration. The default is SIMPLE.
14-
* **Data**: string (Required, WriteOnly): The base64-encoded XML configuration.
14+
* **Data**: string (WriteOnly): The base64-encoded XML configuration.
1515
* **Description**: string: The description of the configuration.
1616
* **EngineType**: string (Required): The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
1717
* **EngineVersion**: string: The version of the broker engine.

0 commit comments

Comments
 (0)