BiExcellence.OpenBi.Api.Role 1.0.3-ci.17812

This is a prerelease version of BiExcellence.OpenBi.Api.Role.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BiExcellence.OpenBi.Api.Role --version 1.0.3-ci.17812
                    
NuGet\Install-Package BiExcellence.OpenBi.Api.Role -Version 1.0.3-ci.17812
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BiExcellence.OpenBi.Api.Role" Version="1.0.3-ci.17812" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BiExcellence.OpenBi.Api.Role" Version="1.0.3-ci.17812" />
                    
Directory.Packages.props
<PackageReference Include="BiExcellence.OpenBi.Api.Role" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BiExcellence.OpenBi.Api.Role --version 1.0.3-ci.17812
                    
#r "nuget: BiExcellence.OpenBi.Api.Role, 1.0.3-ci.17812"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BiExcellence.OpenBi.Api.Role@1.0.3-ci.17812
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BiExcellence.OpenBi.Api.Role&version=1.0.3-ci.17812&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BiExcellence.OpenBi.Api.Role&version=1.0.3-ci.17812&prerelease
                    
Install as a Cake Tool

BiExcellence.OpenBi.Api.Role

Includes APIs to get / create / delete and assign roles and role content in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Roles;
using BiExcellence.OpenBi.Api.Commands.RoleContents;
var roles = await session.GetRoles().SendAsync(cancellationToken);
var role = await session.GetRoleByIdAsync(id, cancellationToken);
var userRoles = await session.GetRolesByUsernameAsync(username, cancellationToken);
var organisationRoles = await session.GetRolesByOrganisationAsync(organisationId, cancellationToken);

var newRole = new Role { Name = "New Role Name", Description = "New Role Description" };

await session.CreateRoleAsync(newRole, cancellationToken);

await session.DeleteRoleAsync(newRole, cancellationToken);
var roleContents = await session.GetRoleContentAsync(roleId, cancellationToken);
var roleContentElement = await session.GetContentElementByIdAsync(id, cancellationToken);

var newRoleContentElement = new RoleContentElement { Name = "New Role Content Name", ContentAscii = "Hello World" };

await session.CreateRoleContentAsync(newRoleContentElement, cancellationToken);

await session.AssignElementToRoleAsync(newRoleContentElement, role, cancellationToken);
await session.RemoveElementFromRoleAsync(newRoleContentElement, role, cancellationToken);

var roleContentHistory = await session.GetRoleContentHistoryAsync(elementId, cancellationToken);
var roleContentElementHistory = await session.GetContentElementHistoryByIdAsync(historyId, role, cancellationToken);

