@azure/arm-containerregistry 10.0.0-alpha.20211214.3 → 10.0.0-alpha.20211215.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
- ## 10.0.0-beta.1 (2021-11-03)
1
+ ## Release History
2
+
3
+ ### 10.0.0-beta.2 (Unreleased)
4
+
5
+ #### Features Added
6
+
7
+ #### Breaking Changes
8
+
9
+ #### Bugs Fixed
10
+
11
+ #### Other Changes
12
+
13
+ ### 10.0.0-beta.1 (2021-11-03)
2
14
 
3
15
  **Features**
4
16
 
@@ -9,7 +21,7 @@
9
21
  - Enum KnownConnectedRegistryMode has a new value ReadOnly
10
22
  - Enum KnownConnectedRegistryMode has a new value ReadWrite
11
23
 
12
- ## 9.0.0-beta.1 (2021-10-20)
24
+ ### 9.0.0-beta.1 (2021-10-20)
13
25
 
14
26
  This is the first preview for the new version of the `@azure/arm-containerregistry` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
15
27
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for ContainerRegistryManagementClient.",
6
- "version": "10.0.0-alpha.20211214.3",
6
+ "version": "10.0.0-alpha.20211215.1",
7
7
  "engines": {
8
8
  "node": ">=12.0.0"
9
9
  },