diff --git a/sdk/hanaonazure/arm-hanaonazure/README.md b/sdk/hanaonazure/arm-hanaonazure/README.md index 0955b24985bd..8af1dbb19535 100644 --- a/sdk/hanaonazure/arm-hanaonazure/README.md +++ b/sdk/hanaonazure/arm-hanaonazure/README.md @@ -94,5 +94,3 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to ## Related projects - [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js) - -![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/hanaonazure/arm-hanaonazure/README.png) diff --git a/sdk/hanaonazure/arm-hanaonazure/package.json b/sdk/hanaonazure/arm-hanaonazure/package.json index 7a0c897fd585..8e250802902c 100644 --- a/sdk/hanaonazure/arm-hanaonazure/package.json +++ b/sdk/hanaonazure/arm-hanaonazure/package.json @@ -26,13 +26,13 @@ "rollup-plugin-sourcemaps": "^0.4.2", "uglify-js": "^3.4.9" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/hanaonazure/arm-hanaonazure", + "homepage": "https://github.com/azure/azure-sdk-for-js", "repository": { "type": "git", - "url": "https://github.com/Azure/azure-sdk-for-js.git" + "url": "https://github.com/azure/azure-sdk-for-js.git" }, "bugs": { - "url": "https://github.com/Azure/azure-sdk-for-js/issues" + "url": "https://github.com/azure/azure-sdk-for-js/issues" }, "files": [ "dist/**/*.js", diff --git a/sdk/hanaonazure/arm-hanaonazure/src/models/index.ts b/sdk/hanaonazure/arm-hanaonazure/src/models/index.ts index fb404e26f09f..f62763694a3a 100644 --- a/sdk/hanaonazure/arm-hanaonazure/src/models/index.ts +++ b/sdk/hanaonazure/arm-hanaonazure/src/models/index.ts @@ -32,9 +32,8 @@ export interface Resource extends BaseResource { readonly type?: string; /** * Resource location - * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly location?: string; + location?: string; /** * Resource tags * **NOTE: This property will not be serialized. It can only be populated by the server.** @@ -102,9 +101,8 @@ export interface StorageProfile { export interface OSProfile { /** * Specifies the host OS name of the HANA instance. - * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly computerName?: string; + computerName?: string; /** * This property allows you to specify the type of the OS. * **NOTE: This property will not be serialized. It can only be populated by the server.** @@ -117,9 +115,8 @@ export interface OSProfile { readonly version?: string; /** * Specifies the SSH public key used to access the operating system. - * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly sshPublicKey?: string; + sshPublicKey?: string; } /** @@ -128,9 +125,8 @@ export interface OSProfile { export interface IpAddress { /** * Specifies the IP address of the network interface. - * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly ipAddress?: string; + ipAddress?: string; } /** @@ -191,9 +187,8 @@ export interface HanaInstance extends Resource { readonly hwRevision?: string; /** * ARM ID of another HanaInstance that will share a network with this HanaInstance - * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly partnerNodeId?: string; + partnerNodeId?: string; /** * State of provisioning of the HanaInstance. Possible values include: 'Accepted', 'Creating', * 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' diff --git a/sdk/hanaonazure/arm-hanaonazure/src/models/mappers.ts b/sdk/hanaonazure/arm-hanaonazure/src/models/mappers.ts index c74e28afe1c8..d820a06e1431 100644 --- a/sdk/hanaonazure/arm-hanaonazure/src/models/mappers.ts +++ b/sdk/hanaonazure/arm-hanaonazure/src/models/mappers.ts @@ -40,7 +40,6 @@ export const Resource: msRest.CompositeMapper = { } }, location: { - readOnly: true, serializedName: "location", type: { name: "String" @@ -151,7 +150,6 @@ export const OSProfile: msRest.CompositeMapper = { className: "OSProfile", modelProperties: { computerName: { - readOnly: true, serializedName: "computerName", type: { name: "String" @@ -172,7 +170,6 @@ export const OSProfile: msRest.CompositeMapper = { } }, sshPublicKey: { - readOnly: true, serializedName: "sshPublicKey", type: { name: "String" @@ -189,7 +186,6 @@ export const IpAddress: msRest.CompositeMapper = { className: "IpAddress", modelProperties: { ipAddress: { - readOnly: true, serializedName: "ipAddress", type: { name: "String" @@ -292,7 +288,6 @@ export const HanaInstance: msRest.CompositeMapper = { } }, partnerNodeId: { - readOnly: true, serializedName: "properties.partnerNodeId", type: { name: "String"