@azure/keyvault-admin 4.2.0-alpha.20211213.2 → 4.2.0-alpha.20211221.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
2
 
3
+ ## 4.2.0-beta.3 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 4.2.0-beta.2 (2021-11-09)
4
14
 
5
15
  ### Features Added
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var coreLro = require('@azure/core-lro');
17
17
  /**
18
18
  * Current version of the Key Vault Admin SDK.
19
19
  */
20
- const SDK_VERSION = "4.2.0-beta.2";
20
+ const SDK_VERSION = "4.2.0-beta.3";
21
21
  /**
22
22
  * The latest supported Key Vault service API version.
23
23
  */
@@ -1748,7 +1748,6 @@ class KeyVaultAccessControlClient {
1748
1748
  });
1749
1749
  }
1750
1750
  /**
1751
- * @internal
1752
1751
  * Deals with the pagination of {@link listRoleAssignments}.
1753
1752
  * @param roleScope - The scope of the role assignments.
1754
1753
  * @param continuationState - An object that indicates the position of the paginated request.
@@ -1781,7 +1780,6 @@ class KeyVaultAccessControlClient {
1781
1780
  });
1782
1781
  }
1783
1782
  /**
1784
- * @internal
1785
1783
  * Deals with the iteration of all the available results of {@link listRoleAssignments}.
1786
1784
  * @param roleScope - The scope of the role assignments.
1787
1785
  * @param options - Common options for the iterative endpoints.
@@ -1831,7 +1829,6 @@ class KeyVaultAccessControlClient {
1831
1829
  };
1832
1830
  }
1833
1831
  /**
1834
- * @internal
1835
1832
  * Deals with the pagination of {@link listRoleDefinitions}.
1836
1833
  * @param roleScope - The scope of the role definition.
1837
1834
  * @param continuationState - An object that indicates the position of the paginated request.
@@ -1860,7 +1857,6 @@ class KeyVaultAccessControlClient {
1860
1857
  });
1861
1858
  }
1862
1859
  /**
1863
- * @internal
1864
1860
  * Deals with the iteration of all the available results of {@link listRoleDefinitions}.
1865
1861
  * @param roleScope - The scope of the role definition.
1866
1862
  * @param options - Common options for the iterative endpoints.