Skip to content

Commit bddc1b3

Browse files
authored
Rename Bicep.IO package to Azure.Bicep.IO (#16046)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16046)
1 parent 74c4ce3 commit bddc1b3

File tree

26 files changed

+174
-153
lines changed

26 files changed

+174
-153
lines changed

src/Bicep.Cli.IntegrationTests/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,14 +1582,14 @@
15821582
"Azure.Bicep.Core": {
15831583
"type": "Project",
15841584
"dependencies": {
1585+
"Azure.Bicep.IO": "[1.0.0, )",
15851586
"Azure.Bicep.Types": "[0.5.110, )",
15861587
"Azure.Bicep.Types.Az": "[0.2.727, )",
15871588
"Azure.Bicep.Types.K8s": "[0.1.644, )",
15881589
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
15891590
"Azure.Deployments.Templates": "[1.224.0, )",
15901591
"Azure.Identity": "[1.13.1, )",
15911592
"Azure.ResourceManager.Resources": "[1.9.0, )",
1592-
"Bicep.IO": "[1.0.0, )",
15931593
"JsonPatch.Net": "[3.3.0, )",
15941594
"JsonPath.Net": "[2.0.1, )",
15951595
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1612,6 +1612,13 @@
16121612
"Azure.Bicep.Core": "[1.0.0, )"
16131613
}
16141614
},
1615+
"Azure.Bicep.IO": {
1616+
"type": "Project",
1617+
"dependencies": {
1618+
"System.IO.Abstractions": "[21.1.7, )",
1619+
"System.Memory.Data": "[6.0.0, )"
1620+
}
1621+
},
16151622
"Azure.Bicep.Local.Deploy": {
16161623
"type": "Project",
16171624
"dependencies": {
@@ -1679,13 +1686,6 @@
16791686
"System.IO.Abstractions.TestingHelpers": "[21.1.7, )"
16801687
}
16811688
},
1682-
"bicep.io": {
1683-
"type": "Project",
1684-
"dependencies": {
1685-
"System.IO.Abstractions": "[21.1.7, )",
1686-
"System.Memory.Data": "[6.0.0, )"
1687-
}
1688-
},
16891689
"bicep.langserver": {
16901690
"type": "Project",
16911691
"dependencies": {

src/Bicep.Cli.UnitTests/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,14 +1454,14 @@
14541454
"Azure.Bicep.Core": {
14551455
"type": "Project",
14561456
"dependencies": {
1457+
"Azure.Bicep.IO": "[1.0.0, )",
14571458
"Azure.Bicep.Types": "[0.5.110, )",
14581459
"Azure.Bicep.Types.Az": "[0.2.727, )",
14591460
"Azure.Bicep.Types.K8s": "[0.1.644, )",
14601461
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
14611462
"Azure.Deployments.Templates": "[1.224.0, )",
14621463
"Azure.Identity": "[1.13.1, )",
14631464
"Azure.ResourceManager.Resources": "[1.9.0, )",
1464-
"Bicep.IO": "[1.0.0, )",
14651465
"JsonPatch.Net": "[3.3.0, )",
14661466
"JsonPath.Net": "[2.0.1, )",
14671467
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1484,6 +1484,13 @@
14841484
"Azure.Bicep.Core": "[1.0.0, )"
14851485
}
14861486
},
1487+
"Azure.Bicep.IO": {
1488+
"type": "Project",
1489+
"dependencies": {
1490+
"System.IO.Abstractions": "[21.1.7, )",
1491+
"System.Memory.Data": "[6.0.0, )"
1492+
}
1493+
},
14871494
"Azure.Bicep.Local.Deploy": {
14881495
"type": "Project",
14891496
"dependencies": {
@@ -1512,13 +1519,6 @@
15121519
"Sarif.Sdk": "[4.5.4, )",
15131520
"StreamJsonRpc": "[2.20.17, )"
15141521
}
1515-
},
1516-
"bicep.io": {
1517-
"type": "Project",
1518-
"dependencies": {
1519-
"System.IO.Abstractions": "[21.1.7, )",
1520-
"System.Memory.Data": "[6.0.0, )"
1521-
}
15221522
}
15231523
},
15241524
"net8.0/linux-arm64": {

src/Bicep.Cli/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,14 +1351,14 @@
13511351
"Azure.Bicep.Core": {
13521352
"type": "Project",
13531353
"dependencies": {
1354+
"Azure.Bicep.IO": "[1.0.0, )",
13541355
"Azure.Bicep.Types": "[0.5.110, )",
13551356
"Azure.Bicep.Types.Az": "[0.2.727, )",
13561357
"Azure.Bicep.Types.K8s": "[0.1.644, )",
13571358
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
13581359
"Azure.Deployments.Templates": "[1.224.0, )",
13591360
"Azure.Identity": "[1.13.1, )",
13601361
"Azure.ResourceManager.Resources": "[1.9.0, )",
1361-
"Bicep.IO": "[1.0.0, )",
13621362
"JsonPatch.Net": "[3.3.0, )",
13631363
"JsonPath.Net": "[2.0.1, )",
13641364
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1381,6 +1381,13 @@
13811381
"Azure.Bicep.Core": "[1.0.0, )"
13821382
}
13831383
},
1384+
"Azure.Bicep.IO": {
1385+
"type": "Project",
1386+
"dependencies": {
1387+
"System.IO.Abstractions": "[21.1.7, )",
1388+
"System.Memory.Data": "[6.0.0, )"
1389+
}
1390+
},
13841391
"Azure.Bicep.Local.Deploy": {
13851392
"type": "Project",
13861393
"dependencies": {
@@ -1398,13 +1405,6 @@
13981405
"Google.Protobuf": "[3.29.2, )",
13991406
"Grpc.Net.Client": "[2.67.0, )"
14001407
}
1401-
},
1402-
"bicep.io": {
1403-
"type": "Project",
1404-
"dependencies": {
1405-
"System.IO.Abstractions": "[21.1.7, )",
1406-
"System.Memory.Data": "[6.0.0, )"
1407-
}
14081408
}
14091409
},
14101410
"net8.0/linux-arm64": {

src/Bicep.Core.IntegrationTests/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,14 +1501,14 @@
15011501
"Azure.Bicep.Core": {
15021502
"type": "Project",
15031503
"dependencies": {
1504+
"Azure.Bicep.IO": "[1.0.0, )",
15041505
"Azure.Bicep.Types": "[0.5.110, )",
15051506
"Azure.Bicep.Types.Az": "[0.2.727, )",
15061507
"Azure.Bicep.Types.K8s": "[0.1.644, )",
15071508
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
15081509
"Azure.Deployments.Templates": "[1.224.0, )",
15091510
"Azure.Identity": "[1.13.1, )",
15101511
"Azure.ResourceManager.Resources": "[1.9.0, )",
1511-
"Bicep.IO": "[1.0.0, )",
15121512
"JsonPatch.Net": "[3.3.0, )",
15131513
"JsonPath.Net": "[2.0.1, )",
15141514
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1531,6 +1531,13 @@
15311531
"Azure.Bicep.Core": "[1.0.0, )"
15321532
}
15331533
},
1534+
"Azure.Bicep.IO": {
1535+
"type": "Project",
1536+
"dependencies": {
1537+
"System.IO.Abstractions": "[21.1.7, )",
1538+
"System.Memory.Data": "[6.0.0, )"
1539+
}
1540+
},
15341541
"Azure.Bicep.Local.Deploy": {
15351542
"type": "Project",
15361543
"dependencies": {
@@ -1577,13 +1584,6 @@
15771584
"System.IO.Abstractions.TestingHelpers": "[21.1.7, )"
15781585
}
15791586
},
1580-
"bicep.io": {
1581-
"type": "Project",
1582-
"dependencies": {
1583-
"System.IO.Abstractions": "[21.1.7, )",
1584-
"System.Memory.Data": "[6.0.0, )"
1585-
}
1586-
},
15871587
"bicep.langserver": {
15881588
"type": "Project",
15891589
"dependencies": {

src/Bicep.Core.Samples/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,14 +1501,14 @@
15011501
"Azure.Bicep.Core": {
15021502
"type": "Project",
15031503
"dependencies": {
1504+
"Azure.Bicep.IO": "[1.0.0, )",
15041505
"Azure.Bicep.Types": "[0.5.110, )",
15051506
"Azure.Bicep.Types.Az": "[0.2.727, )",
15061507
"Azure.Bicep.Types.K8s": "[0.1.644, )",
15071508
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
15081509
"Azure.Deployments.Templates": "[1.224.0, )",
15091510
"Azure.Identity": "[1.13.1, )",
15101511
"Azure.ResourceManager.Resources": "[1.9.0, )",
1511-
"Bicep.IO": "[1.0.0, )",
15121512
"JsonPatch.Net": "[3.3.0, )",
15131513
"JsonPath.Net": "[2.0.1, )",
15141514
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1531,6 +1531,13 @@
15311531
"Azure.Bicep.Core": "[1.0.0, )"
15321532
}
15331533
},
1534+
"Azure.Bicep.IO": {
1535+
"type": "Project",
1536+
"dependencies": {
1537+
"System.IO.Abstractions": "[21.1.7, )",
1538+
"System.Memory.Data": "[6.0.0, )"
1539+
}
1540+
},
15341541
"Azure.Bicep.Local.Deploy": {
15351542
"type": "Project",
15361543
"dependencies": {
@@ -1566,13 +1573,6 @@
15661573
"System.IO.Abstractions.TestingHelpers": "[21.1.7, )"
15671574
}
15681575
},
1569-
"bicep.io": {
1570-
"type": "Project",
1571-
"dependencies": {
1572-
"System.IO.Abstractions": "[21.1.7, )",
1573-
"System.Memory.Data": "[6.0.0, )"
1574-
}
1575-
},
15761576
"bicep.langserver": {
15771577
"type": "Project",
15781578
"dependencies": {

src/Bicep.Core.UnitTests/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,14 +1507,14 @@
15071507
"Azure.Bicep.Core": {
15081508
"type": "Project",
15091509
"dependencies": {
1510+
"Azure.Bicep.IO": "[1.0.0, )",
15101511
"Azure.Bicep.Types": "[0.5.110, )",
15111512
"Azure.Bicep.Types.Az": "[0.2.727, )",
15121513
"Azure.Bicep.Types.K8s": "[0.1.644, )",
15131514
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
15141515
"Azure.Deployments.Templates": "[1.224.0, )",
15151516
"Azure.Identity": "[1.13.1, )",
15161517
"Azure.ResourceManager.Resources": "[1.9.0, )",
1517-
"Bicep.IO": "[1.0.0, )",
15181518
"JsonPatch.Net": "[3.3.0, )",
15191519
"JsonPath.Net": "[2.0.1, )",
15201520
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1537,6 +1537,13 @@
15371537
"Azure.Bicep.Core": "[1.0.0, )"
15381538
}
15391539
},
1540+
"Azure.Bicep.IO": {
1541+
"type": "Project",
1542+
"dependencies": {
1543+
"System.IO.Abstractions": "[21.1.7, )",
1544+
"System.Memory.Data": "[6.0.0, )"
1545+
}
1546+
},
15401547
"Azure.Bicep.Local.Deploy": {
15411548
"type": "Project",
15421549
"dependencies": {
@@ -1555,13 +1562,6 @@
15551562
"Grpc.Net.Client": "[2.67.0, )"
15561563
}
15571564
},
1558-
"bicep.io": {
1559-
"type": "Project",
1560-
"dependencies": {
1561-
"System.IO.Abstractions": "[21.1.7, )",
1562-
"System.Memory.Data": "[6.0.0, )"
1563-
}
1564-
},
15651565
"bicep.langserver": {
15661566
"type": "Project",
15671567
"dependencies": {

src/Bicep.Core/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@
983983
"TestableIO.System.IO.Abstractions": "21.1.7"
984984
}
985985
},
986-
"bicep.io": {
986+
"Azure.Bicep.IO": {
987987
"type": "Project",
988988
"dependencies": {
989989
"System.IO.Abstractions": "[21.1.7, )",

src/Bicep.Decompiler.IntegrationTests/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,14 +1501,14 @@
15011501
"Azure.Bicep.Core": {
15021502
"type": "Project",
15031503
"dependencies": {
1504+
"Azure.Bicep.IO": "[1.0.0, )",
15041505
"Azure.Bicep.Types": "[0.5.110, )",
15051506
"Azure.Bicep.Types.Az": "[0.2.727, )",
15061507
"Azure.Bicep.Types.K8s": "[0.1.644, )",
15071508
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
15081509
"Azure.Deployments.Templates": "[1.224.0, )",
15091510
"Azure.Identity": "[1.13.1, )",
15101511
"Azure.ResourceManager.Resources": "[1.9.0, )",
1511-
"Bicep.IO": "[1.0.0, )",
15121512
"JsonPatch.Net": "[3.3.0, )",
15131513
"JsonPath.Net": "[2.0.1, )",
15141514
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1531,6 +1531,13 @@
15311531
"Azure.Bicep.Core": "[1.0.0, )"
15321532
}
15331533
},
1534+
"Azure.Bicep.IO": {
1535+
"type": "Project",
1536+
"dependencies": {
1537+
"System.IO.Abstractions": "[21.1.7, )",
1538+
"System.Memory.Data": "[6.0.0, )"
1539+
}
1540+
},
15341541
"Azure.Bicep.Local.Deploy": {
15351542
"type": "Project",
15361543
"dependencies": {
@@ -1566,13 +1573,6 @@
15661573
"System.IO.Abstractions.TestingHelpers": "[21.1.7, )"
15671574
}
15681575
},
1569-
"bicep.io": {
1570-
"type": "Project",
1571-
"dependencies": {
1572-
"System.IO.Abstractions": "[21.1.7, )",
1573-
"System.Memory.Data": "[6.0.0, )"
1574-
}
1575-
},
15761576
"bicep.langserver": {
15771577
"type": "Project",
15781578
"dependencies": {

src/Bicep.Decompiler.UnitTests/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,14 +1501,14 @@
15011501
"Azure.Bicep.Core": {
15021502
"type": "Project",
15031503
"dependencies": {
1504+
"Azure.Bicep.IO": "[1.0.0, )",
15041505
"Azure.Bicep.Types": "[0.5.110, )",
15051506
"Azure.Bicep.Types.Az": "[0.2.727, )",
15061507
"Azure.Bicep.Types.K8s": "[0.1.644, )",
15071508
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
15081509
"Azure.Deployments.Templates": "[1.224.0, )",
15091510
"Azure.Identity": "[1.13.1, )",
15101511
"Azure.ResourceManager.Resources": "[1.9.0, )",
1511-
"Bicep.IO": "[1.0.0, )",
15121512
"JsonPatch.Net": "[3.3.0, )",
15131513
"JsonPath.Net": "[2.0.1, )",
15141514
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -1531,6 +1531,13 @@
15311531
"Azure.Bicep.Core": "[1.0.0, )"
15321532
}
15331533
},
1534+
"Azure.Bicep.IO": {
1535+
"type": "Project",
1536+
"dependencies": {
1537+
"System.IO.Abstractions": "[21.1.7, )",
1538+
"System.Memory.Data": "[6.0.0, )"
1539+
}
1540+
},
15341541
"Azure.Bicep.Local.Deploy": {
15351542
"type": "Project",
15361543
"dependencies": {
@@ -1566,13 +1573,6 @@
15661573
"System.IO.Abstractions.TestingHelpers": "[21.1.7, )"
15671574
}
15681575
},
1569-
"bicep.io": {
1570-
"type": "Project",
1571-
"dependencies": {
1572-
"System.IO.Abstractions": "[21.1.7, )",
1573-
"System.Memory.Data": "[6.0.0, )"
1574-
}
1575-
},
15761576
"bicep.langserver": {
15771577
"type": "Project",
15781578
"dependencies": {

src/Bicep.Decompiler/packages.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,14 +953,14 @@
953953
"Azure.Bicep.Core": {
954954
"type": "Project",
955955
"dependencies": {
956+
"Azure.Bicep.IO": "[1.0.0, )",
956957
"Azure.Bicep.Types": "[0.5.110, )",
957958
"Azure.Bicep.Types.Az": "[0.2.727, )",
958959
"Azure.Bicep.Types.K8s": "[0.1.644, )",
959960
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
960961
"Azure.Deployments.Templates": "[1.224.0, )",
961962
"Azure.Identity": "[1.13.1, )",
962963
"Azure.ResourceManager.Resources": "[1.9.0, )",
963-
"Bicep.IO": "[1.0.0, )",
964964
"JsonPatch.Net": "[3.3.0, )",
965965
"JsonPath.Net": "[2.0.1, )",
966966
"Microsoft.Extensions.Configuration": "[9.0.0, )",
@@ -977,7 +977,7 @@
977977
"System.Private.Uri": "[4.3.2, )"
978978
}
979979
},
980-
"bicep.io": {
980+
"Azure.Bicep.IO": {
981981
"type": "Project",
982982
"dependencies": {
983983
"System.IO.Abstractions": "[21.1.7, )",

0 commit comments

Comments
 (0)