await session.DeleteRoleContentAsync(newRoleContentElement, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3-ci.17920 60 9/9/2025
1.0.3-ci.17855 174 8/29/2025
1.0.3-ci.17841 162 8/29/2025
1.0.3-ci.17839 154 8/29/2025
1.0.3-ci.17812 204 8/27/2025
1.0.3-ci.17809 187 8/26/2025
1.0.3-ci.17808 186 8/26/2025
1.0.3-ci.17722 113 8/18/2025
1.0.2-ci.17699 132 8/13/2025
1.0.2-ci.17698 121 8/13/2025
1.0.2-ci.17691 118 8/12/2025
1.0.2-ci.17688 121 8/12/2025
1.0.2-ci.17657 201 8/5/2025
1.0.2-ci.17631 97 7/30/2025
1.0.2-ci.17568 163 7/15/2025
1.0.2-ci.17562 121 7/14/2025
1.0.2-ci.17213 131 5/20/2025
1.0.2-ci.17138 137 5/2/2025
1.0.1-ci.16873 727 3/24/2025
1.0.1-ci.16652 489 2/22/2025
1.0.1-ci.16648 77 2/22/2025
1.0.0-ci.15795 80 11/21/2024
1.0.0-ci.15793 68 11/21/2024
0.0.46-ci.15922 70 11/30/2024
0.0.46-ci.15796 494 11/21/2024
0.0.46-ci.15788 70 11/20/2024
0.0.45-ci.15769 75 11/19/2024
0.0.45-ci.15039 89 9/8/2024
0.0.45-ci.15030 81 9/7/2024
0.0.45-ci.14912 99 8/23/2024
0.0.45-ci.14786 333 7/30/2024
0.0.45-ci.14671 78 7/11/2024
0.0.45-ci.14642 78 7/8/2024
0.0.45-ci.14416 95 6/2/2024
0.0.45-ci.14414 89 5/31/2024
0.0.45-ci.14377 121 5/23/2024
0.0.45-ci.14376 92 5/23/2024
0.0.45-ci.14351 105 5/21/2024
0.0.45-ci.14331 106 5/15/2024
0.0.45-ci.14124 118 4/25/2024
0.0.45-ci.14033 115 4/13/2024
0.0.45-ci.13804 113 3/20/2024
0.0.45-ci.13743 97 3/14/2024
0.0.45-ci.13689 109 3/7/2024
0.0.45-ci.13688 89 3/7/2024
0.0.45-ci.13687 81 3/7/2024
0.0.45-ci.13685 88 3/7/2024
0.0.45-ci.13684 99 3/7/2024
0.0.44-ci-13527 118 2/11/2024
0.0.44-ci-13362 131 1/13/2024
0.0.44-ci-13101 182 12/15/2023
0.0.44-ci-12837 163 11/17/2023
0.0.44-ci-12746 123 11/4/2023
0.0.44-ci-12516 184 10/2/2023
0.0.44-ci-12514 125 10/2/2023
0.0.44-ci-12371 135 9/15/2023
0.0.44-ci-12095 151 8/12/2023
0.0.44-ci-12078 143 8/10/2023
0.0.44-ci-11834 176 7/19/2023
0.0.44-ci-11274 155 4/24/2023
0.0.44-ci-10785 187 3/1/2023
0.0.44-ci-10361 228 1/6/2023
0.0.44-ci-10144 333 11/20/2022
0.0.44-ci.13683 85 3/7/2024
0.0.44-ci.13679 82 3/5/2024
0.0.43-ci-10037 185 11/1/2022
0.0.42-ci-9858 208 9/26/2022
0.0.42-ci-9833 215 9/21/2022
0.0.42-ci-9799 206 8/31/2022
0.0.42-ci-9793 259 8/26/2022
0.0.42-ci-9770 208 8/20/2022
0.0.42-ci-9766 216 8/18/2022
0.0.42-ci-9763 214 8/17/2022
0.0.42-ci-9757 212 8/16/2022
0.0.42-ci-9755 212 8/16/2022
0.0.42-ci-9750 222 8/13/2022
0.0.42-ci-9749 217 8/13/2022
0.0.42-ci-9745 231 8/11/2022
0.0.42-ci-10034 188 11/1/2022
0.0.41-ci-9718 249 8/6/2022
0.0.41-ci-9715 222 8/6/2022
0.0.41-ci-9714 210 8/6/2022
0.0.40-ci-9639 229 7/23/2022
0.0.40-ci-9635 254 7/22/2022
0.0.40-ci-9613 246 7/17/2022
0.0.40-ci-9560 249 7/10/2022
0.0.30-ci-9543 230 7/4/2022
0.0.30-ci-9502 253 6/23/2022
0.0.29-ci-9501 215 6/23/2022
0.0.29-ci-9471 240 6/14/2022
0.0.28-ci-9409 237 5/25/2022
0.0.28-ci-9063 451 2/6/2022
0.0.28-ci-9062 238 2/6/2022
0.0.28-ci-8937 255 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 274 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 236 12/25/2021
0.0.27-ci-cc5208f2acb657039... 325 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 285 10/21/2021
0.0.27-ci-8629 274 8/29/2021
0.0.27-ci-8602 324 8/10/2021
0.0.27-ci-8598 276 8/9/2021
0.0.27-ci-8594 268 8/9/2021
0.0.27-ci-8574 291 8/2/2021
0.0.27-ci-8573 305 7/30/2021
0.0.27-ci-8568 295 7/29/2021
0.0.27-ci-8567 307 7/28/2021
0.0.27-ci-8566 298 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 299 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 304 10/16/2021
0.0.26-ci-8544 331 7/16/2021
0.0.26-ci-8529 286 7/8/2021
0.0.26-ci-8527 295 7/8/2021
0.0.26-ci-8513 292 6/25/2021
0.0.25-ci-8510 292 6/25/2021
0.0.25-ci-8499 302 6/24/2021
0.0.25-ci-8492 343 6/22/2021
0.0.24-ci-8477 276 6/15/2021
0.0.24-ci-8468 297 6/14/2021
0.0.24-ci-8467 292 6/14/2021
0.0.24-ci-8431 276 6/1/2021
0.0.24-ci-8422 284 5/27/2021
0.0.24-ci-8415 308 5/21/2021
0.0.24-ci-8414 312 5/21/2021
0.0.24-ci-8291 313 4/2/2021
0.0.24-ci-8256 344 3/19/2021
0.0.23-ci-8207 306 3/3/2021
0.0.22-ci-8196 297 2/26/2021
0.0.22-ci-8188 309 2/25/2021
0.0.22-ci-8187 305 2/25/2021
0.0.22-ci-8166 308 2/22/2021
0.0.22-ci-8120 289 2/12/2021
0.0.22-ci-8116 304 2/12/2021
0.0.22-ci-8075 307 1/29/2021
0.0.22-ci-8006 335 1/16/2021
0.0.22-ci-7989 319 1/12/2021
0.0.22-ci-7986 339 1/12/2021
0.0.22-ci-7983 365 1/11/2021
0.0.22-ci-7982 378 1/11/2021
0.0.22-ci-7981 314 1/11/2021
0.0.22-ci-7974 343 1/5/2021
0.0.22-ci-7957 344 12/29/2020
0.0.22-ci-7956 313 12/29/2020
0.0.21-ci-7949 382 12/17/2020
0.0.20-ci-7944 358 12/16/2020
0.0.20-ci-7920 332 11/26/2020
0.0.20-ci-7829 396 11/2/2020
0.0.20-ci-7668 425 9/24/2020
0.0.20-ci-7561 412 8/26/2020
0.0.20-ci-7551 433 8/24/2020
0.0.20-ci-7545 400 8/24/2020
0.0.20-ci-7530 413 8/17/2020
0.0.20-ci-7513 449 8/13/2020
0.0.20-ci-7506 435 8/12/2020
0.0.20-ci-7478 441 8/6/2020
0.0.20-ci-7398 452 7/27/2020
0.0.20-ci-7390 422 7/24/2020
0.0.19-ci-7387 495 7/23/2020
0.0.19-ci-7376 427 7/21/2020
0.0.19-ci-7367 432 7/19/2020
0.0.19-ci-7342 537 7/11/2020
0.0.18-ci-7328 444 7/9/2020
0.0.18-ci-7282 419 7/3/2020
0.0.18-ci-7281 447 7/3/2020
0.0.18-ci-7278 424 7/2/2020
0.0.18-ci-7275 444 7/1/2020
0.0.18-ci-7272 428 7/1/2020
0.0.18-ci-7271 421 7/1/2020
0.0.18-ci-7270 431 7/1/2020
0.0.18-ci-7240 513 6/24/2020
0.0.18-ci-7230 447 6/24/2020
0.0.18-ci-7229 458 6/24/2020
0.0.18-ci-7228 468 6/24/2020
0.0.18-ci-7226 434 6/23/2020
0.0.18-ci-7213 453 6/22/2020
0.0.18-ci-7207 477 6/22/2020
0.0.18-ci-7191 446 6/19/2020
0.0.18-ci-7187 437 6/19/2020
0.0.17-ci-7163 440 6/15/2020
0.0.17-ci-7156 464 6/15/2020
0.0.17-ci-7150 450 6/14/2020
0.0.17-ci-7144 458 6/11/2020
0.0.17-ci-7142 422 6/10/2020
0.0.17-ci-7140 432 6/10/2020
0.0.17-ci-7133 473 6/10/2020
0.0.17-ci-7132 440 6/10/2020
0.0.17-ci-7131 461 6/9/2020
0.0.17-ci-7128 461 6/9/2020
0.0.16-ci-7125 440 6/6/2020
0.0.16-ci-7106 440 6/2/2020
0.0.16-ci-7105 466 6/2/2020
0.0.16-ci-7103 450 5/31/2020
0.0.16-ci-7101 458 5/31/2020
0.0.16-ci-7100 482 5/31/2020
0.0.16-ci-7099 472 5/30/2020
0.0.16-ci-7098 471 5/30/2020
0.0.15-ci-7082 449 5/28/2020
0.0.15-ci-7081 486 5/28/2020
0.0.15-ci-7079 458 5/28/2020
0.0.15-ci-7075 450 5/28/2020
0.0.15-ci-7074 458 5/28/2020
0.0.14-ci-6927 480 4/18/2020
0.0.14-ci-6891 515 4/7/2020
0.0.13-ci-6888 535 4/7/2020
0.0.13-ci-6887 482 4/7/2020
0.0.13-ci-6736 475 2/26/2020
0.0.13-ci-6716 486 2/24/2020
0.0.13-ci-6693 468 2/18/2020
0.0.13-ci-6609 509 1/28/2020
0.0.13-ci-6608 502 1/28/2020
0.0.13-ci-6599 473 1/24/2020
0.0.13-ci-6597 504 1/23/2020
0.0.13-ci-6595 472 1/22/2020
0.0.13-ci-6587 543 1/17/2020
0.0.13-ci-6585 475 1/17/2020
0.0.12-ci-6582 493 1/16/2020
0.0.12-ci-6575 500 1/15/2020
0.0.12-ci-6561 512 1/13/2020
0.0.12-ci-6534 495 12/9/2019
0.0.12-ci-6506 501 11/14/2019
0.0.12-ci-6505 496 11/13/2019
0.0.12-ci-6502 494 11/12/2019
0.0.12-ci-6487 488 11/8/2019
0.0.12-ci-6481 481 11/8/2019
0.0.12-ci-6469 511 11/5/2019
0.0.12-ci-6468 512 11/5/2019
0.0.12-ci-6428 550 10/14/2019
0.0.12-ci-6384 564 9/19/2019
0.0.12-ci-6338 506 9/3/2019
0.0.12-ci-6293 528 8/22/2019
0.0.12-ci-6257 546 8/8/2019
0.0.12-ci-6215 555 7/29/2019
0.0.12-ci-6208 532 7/26/2019
0.0.12-ci-6204 532 7/26/2019
0.0.12-ci-6200 524 7/25/2019
0.0.12-ci-6188 538 7/24/2019
0.0.12-ci-6187 517 7/24/2019
0.0.11-ci-6185 524 7/24/2019
0.0.11-ci-6146 554 7/16/2019
0.0.11-ci-6131 532 7/15/2019
0.0.11-ci-6099 576 7/11/2019
0.0.11-ci-6094 566 7/10/2019
0.0.11-ci-6086 538 7/9/2019
0.0.11-ci-6071 556 7/5/2019
0.0.11-ci-6070 524 7/5/2019
0.0.11-ci-6068 527 7/5/2019
0.0.11-ci-6067 527 7/5/2019
0.0.11-ci-6062 529 7/4/2019
0.0.11-ci-6054 537 7/2/2019
0.0.11-ci-6053 547 7/2/2019
0.0.11-ci-6049 559 7/1/2019
0.0.11-ci-6045 556 6/28/2019
0.0.11-ci-6038 525 6/28/2019
0.0.11-ci-6020 540 6/14/2019
0.0.11-ci-6013 545 6/13/2019
0.0.11-ci-6011 549 6/13/2019
0.0.11-ci-6003 568 6/11/2019
0.0.11-ci-5999 572 6/5/2019
0.0.11-ci-5995 582 6/4/2019
0.0.11-ci-5992 577 6/4/2019
0.0.11-ci-5990 554 6/4/2019
0.0.11-ci-5985 576 5/31/2019
0.0.11-ci-5973 563 5/28/2019
0.0.11-ci-5972 574 5/28/2019
0.0.11-ci-5967 575 5/24/2019
0.0.11-ci-5964 555 5/23/2019
0.0.11-ci-5900 598 4/25/2019
0.0.11-ci-5821 561 4/4/2019
0.0.11-ci-5797 582 4/2/2019
0.0.11-ci-5737 598 3/22/2019
0.0.11-ci-5608 576 3/1/2019
0.0.11-ci-5595 587 2/27/2019
0.0.11-ci-5584 574 2/25/2019
0.0.11-ci-5583 578 2/25/2019
0.0.11-ci-5558 605 2/21/2019
0.0.11-ci-5549 649 2/20/2019
0.0.11-ci-5542 641 2/19/2019
0.0.11-ci-5541 649 2/19/2019
0.0.11-ci-5530 671 2/18/2019
0.0.11-ci-5523 640 2/18/2019
0.0.11-ci-5522 673 2/18/2019
0.0.11-ci-5411 643 2/1/2019
0.0.11-ci-5384 659 1/29/2019
0.0.11-ci-5373 648 1/28/2019
0.0.11-ci-5352 652 1/22/2019
0.0.11-ci-5331 683 1/16/2019
0.0.11-ci-5329 673 1/15/2019
0.0.11-ci-5276 639 12/20/2018
0.0.11-ci-5275 701 12/20/2018
0.0.11-ci-5272 669 12/18/2018
0.0.11-ci-5261 660 12/15/2018
0.0.11-ci-5260 676 12/15/2018
0.0.11-ci-5249 680 12/14/2018
0.0.11-ci-5248 661 12/14/2018
0.0.11-ci-5245 689 12/13/2018
0.0.10-ci-5242 674 12/13/2018
0.0.10-ci-5241 661 12/13/2018
0.0.10-ci-5219 681 12/6/2018
0.0.10-ci-5133 699 11/26/2018
0.0.10-ci-5094 701 11/21/2018
0.0.10-ci-5092 777 11/21/2018
0.0.10-ci-5088 695 11/21/2018
0.0.10-ci-5040 710 11/13/2018
0.0.10-ci-4979 718 10/30/2018
0.0.10-ci-4837 787 9/20/2018
0.0.10-ci-4810 779 9/12/2018
0.0.10-ci-4774 792 9/5/2018
0.0.10-ci-4771 852 9/5/2018
0.0.10-ci-4756 796 8/31/2018
0.0.10-ci-4735 808 8/30/2018
0.0.10-ci-4710 763 8/27/2018
0.0.10-ci-4690 783 8/24/2018
0.0.10-ci-4687 781 8/23/2018
0.0.10-ci-4662 849 8/20/2018
0.0.10-ci-4556 884 8/1/2018
0.0.10-ci-4554 895 8/1/2018
0.0.10-ci-4553 921 8/1/2018
0.0.10-ci-4549 910 7/31/2018
0.0.10-ci-4547 897 7/31/2018
0.0.10-ci-4543 912 7/31/2018
0.0.10-ci-4541 898 7/31/2018
0.0.10-ci-4540 897 7/31/2018
0.0.10-ci-4533 944 7/30/2018
0.0.10-ci-4522 894 7/26/2018
0.0.10-ci-4505 902 7/24/2018
0.0.10-ci-4417 1,155 7/7/2018
0.0.10-ci-4416 1,104 7/7/2018
0.0.10-ci-4362 1,100 6/28/2018
0.0.10-ci-4327 1,094 6/20/2018
0.0.10-ci-4294 1,105 6/13/2018
0.0.10-ci-4282 932 6/12/2018
0.0.10-ci-4262 1,122 6/7/2018
0.0.10-ci-4217 1,150 5/29/2018
0.0.10-ci-4151 1,152 5/11/2018
0.0.10-ci-4141 1,170 5/9/2018
0.0.10-ci-4027 1,120 4/6/2018
0.0.10-ci-4023 1,120 4/5/2018
0.0.10-ci-4022 1,167 4/5/2018
0.0.10-ci-4013 1,128 4/4/2018
0.0.10-ci-3976 1,135 3/25/2018
0.0.10-ci-3973 1,021 3/23/2018
0.0.10-ci-3970 1,297 3/23/2018
0.0.9-ci-3951 1,143 3/21/2018
0.0.9-ci-3949 1,152 3/21/2018
0.0.9-ci-3947 1,192 3/21/2018
0.0.9-ci-3946 1,144 3/21/2018
0.0.9-ci-3927 1,227 3/19/2018
0.0.9-ci-3910 1,137 3/16/2018
0.0.9-ci-3909 1,139 3/15/2018
0.0.9-ci-3908 991 3/15/2018
0.0.9-ci-3907 1,150 3/15/2018
0.0.9-ci-3889 1,132 3/13/2018
0.0.9-ci-3831 1,159 3/4/2018
0.0.9-ci-3829 1,139 3/4/2018
0.0.8-ci-3772 1,176 2/23/2018
0.0.8-ci-3583 1,162 1/19/2018
0.0.8-ci-3549 1,162 1/8/2018
0.0.8-ci-3526 1,175 12/28/2017
0.0.7-ci-3490 998 12/14/2017
0.0.6-ci-3176 970 10/18/2017
0.0.6-ci-3066 978 9/24/2017
0.0.6-ci-3065 964 9/24/2017
0.0.5-ci-2938 972 9/3/2017
0.0.5-ci-2937 969 9/3/2017
0.0.4-ci-2927 981 9/2/2017
0.0.4-ci-2915 979 9/2/2017
0.0.4-ci-2914 982 9/1/2017
0.0.4-ci-2913 979 9/1/2017
0.0.4-ci-2798 981 8/19/2017
0.0.4-ci-2797 977 8/19/2017
0.0.4-ci-2758 994 8/16/2017
0.0.2-ci-2686 994 8/9/2017
0.0.2-ci-2685 1,019 8/9/2017
0.0.2-ci-2682 1,006 8/9/2017
0.0.2-ci-2681 1,003 8/9/2017
0.0.2-ci-2675 988 8/8/2017
0.0.2-ci-2672 985 8/8/2017

chore(OpenBiDimension): support creating DimensionAttributes