Skip to content

Commit

Permalink
By-passing the cloud assembly version diff from main and branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naumel authored and beck3905 committed Feb 28, 2023
1 parent 01bb058 commit 507d2a9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "30.1.0",
"version": "30.0.0",
"files": {
"3b60cda5eb73f658ff1ab1a242bd0e399cc5307d4d6493cea0171e543c6f1cc8": {
"source": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"30.1.0"}
{"version":"30.0.0"}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "30.1.0",
"version": "30.0.0",
"testCases": {
"saml-provider-test/DefaultTest": {
"stacks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "30.1.0",
"version": "30.0.0",
"artifacts": {
"cdk-saml-provider.assets": {
"type": "cdk:asset-manifest",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "30.1.0",
"version": "30.0.0",
"files": {
"21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
"source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"path": "saml-provider-test/DefaultTest/Default",
"constructInfo": {
"fqn": "constructs.Construct",
"version": "10.1.249"
"version": "10.1.252"
}
},
"DeployAssert": {
Expand Down Expand Up @@ -163,7 +163,7 @@
"path": "Tree",
"constructInfo": {
"fqn": "constructs.Construct",
"version": "10.1.249"
"version": "10.1.252"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-iam/test/integ.saml-provider.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// !cdk-integ saml*
import * as path from 'path';
import { App, Stack, StackProps } from '@aws-cdk/core';
import { IntegTest } from '@aws-cdk/integ-tests';
Expand Down

0 comments on commit 507d2a9

Please sign in to comment.