Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions sdk/synapse/arm-synapse/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1598,10 +1598,12 @@ export interface Workspace extends TrackedResource {
*/
sqlAdministratorLoginPassword?: string;
/**
* Workspace managed resource group
* **NOTE: This property will not be serialized. It can only be populated by the server.**
* Workspace managed resource group. The resource group name uniquely identifies the resource
* group within the user subscriptionId. The resource group name must be no longer than 90
* characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and '-', '_',
* '(', ')' and'.'. Note that the name cannot end with '.'
*/
readonly managedResourceGroupName?: string;
managedResourceGroupName?: string;
/**
* Resource provisioning state
* **NOTE: This property will not be serialized. It can only be populated by the server.**
Expand Down
1 change: 0 additions & 1 deletion sdk/synapse/arm-synapse/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,6 @@ export const Workspace: msRest.CompositeMapper = {
}
},
managedResourceGroupName: {
readOnly: true,
serializedName: "properties.managedResourceGroupName",
type: {
name: "String"
Expand Down