|
138 | 138 | <Compile Include="Handlers\TracingHandler.cs" />
|
139 | 139 | <Compile Include="Handlers\UserAgentHandler.cs" />
|
140 | 140 | <Compile Include="Implementation\GetAzureResourceGroupDeploymentOperationCmdlet.cs" />
|
141 |
| - <Compile Include="Implementation\GetAzureResourceLockCmdlet.cs" /> |
| 141 | + <Compile Include="Implementation\Lock\GetAzureResourceLockCmdlet.cs" /> |
142 | 142 | <Compile Include="Implementation\InvokeAzureResourceActionCmdlet.cs" />
|
143 |
| - <Compile Include="Implementation\MoveAzureResourceCmdlet.cs" /> |
144 |
| - <Compile Include="Implementation\NewAzureResourceLockCmdlet.cs" /> |
| 143 | + <Compile Include="Implementation\Resource\FindAzureResourceCmdlet.cs" /> |
| 144 | + <Compile Include="Implementation\Resource\MoveAzureResourceCmdlet.cs" /> |
| 145 | + <Compile Include="Implementation\Lock\NewAzureResourceLockCmdlet.cs" /> |
145 | 146 | <Compile Include="Implementation\Policy\GetAzurePolicyAssignment.cs" />
|
146 | 147 | <Compile Include="Implementation\Policy\GetAzurePolicyDefinition.cs" />
|
147 | 148 | <Compile Include="Implementation\Policy\NewAzurePolicyAssignment.cs" />
|
|
152 | 153 | <Compile Include="Implementation\Policy\RemoveAzurePolicyDefinition.cs" />
|
153 | 154 | <Compile Include="Implementation\Policy\SetAzurePolicyAssignment.cs" />
|
154 | 155 | <Compile Include="Implementation\Policy\SetAzurePolicyDefinition.cs" />
|
155 |
| - <Compile Include="Implementation\RemoveAzureResourceCmdlet.cs" /> |
156 |
| - <Compile Include="Implementation\RemoveAzureResourceLockCmdlet.cs" /> |
157 |
| - <Compile Include="Implementation\ResourceLockManagementCmdletBase.cs" /> |
158 |
| - <Compile Include="Implementation\SetAzureResourceCmdlet.cs" /> |
159 |
| - <Compile Include="Implementation\NewAzureResourceCmdlet.cs" /> |
| 156 | + <Compile Include="Implementation\Resource\RemoveAzureResourceCmdlet.cs" /> |
| 157 | + <Compile Include="Implementation\Lock\RemoveAzureResourceLockCmdlet.cs" /> |
| 158 | + <Compile Include="Implementation\Lock\ResourceLockManagementCmdletBase.cs" /> |
| 159 | + <Compile Include="Implementation\Resource\SetAzureResourceCmdlet.cs" /> |
| 160 | + <Compile Include="Implementation\Resource\NewAzureResourceCmdlet.cs" /> |
160 | 161 | <Compile Include="Implementation\ResourceManipulationCmdletBase.cs" />
|
161 | 162 | <Compile Include="Components\ApiVersionHelper.cs" />
|
162 | 163 | <Compile Include="Extensions\ErrorResponseMessageExceptionExtensions.cs" />
|
163 | 164 | <Compile Include="Components\LongRunningOperationHelper.cs" />
|
164 | 165 | <Compile Include="Extensions\ResourceExtensions.cs" />
|
165 | 166 | <Compile Include="Extensions\JTokenExtensions.cs" />
|
166 | 167 | <Compile Include="Implementation\ResourceManagerCmdletBase.cs" />
|
167 |
| - <Compile Include="Implementation\SetAzureResourceLockCmdlet.cs" /> |
168 |
| - <Compile Include="Implementation\TestAzureResourceCmdlet.cs" /> |
| 168 | + <Compile Include="Implementation\Lock\SetAzureResourceLockCmdlet.cs" /> |
| 169 | + <Compile Include="Implementation\Resource\TestAzureResourceCmdlet.cs" /> |
169 | 170 | <Compile Include="Implementation\TestAzureResourceGroupCmdlet.cs" />
|
170 | 171 | <Compile Include="Json\CamelCasePropertyNamesWithOverridesContractResolver.cs" />
|
171 | 172 | <Compile Include="Json\JsonPreserveCaseDictionaryAttribute.cs" />
|
172 | 173 | <Compile Include="Json\TimeSpanConverter.cs" />
|
173 | 174 | <Compile Include="Properties\AssemblyInfo.cs" />
|
174 |
| - <Compile Include="Implementation\GetAzureResourceCmdlet.cs" /> |
| 175 | + <Compile Include="Implementation\Resource\GetAzureResourceCmdlet.cs" /> |
175 | 176 | <Compile Include="RestClients\ResourceManagerRestClientBase.cs" />
|
176 | 177 | <Compile Include="RestClients\ResourceManagerRestRestClient.cs" />
|
177 | 178 | <Compile Include="Utilities\HttpUtility.cs" />
|
|
0 commit comments