diff --git a/containerregistry/resource-manager/v2017_06_01_preview/pom.xml b/containerregistry/resource-manager/v2017_06_01_preview/pom.xml
index dd95ea6a35f1..a80f9398f251 100644
--- a/containerregistry/resource-manager/v2017_06_01_preview/pom.xml
+++ b/containerregistry/resource-manager/v2017_06_01_preview/pom.xml
@@ -11,8 +11,8 @@
com.microsoft.azure
azure-arm-parent
- 1.1.0
- ../../../pom.management.xml
+ 0.0.3-beta
+ ../../../pom.xml
azure-mgmt-containerregistry
1.0.0-beta
diff --git a/containerregistry/resource-manager/v2017_06_01_preview/src/main/java/com/microsoft/azure/management/containerregistry/v2017_06_01_preview/Target.java b/containerregistry/resource-manager/v2017_06_01_preview/src/main/java/com/microsoft/azure/management/containerregistry/v2017_06_01_preview/Target.java
index c3a24974a135..c14b7193d590 100644
--- a/containerregistry/resource-manager/v2017_06_01_preview/src/main/java/com/microsoft/azure/management/containerregistry/v2017_06_01_preview/Target.java
+++ b/containerregistry/resource-manager/v2017_06_01_preview/src/main/java/com/microsoft/azure/management/containerregistry/v2017_06_01_preview/Target.java
@@ -28,7 +28,7 @@ public class Target {
/**
* The digest of the content, as defined by the Registry V2 HTTP API
- * Specificiation.
+ * Specification.
*/
@JsonProperty(value = "digest")
private String digest;
@@ -98,7 +98,7 @@ public Target withSize(Long size) {
}
/**
- * Get the digest of the content, as defined by the Registry V2 HTTP API Specificiation.
+ * Get the digest of the content, as defined by the Registry V2 HTTP API Specification.
*
* @return the digest value
*/
@@ -107,7 +107,7 @@ public String digest() {
}
/**
- * Set the digest of the content, as defined by the Registry V2 HTTP API Specificiation.
+ * Set the digest of the content, as defined by the Registry V2 HTTP API Specification.
*
* @param digest the digest value to set
* @return the Target object itself.