Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from f0ceafb84dbdddba7504bb3635f2dfcd5bb00ba3 (#4081)
Browse files Browse the repository at this point in the history
Mark private IP address read-only
  • Loading branch information
AutorestCI authored Nov 13, 2018
1 parent 429042a commit 9f1f48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class AzureFirewallIPConfiguration extends models['SubResource'] {
},
privateIPAddress: {
required: false,
readOnly: true,
serializedName: 'properties.privateIPAddress',
type: {
name: 'String'
Expand Down
2 changes: 1 addition & 1 deletion lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4728,7 +4728,7 @@ export interface AvailableDelegation {
* resource is updated.
*/
export interface AzureFirewallIPConfiguration extends SubResource {
privateIPAddress?: string;
readonly privateIPAddress?: string;
subnet?: SubResource;
publicIPAddress?: SubResource;
provisioningState?: string;
Expand Down

0 comments on commit 9f1f48c

Please sign in to comment.